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.
Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-srimpr-1771619406-31dcf4f.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.