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
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.
Builder is the $20 tier for a single serious founder shipping one real workspace. Team Pro is the $200 tier for a 5+ seat founding team to with persistent agent identity, the captain stack (queue + parallel worktrees + promotion gates) as default-on, an LLM-judge on every diff, and a dedicated Slack channel with 24h response SLA. The WTP gap between $20 and Enterprise closes at $200.
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