Sandbox API
Create a new sandbox
post/workspaces/{workspace_domain}/sandboxes
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
Query parameters
project_namestring
Example:my-project
The human-readable ID of the project to filter sandboxes
Request body
Response
Example response
{
"project": {
"name": "my-project",
"display_name": "My Project"
},
"environment": {
"name": "staging",
"identifier": "my-staging",
"scope": "PROJECT"
}
}