If you were forced to work in a sandbox, you'd be having a hard time too. Treat your coding agents like real developers — give them a cloud platform that covers the full development lifecycle, and let them take your projects from remote development to highly-available production.
Select a tech stack the agent will start with and within minutes your agent will be ready to start working with fully prepared development environment.
Or simply start from scratch — agent will start with an empty project and bootstrap it to your exact requirements.
People say agent infrastructure, infra for Claude agents, agent hosting, or agent sandboxes to mean different things — usually one of the seven categories below. Here's where ZCP sits amongst them.
PaaS MCPs



AWS MCP servers · Railway MCP · Fly.io MCP · Render MCP
Most major PaaS providers have shipped an MCP — provision services, deploy code, list resources, read operational state. Great for let my agent ship to my Railway account. These are deploy and operate surfaces, driven from outside the platform — and they reflect what's underneath: platforms optimized for day-one deploy that tuck infrastructure behind a wall. Log and metric read tools landed in 2025 (and AWS only just hit GA), but the in-network, in-container surface an agent needs to actually develop — hit Postgres from inside the network, follow a build live, drive the dev loop — is still on the other side of the wall.
Cloud VPS MCPs



Hetzner Cloud MCP · DigitalOcean MCP · Linode MCP · raw SSH/server MCPs
Let your agent manage your Hetzner VPS. Vendor-API MCPs (DigitalOcean's official one) provision services from the outside; community-built SSH MCPs (Hetzner, Linode, Vultr) give the agent access to a Linux box — SSH in, install Docker and Postgres and nginx, set up systemd units, point a domain at it. Maximum control, lowest cost, full Linux to play with. The same reason senior developers reach for managed platforms applies here: even if you can harden SSH, write nginx configs, tune pg_hba.conf, rotate TLS, set firewall rules, and stay on top of CVEs across kernel, OpenSSL, Docker, Postgres, and nginx — you usually don't want to. Hand that work to an agent and you also hand it the blast radius: misconfigured firewall, debug endpoint left open, port 5432 exposed to the internet, keys never rotated.
Cloud dev environments with AI

GitHub Codespaces + Copilot Coding Agent · Ona (ex-Gitpod) · Coder
A managed Linux container in the cloud with your editor and an AI assistant attached. Solves where the agent runs so state survives between sessions and machine setup stops being a question. The category is repositioning toward governed agent runtimes (Copilot Coding Agent, Coder Agents, Ona) — same shape, more agent-first framing.
Bundled agent platforms




Replit Agent · Lovable · Bolt.new · v0 · Devin
The agent, the workspace, the stack, and (often) the hosting target are fused into one closed product. Fast for prototypes. Decisions are made for you. Switching agents usually means switching platforms, and production-grade primitives — a real dev/stage/prod release flow, private networking, observability — are uneven across this category: v0, Bolt, and Devin have moved upmarket, others have not.
Local coding agents






Cursor · Windsurf · Zed · Claude Code · Codex CLI · Aider · Cline
The agent runs on your machine, edits your local checkout, runs local commands. Excellent at code changes. MCP is now native across these tools, so external reach — databases, networking, deploy targets, runtime logs — comes through plugins instead of bare hands. The agent still lives on your laptop, though: anything it touches off-machine has to be reached, not inhabited.
Code-execution sandboxes

E2B · Modal · Daytona · CodeSandbox SDK
Mostly ephemeral Linux environments that AI applications spin up — often per request — to execute generated code safely (E2B, Modal). The right primitive when you're building a product that needs a model to run untrusted code and hand back the output. Some have pivoted toward stateful, resumable agent workspaces — Daytona now explicitly markets "every agent a computer," and CodeSandbox SDK's hibernation/resume sits between ephemeral and persistent. Still a different shape from ZCP; listed because the names cluster nearby.
Agent SDKs and frameworks


Cloudflare Agents · Vercel AI SDK · Mastra · Claude Agent SDK
Libraries for building and shipping agents to your users — tool calling, memory, orchestration, model providers, sometimes hosting. How somebody would build a product like ZCP, not where a coding agent runs against a project. Adjacent on the shelf, different shape.
