railway-mcp

by jason-tan-swe
Verified

configure_api_token

Set up or update the Railway API token for authentication when not configured in environment variables. Use for initial setup or token updates to enable secure access to Railway services.

Instructions

[UTILITY] Configure the Railway API token for authentication (only needed if not set in environment variables)

⚡️ Best for: ✓ Initial setup ✓ Token updates ✓ Authentication configuration

⚠️ Not for: × Project configuration × Service settings × Environment variables

→ Next steps: project_list, service_list

→ Related: project_create

Input Schema

NameRequiredDescriptionDefault
tokenYesRailway API token (create one at https://railway.app/account/tokens)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "token": { "description": "Railway API token (create one at https://railway.app/account/tokens)", "type": "string" } }, "required": [ "token" ], "type": "object" }
ID: lwn74iwigz