Spacelift GraphQL API

Spacelift exposes a GraphQL API for programmatic control of all platform resources including stacks, runs, policies, contexts, worker pools, modules, and blueprints. Authentication uses JWT tokens obtained by exchanging a Spacelift API key ID and secret via the apiKeyUser mutation. The endpoint is account-specific at https://{account}.app.spacelift.io/graphql.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/spacelift-graphql"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: spacelift:spacelift-graphql
name: Spacelift GraphQL API
description: Spacelift exposes a GraphQL API for programmatic control of all platform resources including
  stacks, runs, policies, contexts, worker pools, modules, and blueprints. Authentication uses JWT tokens
  obtained by exchanging a Spacelift API key ID and secret via the apiKeyUser mutation. The endpoint is
  account-specific at https://{account}.app.spacelift.io/graphql.
humanURL: https://spacelift.io/
baseURL: https://{account}.app.spacelift.io/graphql
tags:
- Infrastructure as Code
- DevOps
- Platform Engineering
- Terraform
- GraphQL
properties:
- type: Documentation
  url: https://docs.spacelift.io/
- type: GraphQL
  url: https://docs.spacelift.io/integrations/api
- type: GettingStarted
  url: https://docs.spacelift.io/
- type: GitHubRepository
  url: https://github.com/spacelift-io/spacectl
- type: JSONSchema
  url: https://raw.githubusercontent.com/api-evangelist/spacelift/refs/heads/main/json-schema/spacelift-stack-schema.json
- type: JSONStructure
  url: https://raw.githubusercontent.com/api-evangelist/spacelift/refs/heads/main/json-structure/spacelift-stack-structure.json
- type: JSONLDContext
  url: https://raw.githubusercontent.com/api-evangelist/spacelift/refs/heads/main/json-ld/spacelift-context.jsonld
- type: Vocabulary
  url: https://raw.githubusercontent.com/api-evangelist/spacelift/refs/heads/main/vocabulary/spacelift-vocabulary.yml
- url: graphql/spacelift-graphql.md
  type: GraphQL