{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "Sandbox Quotas",
  "dateModified": "2026-06-02T09:39:35.503Z",
  "tiers": [
    {
      "tier": "free",
      "concurrent": 2,
      "ttlMaxSec": 300,
      "vcpuMax": 1,
      "memMax": 512,
      "execPerMin": 30
    },
    {
      "tier": "pro",
      "concurrent": 20,
      "ttlMaxSec": 1800,
      "vcpuMax": 4,
      "memMax": 4096,
      "execPerMin": 600
    },
    {
      "tier": "enterprise",
      "concurrent": 200,
      "ttlMaxSec": 3600,
      "vcpuMax": 8,
      "memMax": 8192,
      "execPerMin": 6000
    }
  ]
}