API Reference
OIDC
Platform

Rate Limit Policy

AdminUpdated Sep 11, 2026

Rate Limit Policy

Backend API — secret key (Authorization: Bearer sk_…).

2 routes. Each row is one endpoint with its explanation, required scope, and whether it honours the Idempotency-Key header.

Method & path

Scope

Idem

Explanation

GET /v1/rate_limit_policy

rate_limit:read

Read the per-instance rate-limit policy (sign-in/up create per IP, and BAPI per key) and its bounds. Defaults equal the built-in fixed limits.

PATCH /v1/rate_limit_policy

rate_limit:write

Tune the per-instance rate-limit budgets. Values are bounded so protection cannot be disabled or set to self-DoS; a lower value tightens the limiter.

Was this page helpful?