bdy sandbox

$bdy sandbox|sb [options] [command]

Commands to interact with sandboxes

OPTIONS
-h, --help
display help for command
AVAILABLE COMMANDS
Start a stopped sandbox
Stop a running sandbox
Manage sandbox apps
Copy files/directories to sandbox
Create a new sandbox. Pre-installed tools: node 24, docker 29, go 1.25, python 3, git, curl, wget, jq, rsync, ripgrep, unzip, nano, bdy
Delete a sandbox
Manage sandbox endpoints
Execute a command in sandbox. Commands run as buddy with passwordless sudo. Use sudo for package installs
Get sandbox details
List all sandboxes
Show the sandbox setup log: stdout/stderr and exit codes from boot commands (--boot-command) and from each fetch source (--fetch, including the optional build= step) Does NOT include: - application output → use "bdy sb app logs <sandbox-identifier> <app-id>" - exec output → use "bdy sb exec logs <sandbox-identifier> <command-id>"
Restart a sandbox
Manage sandbox snapshots
Get sandbox status
Update sandbox
Get sandbox yaml

Documentation for bdy v1.22.49

Last modified on May 19, 2026