agent-infra/sandbox

All-in-One Sandbox for AI Agents that combines Browser, Shell, File, MCP and VSCode Server in a single Docker container.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 17 minutes ago
Added to GitGenius on September 11th, 2026
Created on August 6th, 2025
Open Issues & Pull Requests: 71 (+0)
GitHub issues: Enabled
Number of forks: 529
Total Stargazers: 5,898 (+0)
Total Subscribers: 32 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 51
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 227 days
Stale 30+ days: 48
Stale 90+ days: 35

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (7)
  • browser (5)
  • good first issue (3)
  • need reproduce (2)
  • shell (2)
  • bug (1)
  • help wanted (1)
  • later (1)

Most active issues this week

Detailed Description

Sandbox is an all-in-one agent execution environment that combines browser, shell, file system, VSCode server, and MCP capabilities in a single Docker container.

The tool addresses the fragmentation problem of traditional single-purpose sandboxes by unifying multiple execution contexts within one environment. It provides a shared file system so files downloaded in the browser are immediately accessible to shell and file operations, eliminating coordination overhead. The container comes pre-configured with development tools and MCP servers, requiring no additional setup. Agents interact with the environment through MCP-compatible APIs, and developers can access it via VNC, VSCode, Jupyter, or terminal interfaces.

Teams building AI agents should consider this tool if they need agents to perform coordinated tasks across multiple domains—browsing, file manipulation, code execution, and terminal operations—without managing separate sandboxes. It suits projects where agents must share state across these different execution modes. The tool is available as a Docker container with SDKs for Python, TypeScript, and Go.

Almost all open issues are raised by outside users rather than the core team, indicating a substantial base of adopters reporting real-world use. Maintainers typically respond to new issues and pull requests within a few days. Work in the issue tracker is dominated by enhancement requests and discussions around browser and shell functionality.