What floo does
A cloud platform where everything runs from the CLI. Deploy apps, set environment variables, view logs, and roll back — all from your terminal. Every command supports--json so AI agents can use floo programmatically.
How it works
https://my-app-abc123.us-central1.run.app.
The CLI auto-detects your runtime (Node.js, Python, Go, static), creates floo.app.toml and floo.service.toml config files, and deploys from your connected GitHub repo.
After your app is live
Every push to your default branch auto-deploys.floo deploy is for manual redeploys when you want one.
Built for agents
Every command has a--json flag. JSON goes to stdout, human output to stderr. Errors include machine-readable codes and suggestions.