Rate Limiting
The system implements API request limits to protect the platform and ensure fair usage.
Default Limits
| Type | Per Minute | Per Hour |
|---|---|---|
| Read (GET) | 200 | 5,000 |
| Write (POST/PUT/PATCH/DELETE) | 60 | 1,000 |
Burst Limit
| Field | Default | Description |
|---|---|---|
| Burst limit | 20 | Maximum simultaneous requests |
| Burst window | 5 seconds | Window for burst counting |
Per-Organization Configuration
Each organization can have custom limits. If not configured, global limits are used.
Hierarchy
- Organization configuration (if exists)
- Default global configuration (if exists)
- System hardcoded values
Operations
- View: See current organization limits
- Customize: Set custom limits
- Remove: Revert to global limits
- Disable: Deactivate rate limiting (not recommended)