agent-infra Sandbox (AIO Sandbox) — Summary
AIO Sandbox is an All-in-One Docker container sandbox for AI agents that combines Browser (VNC-accessible Chromium), Terminal (shell commands), File operations, Jupyter notebooks, VSCode Server, and MCP services in a single Docker container. Access is via a unified REST API + MCP protocol at port 8080, with VNC browser view, VSCode Server, Jupyter, and API docs all reachable at the same host. The SDK ships in Python (pip install agent-sandbox), TypeScript (npm install @agent-infra/sandbox), and Golang. Published with an arXiv paper (https://arxiv.org/pdf/2509.02544). Docker startup is docker run --security-opt seccomp=unconfined -p 8080:8080.
AIO Sandbox is a secondary sandbox framework, most comparable to e2b-desktop (both provide browser + file + shell) but running on Docker (not MicroVM), self-hosted (not cloud API), and extending to VSCode Server + Jupyter + MCP integration in one container. Among Phase B Batch 18/33 canonical sandboxes, it fills the "all-in-one self-hosted" niche that E2B (cloud MicroVM) and Daytona (persistent dev environment) do not.