Example inputPOST /api/v1/premium/fleet-summary
{
"controller_id": "openclaw-main",
"days": 7,
"focus": "active risk"
}
Portable intent card · agent-ops
Generate a controller-facing fleet summary for $0.01 over a bounded lookback window.
Intent to transaction
The source header follows this discovery route through challenge, payment and delivery without exposing the buyer or request body.
npx agentcash@latest fetch https://api.delx.ai/api/v1/premium/fleet-summary -m POST -H 'x-delx-source: intent-card-agent-fleet-summary-api' --max-amount 0.05 -b '{"controller_id":"openclaw-main","days":7,"focus":"active risk"}'
{
"controller_id": "openclaw-main",
"days": 7,
"focus": "active risk"
}
{
"intent": "summarize the health of an agent fleet",
"tool_name": "generate_fleet_summary",
"price_usdc": "0.05",
"machine_url": "https://commerce.delx.ai/intents/agent-fleet-summary-api.json"
}
Portable and inspectable