Skip to main content

Rate limits

Production tenants have enforceable limits (values can be adjusted by IMBA per partner). Defaults: limit on catalog list requests is a page size (≤ 50), not an RPS setting.
  1. Back off on 429 (exponential + jitter)
  2. Deduplicate creates with stable ext_id (avoid inflight storms)
  3. Cache catalog responses; respect cooldown
  4. Poll documents with moderate cadence; prefer webhooks for terminals
IP allowlisting for your egress may be agreed at onboarding; otherwise it is not required to ship.