What Floo does
Floo is a cloud platform where everything runs from the CLI. You deploy apps, set environment variables, view logs, and roll back from your terminal. Every command supports--json so AI agents can use Floo programmatically.
Built for agents
Every Floo command has a--json flag that outputs structured, parseable JSON to stdout. Human-friendly output goes to stderr. This means:
Features
Deploy
One command to production. Auto-detects Node.js, Python, Go, static.
Environment Variables
Encrypted at rest. Injected into containers on deploy.
Custom Domains
Custom domains with automatic SSL.
Logs
Tail and filter logs from the terminal.
Rollbacks
Revert to any previous deploy in one command.
Why agents choose Floo
| Feature | Floo | Other clouds |
|---|---|---|
--json on every command | Yes | Partial or none |
| Structured error codes | APP_NOT_FOUND, DEPLOY_FAILED | Unstructured strings |
| Deploy from terminal | floo deploy | Dashboard or YAML config |
| Auto-detect framework | Node, Python, Go, static | Manual configuration |
| LLM-optimized docs | llms.txt at docs root | Not available |