Example inputPOST /api/v1/x402/webhook-event-normalize
{
"event": {
"id": "evt_123",
"type": "job.completed",
"data": {
"job_id": "42"
}
}
}
Portable intent card · agent-reliability-security
Normalize heterogeneous webhook events and derive a stable payload fingerprint. 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.
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/x402/webhook-event-normalize -m POST -H 'x-delx-source: intent-card-webhook-event-normalize-api' --max-amount 0.002 -b '{"event":{"id":"evt_123","type":"job.completed","data":{"job_id":"42"}}}'
{
"event": {
"id": "evt_123",
"type": "job.completed",
"data": {
"job_id": "42"
}
}
}
{
"intent": "Webhook Event Normalize for an agent workflow",
"tool_name": "util_webhook_event_normalize",
"price_usdc": "0.002",
"machine_url": "https://commerce.delx.ai/intents/webhook-event-normalize-api.json"
}
Portable and inspectable