Blocks
Railway
Infrastructure and backend deployment platform
Integrate with Railway to deploy backend applications, manage services, create databases, configure environments, and monitor infrastructure. Supports full-stack deployment with GraphQL API and token authentication.
Block Preview
Railway
Infrastructure and backend deployment platform
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the railway block with monitoring enabled in production.
Inputs (UI)
Railway API Token
short-inputPlaceholder: Enter your Railway API token (Team, Account, or Project token)
Layout: full
Operation
dropdownLayout: full
Options: List Projects, Get Project, List Services, Get Service
Project ID
short-inputPlaceholder: Enter project ID
Layout: full
Condition: operation = ["get_project","list_services","create_service","list_deployments"]
Service ID
short-inputPlaceholder: Enter service ID
Layout: full
Condition: operation = ["get_service","trigger_deployment"]
Inputs (API)
credential
stringRequired
operation
stringRequired
projectId
stringOptional
serviceId
stringOptional
Outputs
Primary response type:
{
"data": "json"
}