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 required
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"
}
}