Starter
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
One AI Cofounder, one shared workspace, room for your whole team. Start on Starter and step up as the business grows — month twelve as clean as day one.
Up to 3 workspaces per account
Compare
Starter $49 per month | Growth $79 per month | Scale $199 per month | |
|---|---|---|---|
| Autonomous AI agent team | ✓ | ✓ | ✓ |
| Coding, video, image agents | ✓ | ✓ | ✓ |
| Email + cold outbound | ✓ | ✓ | ✓ |
| Ads on autopilot | ✓ | ✓ | ✓ |
| Businesses/workspaces | 3 | Unlimited | Unlimited |
| Credits | 5,000/month | 10,000/month | 30,000/month |
| Domain | Subdomain | Custom domain | Custom domain |
| Support | Community | Priority | Dedicated |
| Start Starter → | Start Growth → | Start Scale → |
Enterprise & Agency
Custom data residency, air-gapped Helm, dedicated cluster, named SE. pricing and terms.
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 enforced on our servers, never promises in an agent's 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 is checked server-side 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.
Power User is the developer-shell on-ramp — $29 per month for a personal sandbox, one active shell per account, the `armalo shell` CLI, and bring-your-own model keys. It is shell-only and ships no workspaces, so it sits below Starter in the funnel. Starter is capped at 3 workspaces on public preview URLs with community support — built to try your first real build. Growth removes the workspace cap, adds custom domains and production hosting, and puts you in the priority support queue. Scale keeps everything in Growth and raises the credit and agent-hour ceiling further, with dedicated, priority-response support for teams running multiple builds in parallel.
Yes — Enterprise & Agency runs as a dedicated cluster in your cloud, or fully self-hosted on-prem with an air-gap-capable Helm installer. The developer shell is opt-in on Power User, and ships as a managed runtime for every other tier — no self-host path is required to use it. One codebase, deployment-shape-agnostic.
Our proprietary runtime is built on infrastructure we own and operate, with no hyperscaler tax. That's how we hold a healthy margin at indie-floor pricing — and pass it to you. The substrate decision is documented internally, enforced by our deploy scripts, and rejected at the guard layer if anyone tries to revert. 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