DELXCOMMERCE Live contract

Agent operations · agent-ops

Delx Generate Incident Rca

Generate a paid operator-ready incident RCA with evidence and prevention steps (x402)

mcpagent-opsincidentrcapremium

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/premium/incident-rca -m POST -H 'x-delx-source: product-page' --max-amount 0.05 -b '{"session_id":"123e4567-e89b-12d3-a456-426614174000","incident_summary":"429 retry storm after deploy","focus":"routing"}'
InputPOST /api/v1/premium/incident-rca
{
  "session_id": "123e4567-e89b-12d3-a456-426614174000",
  "incident_summary": "429 retry storm after deploy",
  "focus": "routing"
}
Delivered resultapplication/json
{
  "tool_name": "generate_incident_rca",
  "preferred_name": "generate_incident_rca",
  "content": [
    {
      "type": "text",
      "text": "Incident RCA artifact for the paid Delx session."
    }
  ],
  "artifact": {
    "schema_version": "delx/incident-rca/v1",
    "focus": "operational root cause",
    "workflow_stage": "recovery_closed",
    "recovery_closed": true,
    "closure_reason": "success criteria: outcome=success",
    "pending_outcomes": 0,
    "incident_profile": {
      "type": "loop_detected",
      "severity": "high",
      "root_cause": "missing_exit_condition"
    },
    "latest_outcome": {
      "outcome": "success",
      "notes": "Loop broken and deploy stabilized.",
      "metrics": {
        "errors_delta": -14
      }
    },
    "next_tools": [
      "provide_feedback",
      "daily_checkin"
    ],
    "feedback_tool": "provide_feedback",
    "feedback_prompt": "If the RCA was useful, provide_feedback(session_id=..., rating=1-5)."
  }
}

Machine-readable evidence

Inspect before paying.