Senso
Sign inSign up

What is the rate limit?

The MCP server allows 60 requests per minute per API key, counted across your whole fleet rather than per process.

Exceeding it returns 429 with a Retry-After header.

bash
# Over the limit, every endpoint answers the same way.
HTTP/1.1 429 Too Many Requests
Retry-After: 30