Built for Claude Code
One API to provision coding agents in isolated containers. Persistent sessions. Real-time streaming. Pay per second.
Reusable config — pick a runtime, model, and system prompt. Version-controlled.
Packages, networking, and isolation. pip, npm, apt — configured once, reused across sessions.
An isolated VM with persistent storage. Send prompts, stream output, continue later.
Switch runtimes by changing one field. Same API. Same events. Same billing.
No idle costs. Machines stop when work is done. Compute and tokens billed separately.
Multi-turn conversations. Files and context survive between messages. Pick up where you left off.
15 SSE event types. Watch agents think, write code, and use tools live. Reconnect without losing events.
Connect agents to chat platforms with one API call. Talk to your coding agent from your phone.
Daily PR reviews. Hourly monitoring. Nightly test analysis. Fully automated, zero babysitting.
Clone repos into sessions at creation. Branch checkout, private repo auth, custom mount paths.
HTTP-native — call it from any language. No SDK required.
# 1. Register and get an API key curl -X POST /v1/register \ -d '{"email": "you@example.com"}' # 2. Create an agent and start a session curl -X POST /v1/sessions \ -H "x-api-key: $API_KEY" \ -d '{"agent_id": "...", "prompt": "Write a prime checker"}' # 3. Stream the output in real time curl -N \ -H "x-api-key: $API_KEY" \ /v1/sessions/ses_.../stream
Pay for compute time and tokens. No subscriptions. No reserved capacity.
Register, create an agent, and stream your first session.
Read the Quickstart