# OpenSandbox ## Docs - [Code Interpreter](https://mintlify.wiki/alibaba/OpenSandbox/api/execution/code-interpreter.md): Execute code in Python, JavaScript, and other languages with stateful contexts - [Command Execution](https://mintlify.wiki/alibaba/OpenSandbox/api/execution/commands.md): Execute shell commands with foreground/background modes and status polling - [Filesystem Operations](https://mintlify.wiki/alibaba/OpenSandbox/api/execution/filesystem.md): Complete file and directory operations with permissions management - [System Metrics](https://mintlify.wiki/alibaba/OpenSandbox/api/execution/metrics.md): Monitor CPU and memory usage in real-time - [Execution API Overview](https://mintlify.wiki/alibaba/OpenSandbox/api/execution/overview.md): Execute code, run commands, and manage files within OpenSandbox environments - [Create Sandbox](https://mintlify.wiki/alibaba/OpenSandbox/api/lifecycle/create-sandbox.md): Create a new sandbox from a container image - [Get Sandbox Endpoint](https://mintlify.wiki/alibaba/OpenSandbox/api/lifecycle/endpoints.md): Get public access endpoint for a service running in the sandbox - [Manage Sandbox](https://mintlify.wiki/alibaba/OpenSandbox/api/lifecycle/manage-sandbox.md): Pause, resume, delete, and renew sandbox expiration - [Lifecycle API Overview](https://mintlify.wiki/alibaba/OpenSandbox/api/lifecycle/overview.md): Manage sandbox lifecycle from creation to termination - [C# SDK Reference](https://mintlify.wiki/alibaba/OpenSandbox/api/sdk/csharp-reference.md): Complete API reference for the OpenSandbox C# SDK - [JavaScript/TypeScript SDK Reference](https://mintlify.wiki/alibaba/OpenSandbox/api/sdk/javascript-reference.md): Complete API reference for the OpenSandbox JavaScript/TypeScript SDK - [Kotlin SDK Reference](https://mintlify.wiki/alibaba/OpenSandbox/api/sdk/kotlin-reference.md): Complete API reference for the OpenSandbox Kotlin/Java SDK - [Python SDK Reference](https://mintlify.wiki/alibaba/OpenSandbox/api/sdk/python-reference.md): Complete API reference for the OpenSandbox Python SDK - [Egress](https://mintlify.wiki/alibaba/OpenSandbox/components/egress.md): FQDN-based egress control sidecar for network policy enforcement - [execd](https://mintlify.wiki/alibaba/OpenSandbox/components/execd.md): Execution daemon providing code execution, filesystem operations, and real-time monitoring - [Ingress](https://mintlify.wiki/alibaba/OpenSandbox/components/ingress.md): HTTP/WebSocket reverse proxy for routing traffic to sandbox instances - [Server](https://mintlify.wiki/alibaba/OpenSandbox/components/server.md): Production-grade FastAPI service for managing containerized sandbox lifecycle - [Architecture](https://mintlify.wiki/alibaba/OpenSandbox/concepts/architecture.md): Understand the four-layer architecture of OpenSandbox and how components interact - [Execution API](https://mintlify.wiki/alibaba/OpenSandbox/concepts/execution-api.md): Understand how to execute commands, run code, and manage files in sandboxes - [Networking](https://mintlify.wiki/alibaba/OpenSandbox/concepts/networking.md): Learn how OpenSandbox handles ingress routing and egress control for sandboxes - [Sandbox lifecycle](https://mintlify.wiki/alibaba/OpenSandbox/concepts/sandbox-lifecycle.md): Learn how sandboxes transition through different states from creation to termination - [Server Configuration](https://mintlify.wiki/alibaba/OpenSandbox/deployment/configuration.md): Complete reference for OpenSandbox server configuration options - [Docker Runtime Setup](https://mintlify.wiki/alibaba/OpenSandbox/deployment/docker-runtime.md): Configure and deploy OpenSandbox with Docker runtime - [Kubernetes Runtime Deployment](https://mintlify.wiki/alibaba/OpenSandbox/deployment/kubernetes-runtime.md): Deploy OpenSandbox with Kubernetes operator for scalable sandbox management - [Security Best Practices](https://mintlify.wiki/alibaba/OpenSandbox/deployment/security.md): Hardening OpenSandbox deployments for production environments - [Basic Sandbox Creation](https://mintlify.wiki/alibaba/OpenSandbox/examples/basic-sandbox.md): Learn how to create and manage sandboxes with OpenSandbox - [Batch Sandboxes](https://mintlify.wiki/alibaba/OpenSandbox/examples/batch-sandboxes.md): Create and manage multiple sandboxes efficiently using BatchSandbox resources - [Chrome Browser Automation](https://mintlify.wiki/alibaba/OpenSandbox/examples/chrome-automation.md): Run Chrome with remote debugging and VNC access in OpenSandbox - [Claude Code Integration](https://mintlify.wiki/alibaba/OpenSandbox/examples/claude-code.md): Run Claude AI coding agent inside OpenSandbox using the claude-code CLI - [Code Interpreter Basics](https://mintlify.wiki/alibaba/OpenSandbox/examples/code-interpreter-basics.md): Execute code in multiple languages using the Code Interpreter SDK - [Desktop Environment (VNC)](https://mintlify.wiki/alibaba/OpenSandbox/examples/desktop-environment.md): Run a full XFCE desktop environment with VNC access in OpenSandbox - [File Operations](https://mintlify.wiki/alibaba/OpenSandbox/examples/file-operations.md): Master file handling and manipulation within OpenSandbox environments - [Gemini CLI Integration](https://mintlify.wiki/alibaba/OpenSandbox/examples/gemini-cli.md): Run Google Gemini AI inside OpenSandbox using the Gemini CLI - [Kubernetes Deployment](https://mintlify.wiki/alibaba/OpenSandbox/examples/kubernetes-deployment.md): Deploy OpenSandbox on Kubernetes with the BatchSandbox controller for high-throughput sandbox provisioning - [LangGraph Integration](https://mintlify.wiki/alibaba/OpenSandbox/examples/langgraph-integration.md): Build stateful AI agent workflows with LangGraph and OpenSandbox - [Playwright Web Scraping](https://mintlify.wiki/alibaba/OpenSandbox/examples/playwright.md): Run headless Playwright browser automation in OpenSandbox - [Reinforcement Learning Training](https://mintlify.wiki/alibaba/OpenSandbox/examples/rl-training.md): Run RL training workflows in isolated sandboxes with OpenSandbox - [VS Code Server](https://mintlify.wiki/alibaba/OpenSandbox/examples/vscode-server.md): Run VS Code in the browser with code-server in OpenSandbox - [Installation](https://mintlify.wiki/alibaba/OpenSandbox/installation.md): Installation instructions for OpenSandbox server and multi-language SDKs including Python, Java/Kotlin, JavaScript/TypeScript, and C#/.NET. - [Introduction](https://mintlify.wiki/alibaba/OpenSandbox/introduction.md): OpenSandbox is a general-purpose sandbox platform for AI applications, offering multi-language SDKs, unified sandbox APIs, and Docker/Kubernetes runtimes. - [Monitoring Sandboxes](https://mintlify.wiki/alibaba/OpenSandbox/operations/monitoring.md): Monitor sandbox health, metrics, and system resource usage - [Resource Management](https://mintlify.wiki/alibaba/OpenSandbox/operations/resource-management.md): Configure CPU, memory, and resource quotas for sandboxes - [Troubleshooting](https://mintlify.wiki/alibaba/OpenSandbox/operations/troubleshooting.md): Common issues, solutions, and debugging techniques for OpenSandbox - [Quickstart](https://mintlify.wiki/alibaba/OpenSandbox/quickstart.md): Get up and running with OpenSandbox in minutes. Create your first sandbox and execute code. - [Code Interpreter SDK](https://mintlify.wiki/alibaba/OpenSandbox/sdks/code-interpreter.md): High-level SDK for executing code in Python, Java, Go, and TypeScript with state persistence - [C#/.NET SDK](https://mintlify.wiki/alibaba/OpenSandbox/sdks/csharp.md): Modern .NET SDK with IAsyncDisposable support for .NET Standard 2.0+ - [JavaScript/TypeScript SDK](https://mintlify.wiki/alibaba/OpenSandbox/sdks/javascript.md): Modern TypeScript SDK with Node.js and browser support - [Kotlin/Java SDK](https://mintlify.wiki/alibaba/OpenSandbox/sdks/kotlin.md): Type-safe JVM SDK with builder pattern and try-with-resources support - [SDK Overview](https://mintlify.wiki/alibaba/OpenSandbox/sdks/overview.md): Choose the right OpenSandbox SDK for your language and use case - [Python SDK](https://mintlify.wiki/alibaba/OpenSandbox/sdks/python.md): Full-featured async/sync Python SDK for OpenSandbox - [Browser Automation](https://mintlify.wiki/alibaba/OpenSandbox/use-cases/browser-automation.md): Automate Chrome browsers in isolated sandboxes for web scraping, testing, and AI agents - [AI Coding Agents](https://mintlify.wiki/alibaba/OpenSandbox/use-cases/coding-agents.md): Run AI coding agents safely in isolated sandboxes with tool access - [Remote Development Environments](https://mintlify.wiki/alibaba/OpenSandbox/use-cases/remote-development.md): Provision on-demand cloud development environments with VS Code and full tooling support - [Reinforcement Learning Training](https://mintlify.wiki/alibaba/OpenSandbox/use-cases/rl-training.md): Train RL agents in isolated sandboxes with full observability and reproducibility