Formbricks · Rate Limits

Formbricks Rate Limits

Formbricks Cloud applies per-IP and per-key rate limiting to its public endpoints (sign-up, login, and verification flows) and the Management and Client APIs to protect the shared multi-tenant platform; throttled requests return HTTP 429. The dominant quota for most users is the monthly response limit tied to the billing plan (250 on Hobby, 2,000 on Pro, 5,000 on Scale, custom on Enterprise) rather than a request-per-second ceiling. Self-hosted Community Edition deployments are governed only by limits the operator configures (the project exposes RATE_LIMITING_DISABLED and related environment variables). Specific per-endpoint request thresholds are not reconciled in this artifact.

Formbricks Rate Limits is the machine-readable rate-limit profile for Formbricks on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 5 rate-limit definitions, measuring responses and requests.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Surveys, Experience Management, Feedback, Forms, and Open Source.

5 Limits Throttle: 429
SurveysExperience ManagementFeedbackFormsOpen SourceRate LimitingQuotasThrottling

Limits

Monthly Responses (plan quota) account
responses
250 (Hobby) / 2000 (Pro) / 5000 (Scale) / custom (Enterprise)
Primary usage cap; resets monthly per the billing plan.
Authentication and Public Endpoints ip
requests
see provider documentation
Sign-up, login, and verification endpoints are rate-limited per IP to prevent abuse.
Management API apiKey
requests
see provider documentation
Per-key request limiting on app.formbricks.com/api/v2/management endpoints.
Client API ip
requests
see provider documentation
Unauthenticated display/response submission endpoints are rate-limited per IP.
Self-Hosted deployment
requests
operator-configured
Community Edition rate limiting is configurable (e.g. RATE_LIMITING_DISABLED) by the self-host operator.

Policies

Plan-Based Quotas
Monthly response allowances scale with the Hobby, Pro, Scale, and Enterprise plans.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor 429 responses on the authentication and API surfaces.

Sources