{
  "format": "delx/intent-card/v1",
  "id": "record-fingerprint-api",
  "intent": "Record Fingerprint for an agent workflow",
  "title": "Record Fingerprint API for agents",
  "description": "Create a stable SHA-256 fingerprint from canonical JSON. 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": [
    "Record Fingerprint API",
    "Record Fingerprint for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/record-fingerprint-api",
  "machine_url": "https://commerce.delx.ai/intents/record-fingerprint-api.json",
  "recommendation": {
    "tool_name": "util_record_fingerprint",
    "service_name": "Delx Record Fingerprint",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/record-fingerprint",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "record": {
          "description": "Input field: record.",
          "type": "object"
        }
      },
      "required": [
        "record"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "record": {
        "id": 42,
        "state": "ready"
      }
    },
    "example_output": {
      "schema": "delx/util-record-fingerprint/v1",
      "algorithm": "sha256",
      "fingerprint": "16e1f64597cd8012eca960a1f62715444c0999b8bd2ab48d479f544f05751c26",
      "canonicalization": "sorted JSON keys, compact separators, default string conversion"
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/record-fingerprint -m POST -H 'x-delx-source: intent-card-record-fingerprint-api' --max-amount 0.003 -b '{\"record\":{\"id\":42,\"state\":\"ready\"}}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-record-fingerprint-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/record-fingerprint"
  }
}
