the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Move Use Cases up and remove duplicate

+13 -12
+13 -12
apps/cli/README.md
··· 11 11 > 12 12 > This project is in early development. Expect breaking changes and rapid iteration. 13 13 14 + --- 15 + 16 + ## Use Cases 17 + 18 + - Run AI agents (Codex, Claude, Gemini, OpenClaw, Copilot ...) safely in isolated environments 19 + - Spin up ephemeral dev sandboxes for quick prototyping 20 + - Share reproducible developer environments via AT Protocol 21 + - Test untrusted or third-party code securely 22 + - Provide sandbox infrastructure as a service 23 + 24 + --- 25 + 26 + 14 27 ## Installation 15 28 16 29 ```sh ··· 298 311 ```sh 299 312 POCKETENV_TOKEN=<your-token> pocketenv ls 300 313 ``` 301 - 302 - --- 303 - 304 - ## Use Cases 305 - 306 - - Run AI agents (Codex, Claude, Gemini, OpenClaw, Copilot ...) safely in isolated environments 307 - - Spin up ephemeral dev sandboxes for quick prototyping 308 - - Share reproducible developer environments via AT Protocol 309 - - Test untrusted or third-party code securely 310 - - Provide sandbox infrastructure as a service 311 - 312 - --- 313 314 314 315 ## Documentation 315 316