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 |
|---|---|---|---|
| free | 60 | 1,000 | Default for every new org. |
| starter | 300 | 10,000 | $29/mo via Stripe checkout. |
| growth | 1,000 | 100,000 | $99/mo. |
| enterprise | 5,000 | unlimited | Custom 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.