Sandbox API
Execute a command in a sandbox
post/workspaces/{workspace_domain}/sandboxes/{sandbox_id}/commands
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
sandbox_idstring required
Example:sb-1234567890abcdef
The ID of the sandbox
Request body
Example request
{
"command": "ls -la"
}