Two plans, no surprises. Or self-host the open-source core at no cost.
For individual developers running agents in the cloud.
For teams running multiple agents in production.
The entire Amurg stack is open source under the Apache 2.0 license. Run the hub, runtime, and UI on your own infrastructure with no limits and no cost. SQLite or Postgres, your call.
Side-by-side comparison of Cloud tiers and self-hosted.
| Feature | Single User | Team | Self-Hosted |
|---|---|---|---|
| Users | 1 | Unlimited | Unlimited |
| Runtime connections | 3 | Unlimited | Unlimited |
| Concurrent sessions | 20 | Unlimited | Unlimited |
| Sessions per user | 10 | Unlimited | Unlimited |
| Message retention | 30 days | 365 days | Unlimited |
| Database | Managed Postgres | Managed Postgres | SQLite or Postgres |
| Authentication | Clerk SSO | All SSO providers | Builtin or Clerk |
| TLS / CORS | Managed | Managed | Self-configured |
| Support | Priority | Community | |
| Audit log export | — | ✓ | ✓ |
| Source access | Apache 2.0 | Apache 2.0 | Apache 2.0 |
Amurg Cloud hosts the hub for you — managed Postgres, TLS, SSO, and updates. You still run the runtime on your own machine, so your agent processes and data stay local. Self-hosted means you run the entire stack yourself.
Yes. The runtime config just points to a different hub URL. Point it at app.amurg.ai for Cloud or your own domain for self-hosted. Session history is per-hub, but your agent configurations and runtime setup are the same.
No. The self-hosted version has no artificial limits — unlimited runtimes, endpoints, sessions, and storage. Cloud adds managed infrastructure and SSO via Clerk on top of the same core.
The runtime streams agent output to the hub over WebSocket for session continuity and the chat UI. On Cloud, this means output passes through our managed hub. File storage on Cloud uses the hub's storage. If data residency is a concern, self-host the hub in your own environment.
Cloud billing is handled via Stripe. We accept all major credit cards. Enterprise customers can pay by invoice.