All-in-One (AIO) Sandbox Example
This guide demonstrates how to create and access an All-in-One (AIO) Sandbox via Agent-Sandbox, featuring multiple pre-installed tools including VNC, VSCode, Jupyter, and Terminal in one unified environment.
Coding Agent on Agent-Sandbox and LangGraph
This guide documents the complete setup and deployment of a coding agent that runs locally on Kubernetes using Kind (Kubernetes in Docker) with the agent-sandbox controller. The agent uses locally-cached transformer models to generate and execute Python code with automatic error correction.
Composing Sandbox with Network Policies
This guide documents the complete setup Sandbox with Network Policies that runs locally on Kubernetes using Kind (Kubernetes in Docker) with the agent-sandbox controller.
gVisor
This guide shows how to run Agent Sandbox with the gVisor runtime using kind as a cluster.
Isolated ML Workspaces with Agent-Sandbox
JupyterLab on Agent-Sandbox
Deploy single-user JupyterLab environments using Kubernetes agent-sandbox.
Kata Containers
This guide shows how to run Agent Sandbox with the Kata Containers runtime using minikube as a cluster.
Manual PodDisruptionBudget (PDB) Configuration
This guide demonstrates how to protect Sandboxes from voluntary disruptions (e.g., node drains, cluster upgrades) using standard Kubernetes PodDisruptionBudget manifests, without relying on the controller’s automated disruption control.
Using Agent Sandbox as a Tool in Agent Development Kit (ADK)
This guide walks you through the process of creating a simple ADK agent that uses Agent Sandbox as a tool to execute Python code in a secure sandboxed environment.