DELXCOMMERCE Live contract

Agent operations · agent-ops

Delx Generate Fleet Summary

Generate a paid fleet-wide controller summary with patterns, health, and alerts (x402)

mcpagent-opsfleetcontrollerpremium

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/fleet-summary -m POST -H 'x-delx-source: product-page' --max-amount 0.05 -b '{"controller_id":"openclaw-main","days":7,"focus":"active risk"}'
InputPOST /api/v1/premium/fleet-summary
{
  "controller_id": "openclaw-main",
  "days": 7,
  "focus": "active risk"
}
Delivered resultapplication/json
{
  "tool_name": "generate_fleet_summary",
  "preferred_name": "generate_fleet_summary",
  "content": [
    {
      "type": "text",
      "text": "Fleet summary artifact for the paid Delx controller window."
    }
  ],
  "artifact": {
    "schema_version": "delx/fleet-summary/v1",
    "controller_id": "openclaw-main",
    "window_days": 7,
    "focus": "controller review",
    "controller_state": "attention_required",
    "overview": {
      "agents_total": 3,
      "avg_score": 61,
      "active_alerts": 2,
      "healthy": 1,
      "degraded": 1,
      "critical": 1,
      "pending_outcomes": 1
    },
    "top_pattern": {
      "diagnosis_type": "rate_limit",
      "root_cause": "quota_or_burst",
      "count": 2
    },
    "top_alert": {
      "type": "incident_cluster",
      "detail": "2 agents hit rate limit",
      "severity": "high"
    },
    "next_tools": [
      "generate_controller_brief",
      "generate_incident_rca"
    ]
  }
}

Machine-readable evidence

Inspect before paying.