projects

Installation
Summary

List, switch, and configure Railway projects with CLI commands and GraphQL mutations.

  • List all projects and workspaces, or switch between projects using railway link and project IDs
  • Rename projects, enable/disable PR deploys, toggle public/private visibility, and configure bot PR environments via GraphQL mutations
  • Extract project IDs from railway status --json to use in update operations
  • Composable with status, new, and environment skills for viewing details, creating projects, and managing environments
SKILL.md

Project Management

List, switch, and configure Railway projects.

When to Use

  • User asks "show me all my projects" or "what projects do I have"
  • User asks about projects across workspaces
  • User asks "what workspaces do I have"
  • User wants to switch to a different project
  • User asks to rename a project
  • User wants to enable/disable PR deploys
  • User wants to make a project public or private
  • User asks about project settings

List Projects

The railway list --json output can be very large. Run in a subagent and return only essential fields:

Related skills

More from railwayapp/railway-skills

Installs
862
GitHub Stars
259
First Seen
Jan 20, 2026