AIO Sandbox
An all-in-one Docker sandbox for AI agents with a browser, shell, files, VS Code server, Jupyter and MCP.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Giving agents an isolated computer with browser and code execution on your own infrastructure.
You'd expose it without authentication; the README warns services are open unless SANDBOX_API_KEY is set.
About AIO Sandbox
AIO Sandbox packages everything an agent needs into one Docker container: a VNC-accessible browser, terminal, file system, VS Code Server, JupyterLab and MCP services, behind an API with optional key authentication. It runs locally in seconds or in the cloud behind a reverse proxy, with Python and other SDKs for control.
AIO Sandbox is an open-source project written primarily in Python, with 6.0k stars on GitHub. It was last updated in September 2026.
docker run --security-opt seccomp=unconfined --rm -it -p 127.0.0.1:8080:8080 ghcr.io/agent-infra/sandbox:1.11.0