Skip to content
Cloud Environments for Coding Agents

Cloud Sandboxes for Coding Agents

Docker Sandboxes isolates agents in local microVMs. CloudCLI runs them on cloud servers in isolated containers. Your laptop is never exposed, and sessions persist after you close it.

Isolation by default (runs on remote servers)Sessions persist when laptop is closedAccess from any deviceFrom €7/month

Cloud Containers Are Inherently Sandboxed

Your machine is not involved. The agent runs on a remote server.

Isolation Without microVMs

The agent runs in a dedicated container on a remote server. It cannot access your local files, processes, or network. There is nothing to sandbox locally because the agent is not local.

Sessions That Outlive Your Laptop

Close your laptop, the agent keeps working. Come back hours later and the session is where you left it. No terminal that needs to stay open.

Access From Any Device

Check progress from your phone. Continue coding from a different machine. Hand off a session to a teammate. One environment, any device.

Two Approaches to Safe Agent Execution

Docker Sandboxes and CloudCLI both let agents run freely without risking your system. They take different approaches.

FeatureDocker SandboxesCloudCLI
Isolation
Isolation methodLocal microVM on your machineRemote container on cloud server
Agent access to your hostBlocked by VM boundaryNot possible (agent is on a different machine)
YOLO mode / skip permissionsYes, defaultYes, default
Agents can use DockerYes (private daemon per sandbox)Yes
Access & Persistence
Laptop must stay onYesNo
Access from phoneNoYes, full mobile UI
Cross-device sessionsNoYes
Sessions survive laptop closeNoYes
Platform & Features
Supported agentsClaude Code, Gemini, Codex, Copilot, KiroClaude Code, Cursor CLI, Codex, Gemini CLI
File explorer / Git UINo (terminal only)Yes
Team environmentsNoShared configs and environments
Open sourceNoYes, GPL-3
RequiresDocker Desktop (macOS/Windows)Browser (any device)
PricingFreeFrom €7/month (self-host free)
API accessNoYes (n8n, Linear, Jira)
IDE accessNo (terminal only)Yes (web UI, or SSH from VS Code / Cursor)
CLI accessYes (docker sandbox CLI)Yes (SSH)

Docker Sandboxes is a good option if you want local isolation and already use Docker Desktop. CloudCLI is a good option if you want cloud persistence, cross-device access, or do not want agents running on your local machine at all.

Common Questions

Each user gets a dedicated Docker container on a remote server. The agent runs there, not on your machine. It cannot access your local files, processes, or network. Isolation is inherent because the agent is on a different machine entirely.

If you want agents to keep running after you close your laptop, if you want to check progress from your phone, or if you want to hand off a session to a teammate. Docker Sandboxes requires your machine to stay on. CloudCLI does not.

If you want everything running locally with no external dependencies, if you already use Docker Desktop, or if your organization requires that code stays on local machines. Docker Sandboxes is included with Docker Desktop at no extra cost.

Yes. Docker Sandboxes for local work when you are at your desk and CloudCLI for long-running tasks or remote access. They are not mutually exclusive.

Claude Code, Cursor CLI, Codex, and Gemini CLI come pre-installed in every CloudCLI environment.

Yes. GPL-3 license, 8,600+ GitHub stars. You can self-host it for free or use the managed cloud version starting at €7/month.

Try CloudCLI

Cloud dev environments for coding agents. Isolated by default. Open source. From €7/month.

Agent isolation by default (runs on remote servers)
Sessions persist when laptop is closed
Access from any device including phone
Claude Code, Cursor CLI, Codex, Gemini CLI pre-installed