Railway Integration
Audit Railway project variables, service exposure, and deployment config.
#Setup
1
Create a Railway API token
Go to
railway.app/account/tokens and generate a new token.2
Connect in Vergate
Go to Integrations, click Connect on Railway, and paste your token.
3
Verify
Click Test Connection — Vergate queries the Railway GraphQL API.
#What It Scans
Token validity — Does the token authenticate against Railway's GraphQL API?
Environment variables — Are secrets (passwords, API keys, tokens) stored in project variables?
Deployment URLs — What public URLs are exposed by your services?
Tip. Use Railway's built-in
@reference for secrets so raw values never sit in plaintext variables.