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.
Overview
Spacelift GraphQL API is a GraphQL API specification published by Spacelift on the APIs.io network.
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.
The GraphQL endpoint is available at https://{account}.app.spacelift.io/graphql. documentation is published at https://spacelift.io/.
The specification includes 1 reference link.
Tagged areas include Infrastructure as Code, FinOps, DevOps, Platform Engineering, and Terraform.