What do you want to build?
How it works
Most hosts cannot tell a stuck agent from an idle one. We can.
Observability is our day job. Agents built here report into ClawMetry: live activity, per-agent cost traced to the turn, stuck loops and runaway spend surfaced while they happen, and pause or kill one click away in the Fleet view. Approvals gate dangerous commands before they run, and per-agent budgets cap the bill.
Your agent, your VM, your keys
Each agent runs alone in its own micro-VM with hardware-level isolation. Secrets are sealed with AES-256-GCM, and your model key is added on the agent, never in chat. You get a root terminal in the browser. Change your mind? Export the self-host kit and take the agent home. No lock-in, and no markup on model tokens, ever.
Simple pricing
Hosting from $9 per agent per month, your first agent's first month free, and a $5 starting credit with no card. Model tokens are billed at the provider's own price, with zero markup.
Built for developers too
Everything the chat does is also a REST API, an MCP server, and a drop-in Claude skill:
claude mcp add --transport http clawmetry https://build.clawmetry.com/mcp \ --header "Authorization: Bearer $CLAWMETRY_API_KEY"