Skip to main content

1. Sign up

Go to dashboard.floom.dev and create an account.

2. Get your API key

Go to Settings and copy your API key. It starts with floom_.

3. Option A: Deploy with Claude Code

Install the floom skill:
Then in Claude Code, type /floom and point it at any Python script. It adapts, tests in a sandbox, and deploys.

3. Option B: Deploy with the API

Save your API key:
Write a script:
Deploy it:
The response gives you a live URL. Share it with anyone.

What just happened?

  1. Your code was uploaded as a zip to R2 storage
  2. floom validated the code and manifest
  3. A new automation was created with a web UI, REST API, and shareable URL
  4. Anyone with the link can run your script through the generated UI