Spacelift · GraphQL Specification

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.

Documentation Endpoint View on GitHub Infrastructure as CodeFinOpsDevOpsPlatform EngineeringTerraformGitOpsGraphQL

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.

Endpoint

https://{account}.app.spacelift.io/graphql

References

Back to Spacelift · All GraphQL Specs · GitHub