Agent Sandbox

Active
GitHub Python Apache-2.0

Description

All-in-One Sandbox for AI Agents that combines Browser, Shell, File, MCP and VSCode Server in a single Docker container, providing a secure isolated execution environment for agents.

Key Features

  • All-in-one sandbox combining Browser, Shell, File, VSCode Server, Jupyter, and MCP in one container
  • Unified filesystem enabling seamless data flow between browser downloads and shell operations
  • Full browser automation via VNC, CDP, and MCP interfaces
  • Pre-configured MCP servers for browser, file, shell, and document processing
  • Multi-language SDK support: Python, TypeScript/JavaScript, and Go
  • 30-second Docker setup with zero configuration required

Use Cases

💡 Secure code execution sandbox for AI agent tool calls
💡 Browser automation and web scraping with file persistence
💡 Development environments with VSCode Server and Jupyter Notebook
💡 MCP-compatible agent workflows with sandboxed operations
💡 Automated testing and QA with isolated browser and file systems

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (5.8k stars)
  • Permissive open-source license (Apache-2.0)

Quick Start

Run: docker run --security-opt seccomp=unconfined --rm -it -p 8080:8080 ghcr.io/agent-infra/sandbox:latest. Access: http://localhost:8080/v1/docs (API docs), http://localhost:8080/vnc/ (browser), http://localhost:8080/code-server/ (IDE). Python SDK: pip install agent-sandbox.

Related Projects

1Panel

36.8k · Go
Active A+

A modern open-source VPS control panel with native AI agent support, enabling Ollama model deployment, AI agent management and full server stack control.

devopsgoagent +2
  • · AI agent runtime — Built-in Ollama LLM and OpenClaw agent deployment with GPU monitoring
  • · One-click website deployment — Auto domain binding, SSL provisioning, and Nginx config with zero manual setup
  • · App marketplace — 165+ trusted open-source apps (Nextcloud, Bitwarden, etc.) installed with one click

AI Website Cloner

33.7k · JavaScript
Active A

Clone any website with one command using AI coding agents. Built with Next.js, React, and shadcn-ui with web scraping and automated code generation.

typescriptagentcoding +3
  • · Clone any website with one command — auto-screenshots, extracts design tokens, generates component specs, and builds a Next.js codebase
  • · Multi-phase pipeline: Recon → Foundation → Component Specs → Parallel Build → Assembly & QA for structured engineering workflow
  • · Supports 13 AI coding agents including Claude Code, Codex CLI, Cursor, Copilot, and more

Planning with Files

26.6k · Shell
Active A+

Claude Code skill implementing Manus-style persistent markdown planning — the structured workflow pattern for agent task management.

agentworkflowcoding +2
  • · Manus-style markdown planning — decompose agent tasks into structured plans in persistent markdown files
  • · Cross-session task persistence — plan files survive across sessions, agents resume anytime
  • · Plan file locking mechanism — atomic writes and flock mutex to prevent concurrency conflicts