Two layers protect the service: per-token-per-minute counters, and per-tool concurrency caps for heavy tools.Documentation Index
Fetch the complete documentation index at: https://docs.trodo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Per-token, per-minute
| Auth kind | Default | Maximum | Configurable per key |
|---|---|---|---|
| OAuth access token | 60 / min | 60 / min | No (fixed) |
| Direct API key | 600 / min | 6,000 / min | Yes — set when creating the key in Integrations → MCP for Claude & Cursor |
retry_after_s tells you exactly when the next minute starts.
Per-tool concurrency caps
Some tools are heavier than others — semantic-search, cluster reads, and PII fuzzy matches can each run for several seconds. We cap per-token concurrent invocations of these specific tools at 3:find_userslist_use_case_clusterslist_issue_clustersget_cluster_summaryget_failed_user_attempts
PII daily quota
To prevent enumeration attacks,find_users and other mcp:user:read_pii tools share a per-team daily quota of 100 calls, regardless of how many tokens you have. This is independent of the per-minute rate limit.
Need higher limits?
- Bump the API key’s
rate_limit_per_minin Integrations → MCP for Claude & Cursor up to 6,000. - Open multiple keys for separate workloads — each gets its own counter.
- Enterprise plan has soft-limit headroom; contact [email protected] for custom caps.