{
  "format": "delx/intent-card/v1",
  "id": "webhook-event-normalize-api",
  "intent": "Webhook Event Normalize for an agent workflow",
  "title": "Webhook Event Normalize API for agents",
  "description": "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.",
  "keywords": [
    "Webhook Event Normalize API",
    "Webhook Event Normalize for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/webhook-event-normalize-api",
  "machine_url": "https://commerce.delx.ai/intents/webhook-event-normalize-api.json",
  "recommendation": {
    "tool_name": "util_webhook_event_normalize",
    "service_name": "Delx Webhook Event Normalize",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/webhook-event-normalize",
    "price_usdc": "0.002",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "event": {
          "type": "object"
        }
      },
      "required": [
        "event"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "event": {
        "id": "evt_123",
        "type": "job.completed",
        "data": {
          "job_id": "42"
        }
      }
    },
    "example_output": {
      "schema": "delx/webhook-event-normalize/v1",
      "event_id": "evt_123",
      "event_type": "job.completed",
      "created_at": null,
      "payload": {
        "job_id": "42"
      },
      "payload_sha256": "22c9d58785d774ac992ce1a581e4db3db95e75009be8921e533be3468c95361b",
      "synthetic_event_id": false
    },
    "agentcash": {
      "buy": "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\"}}}'",
      "max_amount_usdc": "0.002"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-webhook-event-normalize-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/webhook-event-normalize"
  }
}
