Create Sandbox
Sandboxes are dynamic preview environments launched from a Git branch, tag, or pull request. Each Sandbox can be configured with dedicated actions — for example, you can upload files to the Sandbox from the pipeline file system or start and stop the Sandbox based on defined conditions.
Creating Sandbox in a pipeline
The Create Sandbox action allows you to create Sandboxes directly from a pipeline. Available options:
Hint
In this action, you can specify a custom Sandbox ID and use pipeline variables (e.g.,
sandbox-${BUDDY_RUN_ID}) to create unique IDs dynamically. Sandbox IDs are used as a reference in YAML, variables, and scripts.
Create new Sandbox
Image loading...
Create from snapshot
Image loading...
For a detailed description of all configuration parameters, see the Sandbox creation documentation.
Creating Sandboxes via YAML and API
You can also create sandboxes using:
Last modified on Oct 29, 2025