project_create
Create new Railway projects using the project_create API tool on the railway-mcp server. Ideal for initializing applications, setting up dev environments, and establishing project spaces. Start with defining a name, optionally assign a team ID, and proceed to configure services or databases.
Instructions
[API] Create a new Railway project
⚡️ Best for: ✓ Starting new applications ✓ Setting up development environments ✓ Creating project spaces
⚠️ Not for: × Duplicating existing projects
→ Next steps: service_create_from_repo, service_create_from_image, database_deploy
→ Related: project_delete, project_update
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Name for the new project | |
teamId | No | Optional team ID to create the project under |