sandbox
01Command Claude Code
Run a command in an isolated sandbox.
Run AI coding agents in secure, isolated microVMs. Sub-125ms boot times, real hardware isolation.
Command Claude Code
Run a command in an isolated sandbox.
Command
Create a new persistent sandbox. The sandbox remains available until explicitly removed.
Command
Run commands and interact with running sandboxes.
Command
Export sandbox filesystems and configurations, and import configurations to create new sandboxes.
Command
Manage Docker images and build custom images from Dockerfiles.
Command
Command "index" from thrashr888/agentkernel, covering commands, quick reference, daily drivers (root level), sandbox lifecycle (sandbox / sb) and ssh (ssh).
Command
Command "list" from thrashr888/agentkernel, covering agentkernel sandbox list, usage, options, output and columns.
Command
Run multiple jobs concurrently. Each job runs in its own sandbox. Results are collected and reported when all jobs finish.
Command
Run a multi-step agent pipeline. Each step runs in its own sandbox, and output from one step can be piped as input to the next.
Command
Verify and replay execution receipts generated by run and exec.
Command
Run a command in a temporary sandbox. The sandbox is created, the command executed, and then cleaned up automatically.
Command
Manage secrets (API keys and credentials) in the secret vault.
Command
Manage agent sessions. A session ties together a sandbox, an agent type, and lifecycle metadata (creation time, exec count, status). Sessions can be stopped, saved (snapshotted), and resumed.
Command
Save and restore sandbox state. Snapshots capture the full filesystem of a running or stopped sandbox using docker commit.
Command
Manage the lifecycle of persistent sandboxes.
Command
Command "tasks" from thrashr888/agentkernel, covering durable tasks, use up to four task workers (the default) and bound active tasks explicitly.
Command
Manage sandbox templates. Templates are pre-configured agentkernel.toml configs that can be used with sandbox create --template or run --template.
Command
Manage persistent volumes that survive sandbox restarts. Volumes are stored in /.agentkernel/volumes/.