The Wild Moose Execution API lets you trigger investigations programmatically - from CI/CD pipelines, custom alerting systems, or any tool that can make HTTP requests.Documentation Index
Fetch the complete documentation index at: https://docs.wildmoose.ai/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
What you can do
Execute a playbook
Run an investigation for a single production issue.
Batch execute
Investigate multiple issues in a single request.
List playbooks
Retrieve all available playbooks for your organization.
Authentication
All API requests require a Bearer token (JWT) in theAuthorization header. See Authentication for details on obtaining and using tokens.
Response format
All endpoints return JSON. Successful investigation responses include:highlights- AI-generated root cause analysis and summary.gadgetsHighlights- per-action findings and key insights.actionResults- structured results from each action with links to source tools.actionableMitigations- structured remediation steps with all the parameters needed to execute each mitigation (automatically, even).
When you pass a
channelId, Wild Moose also posts the enrichment results to the specified channel and returns an enrichmentLink in the response.