{
  "format": "delx/intent-card/v1",
  "id": "sha256-hex-api",
  "intent": "SHA256 Hex for an agent workflow",
  "title": "SHA256 Hex API for agents",
  "description": "SHA-256 hex digest of text. Call when you need content fingerprints for agent cache keys. Returns hex digest for $0.001 USDC via x402 on Base. No network, no keys, no retention; first-party local JSON only. Results are advisory; the caller owns budgets, auth, and production controls.",
  "keywords": [
    "SHA256 Hex API",
    "SHA256 Hex for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/sha256-hex-api",
  "machine_url": "https://commerce.delx.ai/intents/sha256-hex-api.json",
  "recommendation": {
    "tool_name": "util_sha256_hex",
    "service_name": "Delx SHA256 Hex",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/sha256-hex",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "text": {
          "description": "Input field: text.",
          "type": "string"
        }
      },
      "required": [
        "text"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "text": "hello-delx"
    },
    "example_output": {
      "schema": "delx/util-sha256-hex/v1",
      "hex": "1d6334fef87552e1f9ad7e36ae551606a62973215dcb6f9bcb2e580852febc3c",
      "algorithm": "sha256"
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/sha256-hex -m POST -H 'x-delx-source: intent-card-sha256-hex-api' --max-amount 0.001 -b '{\"text\":\"hello-delx\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-sha256-hex-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/sha256-hex"
  }
}
