projects

List, switch, rename, and configure Railway projects via the railway API.

1|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/0xHoneyJar/loa-constructs --skill projects-0xhoneyjar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: projects
Source: https://github.com/0xHoneyJar/loa-constructs/tree/main/.agents/skills/projects
Command: npx skills add https://github.com/0xHoneyJar/loa-constructs --skill projects-0xhoneyjar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, and includes scripts (resource) components.

What problem does it solve?

This skill helps you manage Railway projects by listing, switching, renaming, and configuring project settings, PR deploys, and privacy controls.

Core Features & Use Cases

  • List projects across workspaces.
  • Switch the active project to work on a different namespace.
  • Rename projects and toggle PR deploys or privacy settings.

Quick Start

Use this skill to view your projects, switch to a different project, rename it, or adjust PR deploys and privacy settings.

Frequently Asked Questions about projects

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all my Railway projects across different workspaces?

List Railway projects across workspaces by querying the Railway API to retrieve and display all active projects within your accessible namespaces. This provides a comprehensive view of your deployed workspaces.

Can I switch the active Railway project to work on a different workspace?

Switch the active Railway project to change your working namespace. This updates your current context, allowing you to manage and deploy resources under a different project workspace.

How do I rename an existing Railway project?

Rename a Railway project by sending an update query through the Railway API. This modifies the project metadata directly, changing the display name without affecting your active deployments or resources.

How do I configure PR deploys and privacy settings for a Railway project?

Configure PR deploys and privacy settings by applying updates via the Railway API. This allows you to toggle pull request deployment triggers and adjust project visibility controls across your workspaces.

Do I need curl and jq installed to manage Railway projects?

Yes, you need curl and jq installed to manage Railway projects with this tool. The helper script leverages curl to execute Railway API queries and jq to parse the returned JSON data.