DELXCOMMERCE Payable now

Portable intent card · data-quality

Duplicate Record Audit API for agents

Find duplicate record groups using canonical fingerprints without returning record values. 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.

Duplicate Record Audit APIDuplicate Record Audit for agentspay per result APIx402 APIno API key

Intent to transaction

One command, attributed.

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/duplicate-record-audit -m POST -H 'x-delx-source: intent-card-duplicate-record-audit-api' --max-amount 0.003 -b '{"records":[{"id":1},{"id":1}],"key_fields":["id"]}'
Example inputPOST /api/v1/x402/duplicate-record-audit
{
  "records": [
    {
      "id": 1
    },
    {
      "id": 1
    }
  ],
  "key_fields": [
    "id"
  ]
}
Agent discoverydelx/intent-card/v1
{
  "intent": "Duplicate Record Audit for an agent workflow",
  "tool_name": "util_duplicate_record_audit",
  "price_usdc": "0.003",
  "machine_url": "https://commerce.delx.ai/intents/duplicate-record-audit-api.json"
}

Portable and inspectable

Share the intent, not a directory search.