Cloud Platform
Reeve Cloud
Managed cloud platform with per-tenant isolation, authentication, and billing.
Reeve Cloud
Reeve Cloud is the managed SaaS deployment of the Reeve agent platform. It runs the same gateway you'd self-host, but with per-tenant isolation, authentication, billing, and zero infrastructure management.
What You Get
- Instant setup — Sign up, connect your LLM provider keys, and start using agents
- Per-tenant isolation — Your data, agents, and config are fully isolated from other tenants
- Authentication — Clerk-powered auth with magic links, SSO, and session tokens
- Credit-based billing — Pay for what you use, or bring your own API keys (BYOK)
- Auto-scaling — Gateway containers scale with your usage
- Cockpit dashboard — Full web UI for managing agents, goals, connectors, and analytics
Architecture Overview
User → Clerk Auth → Traefik Router → Docker Container (tenant gateway)
├── Agent sessions
├── Goals engine
├── Config layers
└── S3 sync (persistent storage)Each tenant gets a dedicated gateway process running in a Docker container. Traefik handles routing, TLS, and load balancing. Persistent data syncs to S3.
Cloud vs Self-Hosted
| Feature | Cloud | Self-Hosted |
|---|---|---|
| Setup time | 2 minutes | 30+ minutes |
| Infrastructure | Managed | You manage |
| Auth | Clerk (magic link, SSO) | Your own |
| Billing | Credits or BYOK | N/A |
| Data location | AWS (US) | Your choice |
| Customization | Config layers | Full source access |
| Multi-tenant | Built-in | N/A |
| Desktop app | ✅ Bundled | ✅ Connect to self-hosted |