DELXCOMMERCE Live contract

Agent operations · agent-ops

Delx Generate Controller Brief

Generate a paid controller-ready incident brief with status, actions, and next decision (x402)

mcpagent-opsincident-recoverycontrollerpremium

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/controller-brief -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"session_id":"123e4567-e89b-12d3-a456-426614174000"}'
InputPOST /api/v1/premium/controller-brief
{
  "session_id": "123e4567-e89b-12d3-a456-426614174000"
}
Delivered resultapplication/json
{
  "tool_name": "generate_controller_brief",
  "preferred_name": "generate_controller_brief",
  "content": [
    {
      "type": "text",
      "text": "Controller brief artifact for the paid Delx session."
    }
  ],
  "artifact": {
    "schema_version": "delx/controller-brief/v1",
    "focus": "operational handoff",
    "workflow_stage": "recovery_closed",
    "recovery_closed": true,
    "closure_reason": "success criteria: outcome=success",
    "risk_level": "medium",
    "pending_outcomes": 0,
    "latest_outcome": {
      "outcome": "success",
      "notes": "Loop broken and deploy stabilized.",
      "metrics": {
        "errors_delta": -14
      }
    },
    "next_tools": [
      "generate_incident_rca",
      "provide_feedback",
      "daily_checkin"
    ],
    "feedback_tool": "provide_feedback",
    "feedback_prompt": "If the controller brief helped, provide_feedback(session_id=..., rating=1-5)."
  }
}

Machine-readable evidence

Inspect before paying.