{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "name": "Sandbox Create API",
  "endpoint": "https://xn--82czbx2bczd4fl8a.online/api/sandbox/v1/create",
  "method": "POST",
  "auth": "mTLS + OAuth2 client-credentials",
  "requestSchema": {
    "agentManifest": "uri",
    "runtime": "string",
    "mode": "string",
    "ttlSeconds": "integer",
    "seedFixtures": "array",
    "networkPolicy": "string"
  },
  "responseSchema": {
    "sandboxId": "uuid",
    "state": "ready|booting|failed",
    "endpoint": "uri",
    "expiresAt": "datetime",
    "signedToken": "jws"
  },
  "slo": {
    "p50": "180ms",
    "p95": "420ms",
    "p99": "900ms"
  },
  "rateLimit": "60 req/min per tenant"
}