{
  "format": "delx/intent-card/v1",
  "id": "audit-event-normalize-api",
  "intent": "Audit Event Normalize for an agent workflow",
  "title": "Audit Event Normalize API for agents",
  "description": "Normalize audit events while hashing the actor identifier. Use it as a bounded preflight or analysis step inside an enterprise agent workflow before data, policy, integration, security, or commercial decisions reach production. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, memory-only, and has no paid upstream or input retention. Results are advisory; the caller remains responsible for authorization and production controls.",
  "keywords": [
    "Audit Event Normalize API",
    "Audit 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/audit-event-normalize-api",
  "machine_url": "https://commerce.delx.ai/intents/audit-event-normalize-api.json",
  "recommendation": {
    "tool_name": "util_audit_event_normalize",
    "service_name": "Delx Audit Event Normalize",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/audit-event-normalize",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "event": {
          "description": "Input field: event.",
          "type": "object"
        }
      },
      "required": [
        "event"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "event": {
        "actor": "agent-7",
        "action": "deploy",
        "outcome": "allowed"
      }
    },
    "example_output": {
      "schema": "delx/util-audit-event-normalize/v1",
      "event": {
        "action": "deploy",
        "resource": null,
        "outcome": "allowed",
        "timestamp": null,
        "request_id": null,
        "actor_sha256": "cfad431af89dd48c0fe73ace99b92019c422ecc24ca8ea828d1e276ac202a345"
      },
      "actor_redacted": true,
      "source_fields": [
        "action",
        "actor",
        "outcome"
      ]
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/audit-event-normalize -m POST -H 'x-delx-source: intent-card-audit-event-normalize-api' --max-amount 0.003 -b '{\"event\":{\"actor\":\"agent-7\",\"action\":\"deploy\",\"outcome\":\"allowed\"}}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-audit-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/audit-event-normalize"
  }
}
