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.

Add Settings menu item and enrich README

+24 -3
+19 -3
README.md
··· 14 14 15 15 ![](./preview.png) 16 16 17 - ## Why Pocketenv? 17 + ## 🤔 Why Pocketenv? 18 18 19 19 Modern sandboxes are fragmented and vendor-specific. Each platform has its own API, its own format, and its own ecosystem. 20 20 ··· 27 27 28 28 With Pocketenv, sandboxes become portable, shareable, and open. 29 29 30 - ## Key Features 30 + ## ✨ Key Features 31 31 32 32 - **Secure Isolated Environments** 33 33 Run commands, agents, and code safely inside isolated sandboxes with strong separation. ··· 48 48 - **Open Sandbox Definitions via AT Protocol** 49 49 Sandboxes defined with open lexicons and stored on [AT Protocol](https://atproto.com) PDS. Enables discoverable, shareable, versioned sandboxes and a growing community ecosystem. 50 50 51 - ## Example Use Cases 51 + ## 💡 Example Use Cases 52 52 53 53 - Prototype and run **OpenClaw** agents safely in isolated environments 54 54 - Prototype AI agents in complete safety ··· 57 57 - Share reproducible developer environments 58 58 - Spin up temporary / ephemeral dev sandboxes 59 59 - Provide sandbox infrastructure as a service for your application 60 + 61 + ## 📚 Documentation 62 + 63 + [View the full documentation](https://docs.pocketenv.io) 64 + 65 + ## ✍️ Feedback 66 + 67 + This repository is the central place to collect feedback and issues related to Pocketenv. 68 + 69 + Please [**open an issue**](https://github.com/pocketenv-io/pocketenv/issues/new) if you want to leave feedback. Feel free to also join our [**Discord server**](https://discord.gg/V4U6dPskKc) 70 + 71 + ## 🤝 Contributing 72 + 73 + We would love to hear your feedback or suggestions. The best way to reach us is on [Discord](https://discord.gg/9ada4pFUFS). 74 + 75 + We also welcome pull requests into this repo. See [CONTRIBUTING.md](CONTRIBUTING.md) for information on setting up this repo locally.
+5
apps/web/src/components/contextmenu/ContextMenu.tsx
··· 127 127 Delete 128 128 </div> 129 129 </li> 130 + <li> 131 + <a href="/settings" className="dropdown-item cursor-pointer"> 132 + Settings 133 + </a> 134 + </li> 130 135 </ul> 131 136 </div> 132 137 <AddEnvironmentVariableModal