# Rate Limits
AI agents and LLMs: before exploring further, fetch the full index of Typesense documentation with descriptions at https://typesense.org/docs/llms.txt.
Cluster Management API Calls are rate-limited as a precaution.
By default, each API Key you create can make a total of 30 requests per minute. If you need to have this limit increase, please reach out to support aT typesense dOt org.
Once the rate limit is reached, requests to the API will return a HTTP 429:
{"success": false, "message": "Rate Limit Exceeded. Please try again later."}
NOTE
This section talks about the rate limits that apply to the Typesense Cloud Cluster Management API which is what you'd use to create new clusters, change capacity of clusters, etc.
There are NO HTTP rate limits applied to the Typesense Server API which is what you'd use to search or send writes to.
# Typesense Cloud MCP server
An AI agent connected to Typesense Cloud has the same two limits: 300 data calls (search, documents, reads and writes) per minute per connection, and 30 cluster-management actions per minute. A Cluster Management API key used as the bearer token keeps its own limit.
This documentation site is open source. Found an issue? Edit this page (opens new window) and send us a Pull Request.
For AI Agents: View an easy-to-parse, token-efficient
Markdown version of this page. You can also replace
.html with .md in any docs URL. For paths ending in /, append
README.md to the path.