> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.simjuno.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.simjuno.com/_mcp/server.

# Rate limits

> Request limits for the SimJuno reseller API.

Each [API key](/authentication) is limited to **8 requests per 1-second window**. Every request to `https://api.simjuno.com/v1` counts against that window, including retries.

Requests above the limit return `429 Too Many Requests`:

```json
{
  "code": "TOO_MANY_REQUESTS",
  "message": "Too many requests"
}
```

Throttle your client and retry with backoff.