Your agent spends 20% of the month doing work and 80% waiting on the LLM. Most platforms charge you for both. ORB only charges for the 20%.
Same code. A fraction of the cost.
See the math ↓
We only bill for the time your agent is
actually working.
When your agent sends an LLM request and starts waiting for the response, we put it to sleep on disk and stop the clock — until the response arrives. Same code, same speed, a different pricing model.
When your agent sends an LLM request and starts waiting for the response, ORB notices and puts the agent to sleep on disk. It stays there — using zero memory and costing nothing — until the LLM responds.
Then ORB wakes it back up in 0.9 seconds and forwards the response. Your agent never knows it slept. Your code is unchanged. You only pay for the seconds your agent is actually working.
Source releases after the first 10 pilot teams are in production.
# 1 — create a computer curl -X POST https://api.orbcloud.dev/v1/computers \ -H "Authorization: Bearer $ORB_KEY" \ -d '{"name": "my-agent", "runtime_mb": 1024}' # 2 — deploy your agent curl -X POST https://api.orbcloud.dev/v1/computers/$ID/agents \ -H "Authorization: Bearer $ORB_KEY" \ -d '{"task": "Review all open PRs"}'
[agent] name = "my-agent" lang = "python" entry = "agent.py" [source] git = "https://github.com/you/agent.git" branch = "main" [build] steps = ["pip install -r requirements.txt"] [backend] provider = "anthropic"
# Drop ORB into your AI agent's context. # It registers, builds, and deploys itself. curl -sL https://docs.orbcloud.dev/llm.txt | claude
No internal capacity numbers. No infrastructure trivia. Just the things you'll feel.
Direct access to the engineering team building ORB. Pilot cohorts shape the roadmap. Source releases after the first 10 pilot teams are in production.
Claude Code, Codex, Aider. Give each their own computer. Deploy hundreds in parallel.
CrewAI, LangChain, Composio pipelines. Each gets its own isolated computer.
Overnight crawling, summarization, analysis. Computers run 24/7 for pennies.
Always-on PR reviewers. Persistent computers watching your repos continuously.
Playwright, browser-use at scale. Dedicated IP per computer.
Multi-day campaigns. Agents that personalize, track, and follow up over days.
Subscription + usage. No per-seat fees.
We're onboarding the first 10 pilot teams. Tell us what you're building.