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

# Safety and Limits

> Platform protections for rate limits, payload size, endpoint quotas, fan-out, and SSRF.

# Safety and Limits

Praeto Dispatcher includes safety controls to protect the platform and tenants from accidental or abusive usage.

## Current safety categories

* Event creation rate limits
* Endpoint creation rate limits
* Admin request rate limits
* Monthly event limits
* Monthly attempt limits
* Maximum endpoints per tenant
* Maximum payload bytes
* Maximum fan-out endpoints per event
* SSRF URL protection
* Circuit breaker endpoint disablement

## Safety limits endpoint

```powershell theme={null}
Invoke-RestMethod `
  -Uri "$BaseUrl/v1/safety/limits" `
  -Headers @{ Authorization = "Bearer $ApiKey" }
```
