See Sandbox State Before Acting
The Explorer tree and status bar expose live sandbox state. Actions are state-gated, and long-running operations stream into the extension log.
- Live status
- State-gated actions
- Streamed operation log
Keep coding agents off the host while preserving a native VS Code workflow. Sandbox Console runs each agent inside an isolated Docker Sandbox microVM, with repository-owned lifecycle and access boundaries.
Fast agent execution stays useful when the environment, credentials and lifecycle remain explicit.
.sandbox/config.yaml file, so the environment changes with the code..sandbox/scripts/sbx.sh exposes the same sandbox model to people, scripts and headless agent tasks.The Explorer tree and status bar expose live sandbox state. Actions are state-gated, and long-running operations stream into the extension log.
The recipe and generated CLI are committed. The machine identity, generated kits and cached credentials stay outside version control.
Selected credentials travel over standard input to the sandbox secret store, leaving the repository, image and shell history free of credential values.
Source, architecture notes and the security policy are public in the Sandbox Console repository.
The VS Code Marketplace carries the current release, requirements and installation path.