DELXCOMMERCE Live contract

Agent operations · agent-ops

Delx Get Session Summary

Generate a paid recovery session summary for handoff, review, and next actions (x402)

mcpagent-opssessionsummarypremium

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

Machine-readable evidence

Inspect before paying.