Developer resource

Deck rate limits

Deck rate limits default to 200 requests per 10 seconds per organization on https://api.deck.co/v2.

429 JSON body:

{
  "errors": [{
    "type": "rate_limit",
    "code": "rate_limit_exceeded",
    "message": "Too many requests.",
    "resolution": "Back off and retry. Honor Retry-After and RateLimit headers."
  }],
  "request_id": "req_..."
}

Docs: Deck rate limits. Live headers are also present on /api/status and /openapi.json.

All Deck developer resources · Deck.co home