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

# Opal API Rate Limits

# Overview

Opal uses rate limits to ensure stability and reliability of our systems.

# Rate limits

| Route Name                      | Requests Per Second |
| ------------------------------- | ------------------- |
| PUT, POST `/v1/resources`       | 50                  |
| PUT, POST `/v1/groups`          | 50                  |
| Default - Applies to all routes | 100                 |

# Rate Limit Enforcement

The above limits are org-wide, and apply to all API Tokens created for your organization. View your API tokens by navigating to settings, and then selecting "API Access Tokens".

Requests above the rate limit will receive an `HTTP 429` Error.
