> ## Documentation Index
> Fetch the complete documentation index at: https://docs.humanly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate limits

> API rate limiting for Gather and Connect

## Gather API

Gather enforces rate limits on `/qsi/gather/*`. See the full policy on the Gather tab:

<Card title="Gather rate limits" icon="gauge" href="/getting-started/rate-limits">
  1000 requests/hour per API key (Gather default)
</Card>

## Connect

Connect routes inherit the same **standard-integration** infrastructure. Partner-facing rate limits for `/connect/*` will be documented here as they are finalized. Contact your Humanly partner contact if you hit throttling during integration testing.

When vendors return **429**, Connect maps the response to error code **`VENDOR_RATE_LIMITED`** — see [Error envelope](/platform/error-envelope).

## Related

* [Error envelope](/platform/error-envelope) — `VENDOR_RATE_LIMITED`
* [Gather rate limits](/getting-started/rate-limits)
