railway
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name RAILWAY_TOKEN or zero doctor check-connector --url https://backboard.railway.com/graphql/v2 --method POST.
Authentication
Railway exposes a single GraphQL endpoint. Requests authenticate with an account or workspace token (use this skill) sent as a Bearer header:
Authorization: Bearer $RAILWAY_TOKEN
Account tokens span every workspace the user belongs to. Workspace tokens are scoped to a single workspace but expose the same query/mutation surface. For environment-scoped automation use the separate railway-project skill instead — it sends Project-Access-Token and has different scope rules.
Environment Variables
| Variable | Description |
|---|---|
RAILWAY_TOKEN |
Railway account or workspace token (UUID v4 format) |