Sandboxes are ideal for building AI agents that need to execute code, interactive development environments, data analysis platforms, CI/CD systems, and any application that needs secure code execution at the edge. Each sandbox runs in its own isolated container with a full Linux environment, providing strong security boundaries while maintaining performance.
Build, cable, and automate. Assemble racks, servers, and switches, connect enough capacity for each app, earn money from processed data, and unlock gear and bigger customers with XP and reputation. Follow colored data packets as your center comes to life.
Anemoiapolis exists in the uncanny valley of American architecture -- endless carpeted floors and lonely malls. Escape for your life, and enjoy the scenery.
- Each agent runs inside a dedicated microVM - Only your project workspace is mounted into the sandbox - Hypervisor-based isolation significantly reduces host risk - Agents can install system packages, run services, and modify files - Workflows run unattended, without constant permission approvals - Coding agents can build and run Docker containers inside the MicroVM - They have no access to the host Docker daemon - If an agent goes off the rails, delete the sandbox and spin up a fresh one in seconds
You don’t want to run untrusted code (generated by your LLMs, your users LLMs, or even hand written by users) directly on your server. It will compromise your system, steal your API keys, and call out to evil.com. You need isolation.
Deno Sandbox gives you lightweight Linux microVMs (running in the Deno Deploy cloud) to run untrusted code with defense-in-depth security. You create or programmatically via our JavaScript or Python SDKs, and they boot in under a second. You can also interact with them via SSH, HTTP, or even open a VS Code window directly into the sandbox.