Supaglue Rate Limits
Supaglue published no numeric rate limit for its own API — not on the API introduction page, not in any spec, and not in the archived docs anywhere. What it published is the exhaustion signal (HTTP 429, error code TOO_MANY_REQUESTS_ERROR, in the error table on the API introduction page) and, notably, an operation that reports the THIRD-PARTY provider's remaining quota rather than its own: GET /customers/{customer_id}/connections/{provider_name}/_rate_limit_info. That inversion is the finding — Supaglue treated the upstream SaaS limit as the limit that mattered, because a unified call is really a Salesforce or HubSpot call wearing a different URL. No X-RateLimit-* or RateLimit-* response headers and no Retry-After are documented, so a client cannot see how close it is to a wall until it hits one. The hosted service is now shut down (api.supaglue.io does not resolve); on a self-hosted deployment the throttle is whatever the deployer configures.
Supaglue Rate Limits is the machine-readable rate-limit profile for Supaglue on the APIs.io network, conforming to the API Commons Rate Limits specification.
The profile also includes 2 backoff/retry policies defined and response codes documented for throttled, throttledCode, and remoteProviderError.
Tagged areas include CRM, Unified API, Open Source, and Rate Limiting.
Policies
Sources
- https://github.com/supaglue-labs/supaglue/blob/main/docs/docs/api/introduction.mdx
- https://github.com/supaglue-labs/supaglue/blob/main/openapi/v2/mgmt/openapi.bundle.json
Work with this as data
Every rate limit here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for rate limits
4 MCP tools reach this
find_rate_limitsBrowse and filter every rate limit in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/rate-limits/supaglue-rate-limits"
curl "https://apis.io/api/v1/rate-limits?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.