Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.steadwing.com/api/mcp/analyze \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <x-api-key>' \ --data ' { "error_log": "<string>", "files": [ { "name": "<string>", "content": "<string>" } ] } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Trigger incident analysis via MCP (Model Context Protocol) integration.
Request schema for MCP-based RCA analysis.
Note: organization_id is extracted from the API key, not from the request body.
Show child attributes
Successful Response