Reeve
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

FeatureCloudSelf-Hosted
Setup time2 minutes30+ minutes
InfrastructureManagedYou manage
AuthClerk (magic link, SSO)Your own
BillingCredits or BYOKN/A
Data locationAWS (US)Your choice
CustomizationConfig layersFull source access
Multi-tenantBuilt-inN/A
Desktop app✅ Bundled✅ Connect to self-hosted

On this page