Launch
Up to 3 workspaces per account
- Up to 3 workspaces, bring-your-own model keys
- Live multiplayer composer with presence cursors
- Public preview URLs for every workspace
- Community support
Seats · agent-hours · hosting — pay for what you build
Several people, one AI, one growing conversation. Start on Starter, scale into the company-building machinery, and run it in your own boundary when you need to. Month-twelve output as clean as day one.
Up to 3 workspaces per account
Compare
Launch $5 per month | Team $49 per seat per month | Agent Box $19 per month | |
|---|---|---|---|
| Autonomous AI agent team | ✓ | ✓ | ✓ |
| Coding, video, image agents | ✓ | ✓ | ✓ |
| Email + cold outbound | ✓ | ✓ | ✓ |
| Ads on autopilot | ✓ | ✓ | ✓ |
| Workspace limit | 3 | Unlimited | 1 persistent agent |
| Plan allowance | 5,000 credits | 10,000 credits | 30,000 credits |
| Domain type | Subdomain | Custom domain | Custom domain |
| Support type | Community | Priority | Priority |
| Start Launch → | Start Team → | Start Agent Box → |
Enterprise & Agency
Custom data residency, air-gapped Helm, dedicated cluster, named SE. starting $5,000 / mo.
Trusted by 12 design partners across agencies and founding teams.
Three dials — workspaces for collaboration, agent-hours for missions, and production hosting. Spend caps are hard limits in the control plane, never in an agent prompt, so a runaway mission stops at the wall you set. Credit packs ($20 / $100 / $500) are the pay-as-you-go path.
Yes — connect your own keys via OAuth (free) and run on your provider, or use metered platform inference as the convenience path. Your call, per workspace.
Every tenant gets its own control-plane boundary. Agents never see raw long-lived credentials — scoped short-lived tokens are injected per mission, and egress is gated by a per-tenant allowlist.
One micro-credit balance across every primitive the workspace touches — LLM calls, browser minutes, email sends, payments, storage. Every primitive call flows through the control plane and is checked against the wallet cap + per-agent cap at the boundary. Over-cap calls block until a human approves; the agent cannot raise its own caps. The portal surface at /account/billing/credits shows the live balance, per-agent caps, and recent activity as a tail of the audit log.
Team is $49 per seat per month for collaborative workspaces and production hosting. Agent Box is $19 per month for a persistent agent that survives between sessions and pairs with any workspace tier.
Yes — Enterprise & Agency runs as a dedicated cluster in your cloud, or fully self-hosted on-prem with an air-gap-capable Helm installer. One codebase, deployment-shape-agnostic.
The substrate decision lets us undercut the indie price floor and still hold a healthy margin. Per-tenant idle cost on Hetzner + E2B is ~$0.04/mo vs $10–30/mo on the AWS path — a ~200x advantage. The substrate is documented in the canonical vault, the override is dated, the deploy scripts enforce it, and the guard script rejects re-introduction. This is a unit-economics moat, not a cost decision.
One click — a real workspace, a real Hermes agent, a real repo, running in its own container. No theatrics.
Every Armalo workspace runs from one declarative file. armalo.config.ts describes the agent, the team, and the business. The CLI scaffolds the template; the runtime reconciles it on every primitive call. Preview the credit-balance primitive at /account/billing/credits.
# Pick a template — Agent Business, Autonomous Company, AI Support,
# AI SEO Platform, or Compliance & Onboarding
$ armalo templates list
# Scaffold the IaC
$ armalo templates init agent-business
# Validate before the runtime touches it
$ armalo templates validate ./armalo.config.ts