{
  "format": "delx/intent-card/v1",
  "id": "agent-delivery-dedupe-key-api",
  "intent": "Agent Delivery Dedupe Key for an agent workflow",
  "title": "Agent Delivery Dedupe Key API for agents",
  "description": "Agent Delivery Dedupe Key: Agent Delivery Dedupe Key derives a stable non-secret key from operation and caller item identity from bounded caller-supplied values without an external provider. Call Agent Delivery Dedupe Key before paying for or accepting an x402 or agent delivery assembled from caller-supplied challenge and result metadata. Returns contract-specific checks, normalized evidence, mismatch reasons, and an explicit acceptance or rejection status for Agent Delivery Dedupe Key as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Validates metadata only; it never settles payment, signs payloads, contacts a facilitator, refunds funds, or asserts on-chain truth. Advisory output only; the buyer owns authorization, payment policy, and production decisions.",
  "keywords": [
    "Agent Delivery Dedupe Key API",
    "Agent Delivery Dedupe Key for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/agent-delivery-dedupe-key-api",
  "machine_url": "https://commerce.delx.ai/intents/agent-delivery-dedupe-key-api.json",
  "recommendation": {
    "tool_name": "util_agent_delivery_dedupe_key",
    "service_name": "Agent Delivery Dedupe Key",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/agent-delivery-dedupe-key",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "operation": {
          "type": "string",
          "maxLength": 8192,
          "description": "Operation supplied to Agent Delivery Dedupe Key; used only for this bounded calculation and processed in memory without retention."
        },
        "item_id": {
          "type": "string",
          "maxLength": 8192,
          "description": "Item Id supplied to Agent Delivery Dedupe Key; used only for this bounded calculation and processed in memory without retention."
        },
        "version": {
          "type": "string",
          "maxLength": 8192,
          "description": "Version supplied to Agent Delivery Dedupe Key; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "operation",
        "item_id",
        "version"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "operation": "extract",
      "item_id": "url-42",
      "version": "v1"
    },
    "example_output": {
      "schema": "delx/util-agent-delivery-dedupe-key/v1",
      "operation": "delivery_contract:agent_delivery_dedupe_key",
      "status": "pass",
      "result": {
        "key": "aef5fced30649f2bf87dbdca6b8a18b6cee2d4e93cc355def6ceb9e4638dba86",
        "fields": [
          "item_id",
          "operation",
          "version"
        ],
        "secret": false
      },
      "evidence": {
        "input_sha256": "3d156ee2c31bc84cd4cda4a16096876258b2cc3925b827946fff028c0cbff32b",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/agent-delivery-dedupe-key -m POST -H 'x-delx-source: intent-card-agent-delivery-dedupe-key-api' --max-amount 0.001 -b '{\"operation\":\"extract\",\"item_id\":\"url-42\",\"version\":\"v1\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-agent-delivery-dedupe-key-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/agent-delivery-dedupe-key"
  }
}
