Sevalla · Rate Limits

Sevalla Rate Limits

The Sevalla API (https://api.sevalla.com/v3) authenticates every request with a Bearer API token and applies per-token / per-company rate limiting to protect the platform. Exact per-endpoint request-per-minute values are not published in a single normalized table; throttled requests return HTTP 429. Beyond API request limits, the platform enforces resource quotas per plan and fair-use policies (for example on free static-site bandwidth and build minutes, and on object storage).

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

It captures 5 rate-limit definitions, measuring requests, gigabytes, minutes, sites, and usage.

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

Tagged areas include Hosting, PaaS, Cloud, Deployment, and Rate Limiting.

5 Limits Throttle: 429
HostingPaaSCloudDeploymentRate LimitingQuotasThrottling

Limits

API Requests token
requests
see provider documentation
Per-token / per-company request rate limiting on api.sevalla.com/v3; throttled requests return 429.
Static Site Bandwidth (Free tier) account
gigabytes
100 per month
Free static-site tier includes 100 GB/month of bandwidth under fair use.
Static Site Build Minutes (Free tier) account
minutes
600 per month
Free static-site tier includes 600 build minutes/month.
Static Sites per Account account
sites
100
Up to 100 static sites per account on the free tier.
Object Storage Fair Use account
usage
fair use
Fair-use policy applies to object storage in addition to per-GB billing.

Policies

Bearer Token Authentication
Every API request must include a valid Bearer API token; one token authenticates all endpoints.
Fair Use
Fair-use policies apply to free static-site hosting and object storage tiers.
Backoff Strategy
Clients should implement exponential backoff with jitter on 429 responses and honor any Retry-After header.

Sources