Rate limits

Edgify enforces two rate ceilings: public-API limits at api.edgify.net (per service-account JWT) and proxy limits at proxy.edgify.net (per virtual key, configured via limit-profiles).

Public-API tiers (per plan)

Plan RPM Day cap Notes
free601,000Default for every new org.
starter30010,000$29/mo via Stripe checkout.
growth1,000100,000$99/mo.
enterprise5,000unlimitedCustom contract.

On breach: 429 + x-edgify-rate-limit-reset: <unix-ts> + JSON body {"error":{"code":"rate_limited","retry_after_seconds":N}}.

Proxy limits (per virtual key)

Configured via limit_profiles: per-minute, per-hour, per-day requests; daily and monthly USD budgets; per-request byte/token caps; allowed methods, paths, models, origins, IPs. Read about them in the API reference.