Railway App Rate Limits
Railway enforces per-plan rate limits on the GraphQL Public API (https://backboard.railway.com/graphql/v2), expressed as requests per hour (RPH) and, on paid plans, requests per second (RPS). Limits scale with the workspace plan: Free/Trial, Hobby, Pro, and Enterprise. Every response carries X-RateLimit-* headers so clients can track remaining quota, and throttled requests return HTTP 429 with a Retry-After header.
Railway App Rate Limits is the machine-readable rate-limit profile for Railway on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 6 rate-limit definitions, measuring requests.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Deployment, PaaS, Cloud, GraphQL, and Rate Limiting.