Most sandboxes are single-purpose (browser, code, or shell), making file sharing and functional coordination extremely challenging. For instance, files downloaded by a browser sandbox need to be shared with other sandboxes through NAS/OSS, and an Agent task typically requires multiple sandboxes to be ready before it can run.
AIO Sandbox is an all-in-one agent sandbox environment that combines Browser, Shell, File, MCP operations, and VSCode Server in a single Docker container. Built on Cloud-native lightweight sandbox technology, it provides a unified sandbox environment for AI agents and developers.
Beyond tool integration, it offers live sandbox previews to observe agent activity, and provides agent-friendly APIs (MCP-ready) for easy integration for Agents.
Because all components run in the same container, files downloaded in the browser are immediately accessible through Shell and File operations, enabling seamless workflows.
/vnc/index.html
/code-server/
/v1/shell/ws
/mcp
APIs and MCP servers support mutual invocation, enabling seamless communication between different service layers and enhanced interoperability:
Built-in proxy endpoints for testing applications:
${port}-${domain}
for wildcard domain routing/proxy/{port}/
for backend services/absproxy/{port}/
for frontend applicationsPerfect for building AI agents that need to:
Ideal for teams needing:
Great for scenarios requiring:
Ready to dive in? Check out our Quick Start guide to get your AIO Sandbox running in minutes.
For detailed information about specific components, explore the guides in the sidebar navigation.