# Rate Limiting

Intelligems uses a token bucket rate limiter for the external API.

Every response includes the following rate-limit headers:

* `x-ratelimit-limit` — bucket size for the endpoint
* `x-ratelimit-remaining` — remaining tokens in the current bucket
* `x-ratelimit-reset` — Unix timestamp in **milliseconds** at which the bucket next refills

Typical limits in `v25-10-beta`:

* Experience list/detail/resource/timeseries endpoints: burst `50` (refill `25` every 30 seconds)
* Experience export endpoint: burst `20`
* Sitewide analytics endpoints: burst `10` (refill `5` every 30 seconds)

Per-endpoint values are authoritative; always rely on the response headers for the active limit.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.intelligems.io/developer-resources/external-api-dev/intelligems-external-api/rate-limiting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
