sbx secret
| Description | Manage stored secrets |
|---|
Description
Manage stored secrets for sandbox environments.
SERVICE SECRETS (e.g. "github", "anthropic", "openai") When a sandbox starts, the proxy uses stored secrets to authenticate API requests on behalf of the agent. The secret is never exposed directly. Scoped globally (shared across all sandboxes) or to a specific sandbox.
REGISTRY SECRETS (e.g. "ghcr.io", "myregistry.azurecr.io")
Used to pull private template images and kit artifacts before sandbox
creation. Unlike service secrets, registry credentials are host-only by
default. They are not injected into sandboxes unless --all-sandboxes or
--sandbox is set (the credential never enters the sandbox filesystem).
Use "sbx secret set --registry
Commands
| Command | Description |
|---|---|
sbx secret import | Import secrets detected in host environment variables |
sbx secret ls | List stored secrets |
sbx secret rm | Remove a secret |
sbx secret set | Create or update a secret |
sbx secret set-custom | experimental Create or update a custom secret |
Global options
| Option | Default | Description |
|---|---|---|
-D, --debug | Enable debug logging |