Create a new sandbox from a container image
OPEN-SANDBOX-API-KEY header.
cpu: "500m", memory: "512Mi").Common resource types:cpu: CPU allocation in millicores (e.g., “250m” for 0.25 CPU cores)memory: Memory allocation in bytes or human-readable format (e.g., “512Mi”, “1Gi”)gpu: Number of GPU devices (e.g., “1”)[executable, arg1, arg2, ...]Examples:["python", "/app/main.py"]["/bin/bash"]["java", "-jar", "/app/app.jar"]["node", "server.js"]storage.id) to prevent collisions.image and updatedAt fields. Use GET /v1/sandboxes/{sandboxId} to retrieve the complete sandbox information including image spec.id: Unique sandbox identifierstatus.state: "Pending" (auto-starting provisioning)status.reason and status.message indicating initialization stagemetadata, expiresAt, createdAt: Core sandbox informationGET /v1/sandboxes/{sandboxId}. The sandbox will automatically transition to Running state once provisioning completes.