ClawMetry Agent Builder
Guides

Host pi

Run pi on its own isolated micro-VM with a persistent workspace, and message it from Telegram or Slack. Setup, keys, cost and limits.

Updated 2026-09-08 · ClawMetry Agent Builder

pi (hosted) — as deployed today
What it is
Fast minimal coding agent, always on, reachable from Telegram
Runs on
Standard — $9/month, 1 vCPU / 1 GB micro-VM
Channels
telegramslackdiscordemailmatrixwhatsappsmswebchat
Model access
managed model at provider cost · your own API key

Why this one

The lean option. pi does the coding-agent loop without a heavy harness around it, which makes it noticeably faster to first token on short tasks — the ones you actually send from a phone.

All 9 hosted coding agents share the same shape — a full agent with files, a shell and git, running in its own Firecracker micro-VM with a persistent workspace, reachable from Telegram and the other channels listed above. If you have not settled on one yet, the side-by-side comparison is the faster read.

What you need before you start

A key. Anthropic, OpenAI, or Gemini — your key, or the included managed model.

That is genuinely the whole list. There is no server to provision, no Docker to install, and no reverse proxy to configure — the point of hosting it here is that the micro-VM, the volume and the channel bridge already exist.

Setting it up

  1. Describe the agent. Say what you want it to do in plain language. Naming pi explicitly is fine, and the button at the end of this page does it for you.
  2. Add your key. The builder asks for exactly the credential above and seals it — secrets are AES-GCM encrypted into the machine config and never stored in plaintext by the control plane.
  3. Deploy. One click provisions the micro-VM. First boot is the slow one; after that the agent stops when idle and wakes on the next message.
  4. Connect a channel. Telegram is the usual front door — you paste a bot token from BotFather and the bridge does the rest. pi also speaks slack, discord, email, matrix, whatsapp, sms.
  5. Talk to it. Web chat works immediately and is the fastest way to check the key and the model are right before you wire up a channel.

The thing that will bite you

It resumes per-chat sessions by id rather than keeping a large rolling context. Great for cost, but it will not silently remember something you mentioned in a different chat thread.

What it costs

Two separate bills, and only one of them is predictable. Hosting is $9 a month for the Standard box (1 vCPU / 1 GB), fixed, and the first agent month is free. Model tokens are forwarded at provider cost with no markup, so that half depends entirely on how much you use it.

The variable half is where always-on agents surprise people, and it is worth reading the cost breakdown before you point a coding agent at a long-running task. A coding agent that gets stuck in a retry loop is the single most expensive failure mode on this platform, which is why cost per conversation is on the Billing tab rather than buried in an invoice at the end of the month.

Getting the work out

The workspace lives on a persistent volume, so files survive restarts and idle stops. If you want the agent's output somewhere other than the VM, give it a git remote it can push to — that is the difference between an agent whose work you can use and one whose work you have to copy out of a chat window by hand.

Is pi (hosted) the right pick?

Good fit

  • a lean, fast coding agent on Telegram
  • quick code and shell tasks without a heavy harness

Pick something else if…

  • multi-channel chat
  • cron automations

Not sure? Describe the job rather than the runtime — the builder's solutions engineer reads the same capability matrix this page does and will argue for a different one if it fits better.

Build this one

This opens the builder with a starting brief already written. Change any of it before you send — first agent month is free.

Start with this brief →
← All guides · Showcase · Pricing · ClawMetry observability