# Railway

**Canonical:** https://apis.io/providers/railway-app/  
**Website:** https://railway.com/  
**APIs profiled:** 13

Railway is a cloud application deployment platform (PaaS) that builds, deploys, and scales services, databases, and cron jobs from a Git repository or Docker image. Its programmatic surface is a GraphQL-first Public API served at https://backboard.railway.com/graphql/v2 - the same API that powers the Railway dashboard. There is no REST API; all queries and mutations are issued as GraphQL POST requests, and real-time build, deployment, and environment log streams are delivered as GraphQL subscriptions over a WebSocket endpoint at wss://backboard.railway.com/graphql/v2.

## Kin Score — 38.6 / 100 (thin)

Scored 2026-08-21 under rubric 0.12.0. Trend: flat (+0.0 from 38.6).

| Facet | Score |
|---|---|
| Discoverability | 74.1 |
| Contract Quality | 54.1 |
| Governance | 11.4 |
| Contract Governance | 11.4 |
| Operational Transparency | 34.2 |
| Developer Ergonomics | 11.9 |
| Commercial Clarity | 47.4 |
| Access Clarity | 47.4 |

## Agent readiness — 19.7 (agent-aware)

| Dimension | Value |
|---|---|
| Spec Presence | yes |
| Agentic Access | no |
| Reversibility Documented | no |
| MCP Server | no |
| Auth Clarity | no |
| Idempotency | no |
| Error Semantics | no |
| OpenAPI Examples | no |
| Rate Limit Signal | documented |
| Event Surface Described | derived |
| Agent Skills | no |
| Well Known Catalog | no |
| Consent Identity | no |
| Agent Card | no |
| Dry Run Mode | no |

## Access

Freemium — onboarding: unknown, pricing: freemium, trial: no (confidence: medium).

## APIs (13)

- **Railway Projects API** — GraphQL operations for creating, reading, updating, and deleting Railway projects - the top-level container for services and environments. Queries include project and projects; ...
- **Railway Services API** — GraphQL operations for managing services and their per-environment service instances. Queries include service and serviceInstance; mutations include serviceCreate, serviceUpdate...
- **Railway Deployments API** — GraphQL operations for triggering and managing deployments. Queries include deployment and deployments; mutations include serviceInstanceDeployV2, serviceInstanceRedeploy, deplo...
- **Railway Environments API** — GraphQL operations for isolated project environments (for example production and staging). Queries include environment and environments; mutations include environmentCreate, env...
- **Railway Variables API** — GraphQL operations for service and environment configuration variables. Queries include variables; mutations include variableUpsert, variableDelete, and variableCollectionUpsert...
- **Railway Volumes API** — GraphQL operations for persistent volumes attached to services. Queries include volume; mutations include volumeCreate, volumeUpdate, volumeDelete, and volumeInstanceUpdate for ...
- **Railway Plugins API** — GraphQL operations for legacy plugins (managed database add-ons such as Postgres, MySQL, Redis, and MongoDB). Queries include plugin; mutations include pluginCreate, pluginUpdat...
- **Railway Custom Domains API** — GraphQL operations for attaching custom and Railway-provided domains to a service. Queries include customDomain and domains; mutations include customDomainCreate, customDomainDe...
- **Railway TCP Proxies API** — GraphQL operations for exposing a service over raw TCP. Queries include tcpProxies; mutations include tcpProxyCreate and tcpProxyDelete.
- **Railway Usage and Metrics API** — GraphQL operations for reading resource consumption and cost. Queries include usage, estimatedUsage, and metrics for per-service vCPU, memory, network egress, and disk utilization.
- **Railway Teams and Workspaces API** — GraphQL operations for the authenticated account, its workspaces, teams, and members. Queries include me, workspace, and workspaces; mutations include workspaceUpdate and teamMe...
- **Railway Webhooks API** — GraphQL operations for project webhooks that notify external URLs of deployment status changes. Queries include projectWebhooks; mutations include webhookCreate, webhookUpdate, ...
- **Railway Logs API** — GraphQL log surface for builds, deployments, environments, and HTTP traffic. Available both as point-in-time queries (buildLogs, deploymentLogs, environmentLogs, httpLogs) and a...

## Security (2)

- **Railway App Domain Security** — TLSv1.3 · DNSSEC · DMARC
- **Railway App Trust Center** — SOC 2, HIPAA, GDPR

## Plans (1)

- **Railway App Plans Pricing**

## Tags

Deployment, Platform-as-a-Service, Cloud, Infrastructure, GraphQL, DevOps

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/providers/railway-app/). Scores are computed from the provider's own public artifacts under a published rubric.
