SmolVM lets you run coding agents like Claude, Codex, and Pi inside an isolated sandbox. The agent gets a full development environment — git credentials, dev tools, terminal access — but nothing it does can affect your host machine. No more pressing “accept changes” every few seconds. Let the agent work freely in its own computer.Documentation Index
Fetch the complete documentation index at: https://docs.celesto.ai/llms.txt
Use this file to discover all available pages before exploring further.
Start a coding agent
- Claude
- Codex
- Pi
claude login, codex login, etc.) are forwarded into the sandbox automatically — no re-authentication needed.
What you get
Each coding agent sandbox comes with:- Isolated environment — the agent runs in its own VM, separate from your host
- Git credentials — pre-configured so the agent can clone, commit, and push
- Dev tools — common development tooling ready to use
- Terminal access — full shell access for multi-step workflows
Share folders with the sandbox
You can share folders from your machine so the coding agent can see your existing code. By default, shared folders are read-only — the agent can read your files but cannot modify the originals./workspace.
To let the agent write changes back to your machine, add --writable-mounts:
