AGENTIC SANDBOX * sandbox:home * [LIVE]
[?] Help [t] Theme

Agentic Sandbox

Runtime isolation for persistent agent work. The sandbox gives agents a real machine when they need one, a fast container when they do not, and a control plane operators can observe, interrupt, and recover.

Runtime substrate

Run autonomous agents in environments built for long work: KVM VMs for kernel

isolation, containers for fast validation, virtiofs for controlled handoff,

and a Rust management server for tasks, sessions, PTY streams, telemetry, and

AIWG executor events.

SignalWhat it means
ControlHTTP + WebSocket + gRPC
IsolationKVM VM or managed container
Storagevirtiofs global + inbox mounts
Opsmetrics, logs, recovery, HITL

Choose Your Path

PathUse it whenStart
First runYou want the shortest working loop from clone to live agent.Getting Started
System modelYou need to understand control plane, sessions, lifecycle, and AIWG fit.Architecture Map
Runtime choiceYou are deciding between KVM VMs, containers, loadouts, and quotas.Runtime Map
Production useYou need deployment, monitoring, reliability, and recovery procedures.Operations Map

Documentation Taxonomy

SectionPurposeKey docs
Start HereFirst-run path, concepts, glossary, and platform support.Start Here, Getting Started, Concepts
BlogProduct updates, release stories, and operator-facing month-end reports.Blog, June 2026 report
ArchitectureControl plane, session architecture, lifecycle, ecosystem map, and design audits.Architecture Map, ARCHITECTURE, ECOSYSTEM
RuntimesKVM VMs, containers, loadouts, shared storage, platform support, and quotas.Runtime Map, Loadouts, Container Runtime
OperationsDeployment, monitoring, reliability, observability, troubleshooting, telemetry, and audits.Operations Map, Deployment, Troubleshooting
ProtocolsREST, WebSocket, task orchestration, session reconciliation, CLI, and AIWG executor contract.Protocol Map, API, AIWG Executor
ReleasesRelease notes, release runbook, validation practices, and public publish flow.v2026.6.0, Release Runbook

Shortest Useful Command Path

# 1. Build all three Rust components
make build

# 2. Start the management server
cd management && ./dev.sh

# 3. In another terminal, open the dashboard
xdg-open http://localhost:8122

Then follow Getting Started for the container, VM, CLI, and first-task paths.

Operator Anchors

NeedGo to
Fast install walkthroughGetting Started
Runtime selectionRuntime Map
Host deploymentDeployment
Fleet operationsOperations Map
API integrationProtocol Map
AIWG mission dispatchAIWG Executor Contract
Current releasev2026.6.0
-- AGPL licensed | v2026.6.0