Agent infrastructure

Give your AI agent a computer

Full stateful Linux computers, built for long-running agent workloads. Affordable at any scale.

Works with
Anthropic OpenAI Google Gemini OpenRouter Python LangChain
and any LLM provider
What's included

Every computer comes with

computer-01 running
Filesystem
/agent/data/
/agent/packages/
/home/ /tmp/ /usr/
Network
Dedicated IP
Full outbound access
Exposed ports
Runtime
bash, pip, npm, git
Any language
Any framework
State
Memory persists
Files persist
Packages persist
Deploy

Two API calls. Zero lock-in.

# Create a computer
curl -X POST https://api.orbcloud.dev/v1/computers \
  -H "Authorization: Bearer $ORB_KEY" \
  -d '{"name": "my-agent", "runtime_mb": 1024}'

# 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]
lang = "python"
entry = "agent.py"

[source]
git = "https://github.com/you/agent.git"

[build]
steps = ["pip install -r requirements.txt"]

[backend]
provider = "anthropic"
Use Cases

Built for long-running, stateful workloads

Coding agents

Claude Code, Codex, Aider. Give each their own computer. Deploy hundreds in parallel.

Orchestrators

CrewAI, LangChain, Composio pipelines. Each gets its own isolated computer.

Research

Overnight crawling, summarization, analysis. Computers run 24/7 for pennies.

QA & review

Always-on PR reviewers. Persistent computers watching your repos continuously.

Browser agents

Playwright, browser-use at scale. Dedicated IP per computer.

Sales & outreach

Multi-day campaigns. Agents that personalize, track, and follow up over days.

Cost

How ORB Cloud compares

Agents that need computersVMs (AWS / GCP)E2B / DaytonaORB Cloud
10~$240/mo~$120/mo~$5/mo
100~$2,400/mo~$1,200/mo~$50/mo
1,000~$24,000/mo~$12,000/mo~$500/mo
Pricing

Simple, usage-based pricing

Subscription + usage. No per-seat fees.

Free
$0
$200 in credits
Up to 10 computers
Up to 4 GB memory
4 CPU cores
Community support
Get started
Scale
$199/mo
+ usage
Up to 10,000 computers
Up to 64 GB memory
8 CPU cores
Priority support
Get started
Enterprise
Custom
volume pricing
Unlimited computers
Custom memory
Custom CPU
Dedicated + SLA
Talk to us

Runtime: $0.005/GB-hr   Disk: $0.05/GB-mo

Estimate your cost with our calculator →
FAQ
What is a computer?
A lightweight, isolated Linux environment with its own filesystem, network, and persistent state. Purpose-built so AI agents get full system access without VM overhead.
Why is it so much cheaper?
We built the runtime specifically for AI agent workloads. Agents are memory-bound, not compute-bound. ORB's architecture is optimized for this pattern, so we can offer full computers at a fraction of VM pricing.
Do I need to change my code?
No. Deploy what you already have. Your code calls APIs normally. ORB handles the compute lifecycle transparently.
How is this different from E2B or Daytona?
They provide sandboxes. ORB provides full stateful computers purpose-built for AI agents. Different architecture, different pricing model. At scale, the cost difference is 10-50x.
Does the computer lose state?
No. Memory, files, installed packages, running processes. Everything is preserved and restored exactly as it was.
How many computers can I run?
Thousands. Each gets its own isolated environment. Create and destroy via API.
Pilot

Ship agents to production this week

We're onboarding the first 10 teams. Tell us what you're building.