Limits

Every number here is read from the same catalog the relay enforces, so this page cannot drift from the running system.

LimitGuestFreeSoloTeam
Endpoints you can createA guest cannot create endpoints; one webhook endpoint is provisioned automatically.01310
HTTP requests per month1,00010,000100,000500,000
Stored requests per endpointOldest entries are dropped once an endpoint reaches its cap.501002001,000
Concurrent sessions281664
Request rewrites per endpoint052050
Recorded live sessionNot available5 minutes15 minutes60 minutes
WebSocket and raw TCPNot availableNot availableIncludedIncluded
Log retentionRetention is the same on every plan, because one collection-wide expiry deletes stored requests.30 days30 days30 days30 days

What happens when you reach one

  • Monthly requests. The relay answers 429 with Monthly HTTP request quota exceeded. Traffic is refused rather than dropped quietly, so a webhook provider sees a failure it can retry instead of assuming delivery.
  • Stored requests. The oldest entries for that endpoint are removed to make room. The endpoint keeps working.
  • Concurrent sessions. Additional connections get 503 with Too many concurrent sessions until in-flight ones finish.
  • Endpoint count. Creating one more is refused with the plan limit stated in the error, for example Plan limit: at most 1 http proxy server(s).
  • Protocol not on your plan. Creating a WebSocket or raw TCP endpoint on a plan without them is refused, for example Your plan does not allow WebSocket proxy servers.

Retention

Stored requests are deleted 30 days after they arrive, on every plan. Bodies are kept as a 256 KB preview and headers up to 32 KB; anything longer is truncated. Deleting an endpoint deletes its stored requests immediately. See security and data retention for the rest.

Larger plans

Solo and Team raise quotas and unlock WebSocket, raw TCP, and seats. See pricing to subscribe — workspace owners checkout through Paddle.