Railway ​
Deploy and manage projects, services, and environments on Railway.
| Detail | Value |
|---|---|
| Category | Cloud & Infra |
| Base URL | https://backboard.railway.app/graphql/v2 |
| Authentication | Bearer Token |
| Endpoints | 8 |
| Connector key | railway |
Using Railway in a workflow ​
- Go to Connections and click New Connection.
- Pick Railway from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /projects | List projects |
| POST /projects | Create a project |
| GET /projects/{projectId} | Get project details |
| GET /projects/{projectId}/services | List services |
| POST /projects/{projectId}/services | Create a service |
| GET /projects/{projectId}/deployments | List deployments |
| POST /deployments/{deploymentId}/redeploy | Redeploy |
| GET /projects/{projectId}/environments | List environments |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.