Railway
Official@railwayapp · Cloud
The all-in-one intelligent cloud provider
Agent Skills by Railway
Showing 14 vetted skills indexed across 2 GitHub repositories.
docs-writing
Write, edit, and review Railway platform documentation following a strict style guide.
railway-docs
Fetch current Railway documentation pages by appending .md to URLs.
metrics
Query Railway service CPU, memory, network, and disk metrics via GraphQL.
database
Add and configure Railway databases for PostgreSQL, Redis, MySQL, and MongoDB projects.
deploy
Deploy code from the current directory to Railway using railway up.
projects
List and configure Railway projects across workspaces via CLI and GraphQL API.
status
Report Railway project status including environment, services, deployments, and domains.
central-station
Search Railway community threads, discussions, and documentation via GraphQL endpoints.
deployment
Manage Railway deployments with list, logs, redeploy, and remove commands.
new
Create Railway projects, services, and databases via the Railway CLI.
environment
Read and edit Railway environment configurations via CLI commands.
templates
Find and deploy Railway templates to projects via the Railway API.
service
Manage Railway services via GraphQL mutations for status checks, updates, and creation.
domain
Add, view, or remove Railway domains for services via CLI operations.
Frequently Asked Questions About Railway
FAQPage SchemaWhat specific infrastructure tasks does Railway enable?▼
Railway enables the provisioning of managed databases, deployment of containerized services, and management of environment variables. Users can perform granular operations such as monitoring CPU and memory metrics, configuring custom domains, and managing deployment lifecycles directly through integrated command interfaces and GraphQL endpoints.
Which personas benefit most from these infrastructure capabilities?▼
Full-stack developers, DevOps engineers, and software architects benefit from these capabilities. The platform is designed for technical teams requiring rapid environment setup, streamlined database management, and consistent deployment patterns without the overhead of complex infrastructure configuration or manual server maintenance.
What are the prerequisites for deploying services on Railway?▼
Prerequisites include a project directory containing your source code and the installation of the Railway interface. Users must authenticate their workspace, define service configurations, and ensure their environment variables are correctly mapped to support the specific database or runtime requirements of their application.