railway-project
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name RAILWAY_PROJECT_TOKEN or zero doctor check-connector --url https://backboard.railway.com/graphql/v2 --method POST.
Authentication
Railway exposes a single GraphQL endpoint. A project token is scoped to one environment inside one project, and is sent through a different header than account/workspace tokens:
Project-Access-Token: $RAILWAY_PROJECT_TOKEN
Do NOT also send
Authorization: Bearer— Railway will accept the project token but you should treat the two auth surfaces as mutually exclusive. If you need cross-project or account-level operations, switch to the broader railway skill.
Environment Variables
| Variable | Description |
|---|---|
RAILWAY_PROJECT_TOKEN |
Railway project access token, scoped to one project/environment (UUID v4 format) |