# Rate Limits

#### What Happens When You Hit the Limit

When you exceed the rate limit:

1. The API returns a `429 Too Many Requests` response.
2. The `Retry-After` header indicates how many seconds to wait before retrying.

#### Best Practices

* **Batch operations:** Group updates when possible instead of making individual calls.
* **Implement exponential backoff:** If you receive a 429 error, wait and retry with increasing delays.
* **Monitor usage:** Track your API call volume to stay within limits.


---

# 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.getcakewalk.io/open-api-and-mcp/rate-limits.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.
