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.

ZCP configuration
Coding Agent
Claude Code
Subscription Login
Cloud IDE
VS Code
Public Access

ZCP is a CLI with Zerops MCP that makes your agent a Zerops power-user.

It runs either inside your project, or is connected through zCLI's VPN functionality to the project from your terminal.

Remote. The remote version gives you an optional Cloud IDE (code-server) and an Ubuntu-based container with a preinstalled set of handy tools (git, curl, jq, psql, redis-cli, mysql, build essentials) and coding agents preinstalled and ready to be authorized through an integrated process.

Local. Or run it on your laptop. Install the ZCP MCP, run zcli vpn up, and your IDE, agent, and shell join the project's network with the same root SSH access the zcp running inside the project has. From there psql, redis-cli, and a file watcher on ./src all talk to the same managed services by hostname the agent would — db:5432, cache:6379, appdev:3000.

https://my-app.com
ProjectPrivate VXLAN network
Dedicated
infrastructure
core with routing
and balancing
Project ctrl & L3/L7 balancer + firewall + stats + logger
Dedicated infrastructure core
Project ctrl & L3 balancer + firewall
Stats
Logger
Dedicated routing and balancing
L7 HTTP balancer
Your services
with system containers
app:3000
worker:5432
cache:6379
load balancers
db:3000
nats:4222
Object storage External
storage:6379

ZCP walks your agent through the same processes a senior developer would use.

No good software will ever come out of a single prompt. The process doesn't change, it just gets faster — follow dev → stage → prod and you're halfway there.

If a senior developer were to start a project, depending on the complexity they'd get their local development, CI/CD, databases, and storages working, bootstrap some framework skeleton, and then start iterating. Start a dev server, implement a feature, test it, push to a feature branch, trigger stage CI/CD, have testers / client verify, open a pull request, merge to main, trigger the deployment to production.

ZCP does exactly that, through bootstrap and develop flows — a thin layer that teaches the agent the appropriate knowledge of Zerops at any given time. There is no system prompt; the bulk of the work is just your agent and how you prompt it against the stack you're already familiar with.

Your agent. Your subscription.
Your code. Your infrastructure.
Your IDE.

Most coding-agent platforms went agent-first, then bolted on infrastructure — where it runs, how it reaches the database, how its output becomes production-ready, which third-party services to wire up.

Zerops went platform-first. The complete development lifecycle existed before coding agents did. That's why we don't need to resell tokens — we're selling a developer-first PaaS and teaching your agent how to be an expert in it.

You sign in with your subscription, your code is pushed to your repo, and the environment the agent operates in is identical to the isolated production environment. You communicate with the agent the way you do daily — through your IDE, your terminal, not proprietary UIs. The Ubuntu machine the agent runs on is fully customizable: bring in your processes, your initialization, your knowledge.

Zerops Cloud IDE inside the ZCP container — browser-based VS Code with the agent ready to take instructions.

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.

ZCP is closest here

Cloud dev environments with AI

GitHub Codespaces + Copilot Coding Agent · Ona (ex-Gitpod) · Coder

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.