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; mutations include projectCreate, projectUpdate, and projectDelete.

API entry from apis.yml

apis.yml Raw ↑
aid: railway-app:railway-app-projects-api
name: Railway Projects API
tags:
- Projects
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.railway.com/reference/public-api
baseURL: https://backboard.railway.com/graphql/v2
properties:
- url: https://docs.railway.com/reference/public-api
  type: Documentation
- url: https://docs.railway.com/integrations/api/graphql-overview
  type: APIReference
- url: graphql/railway-app-graphql.md
  type: GraphQL
- url: graphql/railway-app-schema.graphql
  type: GraphQL
description: GraphQL operations for creating, reading, updating, and deleting Railway projects - the top-level
  container for services and environments. Queries include project and projects; mutations include projectCreate,
  projectUpdate, and projectDelete.