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

# Configure service limits

> Understand deployment rate limits and immutable license limits.

The current API does not expose `PUT /api/v1/orgs/{id}/quota`.

Configure request-rate limits in the deployment:

```toml theme={null}
[router.rate_limit]
intake_qps = 1000
query_qps = 100
burst_multiplier = 2
```

A signed license can also contain `max_intake_bytes_per_day`. License versions are immutable:
upload and activate a newly signed version rather than editing a limit through an organization
endpoint.

```http theme={null}
POST /api/v1/system/license/versions
POST /api/v1/system/license/versions/{id}/activate
```

These system operations require `sys.licenses.manage`.
