Railway
communityCloud platform for deploying apps with infrastructure provisioning. Supports databases, cron jobs, and auto-scaling.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://backboard.railway.app/graphql/v2List projects via GraphQL API
Parameters
queryGraphQL query for projects (stringrequiredReturns
projects[] with id, name, description, createdAt, environments[], services[]POST
https://backboard.railway.app/graphql/v2List deployments for a service
Parameters
queryGraphQL query with serviceId (stringrequiredReturns
deployments[] with id, status, createdAt, meta with commitMessage, branchPOST
https://backboard.railway.app/graphql/v2Get environment variables
Parameters
queryGraphQL query with projectIdrequired— environmentId (stringReturns
variables as key-value pairs