Pocketenv is an open sandbox platform β for agents, for tinkerers, for anyone tired of being locked into one provider's ecosystem.
Spin up isolated environments, run code, test weird ideas. No drama.
Note
heads up β still in early dev
Things will break. APIs will change. We move fast. You've been warned (and we appreciate your patience).
Bash:
curl -fsSL https://cli.pocketenv.io | bashnpm:
npm install -g @pocketenv/cliHomebrew (macOS/Linux):
brew install pocketenv-io/tap/pocketenvArch Linux:
yay -Syu pocketenvHonestly? Because every sandbox tool out there wants you to commit to their platform. Their API, their format, their rules. Switch providers and you're rewriting everything.
Pocketenv is the escape hatch. One interface, multiple backends β Cloudflare, Daytona, Deno, Vercel, and more. Write once, run anywhere (for real this time).
It also uses AT Protocol lexicons under the hood, which means sandbox definitions are open, portable, and not owned by anyone.
Probably yes if any of these sound familiar:
- You keep spinning up environments and tearing them down manually
- You're building AI agents that need a safe place to run code
- You want to test untrusted code without torching your machine
- You're sick of rewriting glue code every time you switch sandbox providers
- You just want a clean CLI and a reliable environment, no infra headaches
Run sandboxes on whatever backend you want Daytona, Cloudflare Sandbox, Vercel Sandbox, Deno Sandbox β swap between them without changing your workflow.
Works with the AI tools you're already using Claude Code, Codex CLI, Gemini CLI, Copilot, OpenClaw, your own agents β they all just work.
Handles the boring stuff Env vars, secrets, files, volumes, SSH keys β managed cleanly so you don't have to think about it.
Open sandbox definitions Sandboxes are defined using open lexicons and stored on AT Protocol PDS. That means they're versioned, shareable, and actually portable.
- Giving AI agents a safe place to run code (without the anxiety)
- Sharing reproducible dev environments with teammates
- Testing third-party or untrusted code in isolation
- Quick throwaway sandboxes for experiments
- Building internal tools that need ephemeral compute
Full docs over at docs.pocketenv.io
Open an issue or come yell at us (nicely) on Discord. We read everything.
PRs are welcome. Come say hi on Discord first if you're planning something big β saves everyone time.
Setup instructions are in CONTRIBUTING.md.


