Spacelift · Capability
Spacelift Infrastructure Orchestration
Workflow capability for orchestrating infrastructure deployments through Spacelift. Enables platform engineers and DevOps teams to manage IaC stacks, trigger deployments, enforce governance policies, and monitor worker pool health programmatically.
What You Can Do
GET
List stacks
— List all infrastructure stacks with state and configuration
/v1/stacks
POST
Create stack
— Create a new infrastructure stack
/v1/stacks
POST
Create run
— Trigger a new deployment run on a stack
/v1/runs
GET
List policies
— List all governance policies in the account
/v1/policies
GET
List contexts
— List all shared contexts available for stack attachment
/v1/contexts
GET
List worker pools
— List all worker pools and their current worker status
/v1/worker-pools
MCP Tools
list-stacks
List all Spacelift infrastructure stacks with their current state, repository, and deployment configuration
read-only
create-stack
Create a new infrastructure stack in Spacelift connected to a source repository
trigger-run
Trigger a new infrastructure deployment run on a Spacelift stack
list-policies
List all governance policies (OPA/Rego) enforcing infrastructure deployment rules
read-only
list-contexts
List all shared contexts containing environment variables and files for stacks
read-only
list-worker-pools
List all worker pools and their worker health status
read-only
APIs Used
spacelift