InputPOST /api/v1/x402/fleet-status-onepager-stub
{
"agents": [
{
"id": "a1",
"status": "ok"
},
{
"id": "a2",
"status": "degraded"
}
]
}
Commercial operations analytics · commercial-operations
Build a compact fleet status markdown from agent rows. Call when operator agents need a pasteable fleet brief. Returns markdown one-pager as deterministic JSON for $0.01 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.
One-command purchase
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/x402/fleet-status-onepager-stub -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"agents":[{"id":"a1","status":"ok"},{"id":"a2","status":"degraded"}]}'
{
"agents": [
{
"id": "a1",
"status": "ok"
},
{
"id": "a2",
"status": "degraded"
}
]
}
{
"schema": "delx/util-fleet-status-onepager-stub/v1",
"markdown": "# Fleet status\n\n- a1: ok\n- a2: degraded\n"
}
Machine-readable evidence