Overview
Features
List experiment designs
List experiment designs for a given team; inputs include team; returns designs with their key and name.
Get an experiment design
Retrieve a specific experiment design by its experimentKey.
List experiment executions
List experiment executions with optional filters (experiment, environment, team, state, from, to) and paging (page, pageSize; defaults and maximums as specified).
Get an experiment execution
Fetch a single experiment execution by its executionId.
List actions
Return the list of currently registered actions; supports paging (page, pageSize).
List environments
Get a list of environments.
List teams
Get a list of teams.
Create an experiment from a template
Create an experiment from a template; requires CAPABILITIES_ENABLED_0=CREATE_EXPERIMENT_FROM_TEMPLATE to be enabled. Inputs: templateId, environment, team; optional placeholders and externalId; returns the created experiment key or an error message.
Who Is This For?
- LLM tools:Enable Claude and other LLMs to interact with the Steadybit platform via MCP.
- Developers:Integrate the MCP server into client applications to programmatically access experiments and templates.
- Steadybit users:Manage environments, teams, actions, and schedules via automated MCP calls.




