Share feedback
Answers are generated based on the documentation.

sbx env

DescriptionManage sandboxes declaratively from a .sbxenv.yaml file
Usagesbx env COMMAND

Experimental

This command is experimental.

Experimental features are intended for testing and feedback as their functionality or design may change between releases without warning or can be removed entirely in a future release.

Description

Manage a sandbox environment declared in a .sbxenv.yaml file.

The file describes the agent, optional mixin kits, workspace mounts, environment variables, secrets to provision, and per-service credential bindings. Secrets are provisioned at the environment's sandbox scope so sbx env rm can remove everything it created.

Commands

CommandDescription
sbx env createexperimental Create a sandbox environment from .sbxenv.yaml
sbx env execexperimental Execute a command inside a sandbox environment
sbx env rmexperimental Remove a sandbox environment and its scoped resources
sbx env runexperimental Create (if needed) and attach to a sandbox environment

Global options

OptionDefaultDescription
-D, --debugEnable debug logging