{
  "endpoints": {
    "/dos/cpu?ms=5000": "CPU exhaustion — tight compute loop for N ms",
    "/dos/memory?mb=128": "Memory exhaustion — allocate N MB",
    "/dos/crypto?n=1000": "Crypto mining simulation — N SHA-256 hashes",
    "/dos/subrequests?n=100&target=URL": "Subrequest flood — N outbound fetches",
    "/dos/r2flood?n=50&size=1": "R2 write flood — N objects of size MB each",
    "/dos/kvflood?n=100": "KV write flood — N KV entries",
    "/dos/wallclock?s=30": "Wall clock timeout test — sleep N seconds",
    "/dos/persistent": "Test DO persistence for long-running tasks",
    "/dos/info": "Runtime capabilities dump"
  }
}