Supabase · Rate Limits

Supabase Rate Limits

Supabase rate limits per-project.

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

It captures 8 rate-limit definitions, measuring signups_per_hour, emails_per_hour, concurrent, messages_per_second, and concurrent_invocations.

The profile also includes response codes documented for throttled.

Tagged areas include Rate Limiting, Postgres, and Auth.

8 Limits Throttle: 429
Rate LimitingPostgresAuth

Limits

Auth signups (Free) project
signups_per_hour · hour
30
Auth signups (Pro) project
signups_per_hour · hour
150
Auth email send (default SMTP) project
emails_per_hour · hour
4
Realtime concurrent connections (Free) project
concurrent
200
Realtime concurrent connections (Pro) project
concurrent
500
Realtime messages/sec (Free) project
messages_per_second
100
Realtime messages/sec (Pro) project
messages_per_second
500
Edge Function invocations project
concurrent_invocations
50

Sources