What is floom?
floom is the production layer for AI agents. You write a Python function, and floom turns it into:- A web UI with typed inputs and outputs anyone can use
- A REST API other services can call
- An MCP endpoint AI agents can discover
- Managed secrets, version history, and scheduling
How it works
- Write a Python script with a
run()function - Deploy via Claude Code (
/floom), Cursor, or any MCP-capable agent - floom tests it in an E2B sandbox, then deploys it
- You get a shareable URL at
dashboard.floom.dev/a/<id>
Who it’s for
- Developers who build Python automations and need to share them with non-technical people
- AI agencies deploying tools for clients
- Anyone using Claude Code or Cursor who wants to go from localhost to production instantly
Example
Next steps
Quickstart
Deploy your first app in 60 seconds
Manifest format
Inputs, outputs, dependencies, secrets
API reference
Authenticate and call the REST API
Templates
Starter scripts to fork and deploy