Supaglue · Rate Limits

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.

0 Limits Throttle: 429
CRMUnified APIOpen SourceRate Limiting

Policies

Pass-Through Throttling
A unified request is executed against the third-party provider unless read_from_cache=true, so the effective ceiling is the provider's own limit — Salesforce, HubSpot, Pipedrive and the rest each govern their own. Reading from the Managed Destination cache is the documented way to avoid spending provider quota.
Self-Hosted Deployment Limits
With the hosted service gone, any throttling is defined by whoever runs the MIT-licensed code.

Sources

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.
All 92 tools

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/supaglue-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.