Create a new SandboxClaim in tenant’s namespace.
If wait_for_ready is True (default), this will block until the sandbox is ready or the timeout is reached.
The sandbox creation can fail for several reasons:
Sandbox creation is subject to quota limits (count, CPU, memory) configured via Metronome org config.
On failure, the claim is automatically cleaned up and a descriptive error is returned.
Request model for creating a SandboxClaim.
Name of the SandboxTemplate to use
Optional name for the claim (max 63 chars, DNS-1035 format: lowercase alphanumeric and hyphens, must start with letter). Auto-generated if not provided.
Wait for sandbox to be ready before returning
Timeout in seconds when waiting for ready. If not provided, uses SANDBOX_WAIT_TIMEOUT_SECONDS from server config.