Roadie Io Rate Limits
Roadie does not publish fixed numeric rate limits for its public REST API (https://api.roadie.so/api). Access is governed by tenant plan and by Roadie's permission model (RBAC) rather than by a documented per-minute request cap. The entity-push API is designed for idempotent, scheduled synchronization (recreating an entire entity set on a cron), which implicitly favors periodic batch calls over high-frequency requests. Clients should implement retries with exponential backoff and honor Retry-After on any 429 responses.
Roadie Io Rate Limits is the machine-readable rate-limit profile for Roadie on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring requests and authorization.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Software Catalog, Internal Developer Portal, Backstage, Rate Limiting, and Quotas.