> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neuro-tech.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate limits

> Plan for deployment-specific Agent API limits without assuming undocumented headers

The OpenAPI document does not define a platform-wide request quota, burst limit, `429` response schema, or `Retry-After` behavior.

Before production, obtain from the Neuron operator:

* limits by account, credential, IP, operation, and time window;
* whether login, recovery, creation, messaging, and value-moving operations have separate limits;
* the response status, headers, and body used when a limit is reached;
* the correct retry delay and escalation path;
* monitoring signals for sustained throttling.

Clients should bound concurrency and retry attempts even when the deployment publishes no limit. Do not interpret an absent published limit as unlimited capacity.
