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.

Back to Catalog
Toolsrailway

Block Preview

Railway

Infrastructure and backend deployment platform

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the railway block with monitoring enabled in production.

Inputs (UI)

Railway API Token

short-input

Placeholder: Enter your Railway API token (Team, Account, or Project token)

Layout: full

Operation

dropdown

Layout: full

Options: List Projects, Get Project, List Services, Get Service

Project ID

short-input

Placeholder: Enter project ID

Layout: full

Condition: operation = ["get_project","list_services","create_service","list_deployments"]

Service ID

short-input

Placeholder: Enter service ID

Layout: full

Condition: operation = ["get_service","trigger_deployment"]

Inputs (API)

credential

string

Required

operation

string

Required

projectId

string

Optional

serviceId

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

railway_api
Railway | NowFlow Blocks