InputPOST /api/v1/x402/incident-timeline
{
"events": [
{
"at": "2026-08-05T12:00:00Z",
"event": "alert fired",
"source": "monitor"
}
]
}
Agent reliability and security · agent-reliability-security
Normalize and chronologically order incident events into a machine-readable timeline. Use it before an autonomous workflow acts on untrusted input, changes an API, retries a request, or evaluates production reliability. Returns bounded machine-readable JSON for $0.002 USDC via x402 on Base. Execution is deterministic, first-party, local-only, stateless, and does not call an upstream provider; structured validation failures are not billed.
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/incident-timeline -m POST -H 'x-delx-source: product-page' --max-amount 0.002 -b '{"events":[{"at":"2026-08-05T12:00:00Z","event":"alert fired","source":"monitor"}]}'
{
"events": [
{
"at": "2026-08-05T12:00:00Z",
"event": "alert fired",
"source": "monitor"
}
]
}
{
"schema": "delx/incident-timeline/v1",
"event_count": 1,
"events": [
{
"at": "2026-08-05T12:00:00+00:00",
"event": "alert fired",
"source": "monitor"
}
],
"starts_at": "2026-08-05T12:00:00+00:00",
"ends_at": "2026-08-05T12:00:00+00:00"
}
Machine-readable evidence