Skip to main content

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

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