{
  "format": "delx/intent-card/v1",
  "id": "md5-hex-api",
  "intent": "MD5 Hex for an agent workflow",
  "title": "MD5 Hex API for agents",
  "description": "MD5 hex digest of text. Call when you match legacy content hashes (not for security). Returns hex digest for $0.001 USDC via x402 on Base. Legacy checksum only—not password hashing. No network, no keys, no retention. Results are advisory; the caller owns budgets, auth, and production controls.",
  "keywords": [
    "MD5 Hex API",
    "MD5 Hex for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/md5-hex-api",
  "machine_url": "https://commerce.delx.ai/intents/md5-hex-api.json",
  "recommendation": {
    "tool_name": "util_md5_hex",
    "service_name": "Delx MD5 Hex",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/md5-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-md5-hex/v1",
      "hex": "e57fe1a4329b8537c04de9e3efddbb95",
      "algorithm": "md5"
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/md5-hex -m POST -H 'x-delx-source: intent-card-md5-hex-api' --max-amount 0.001 -b '{\"text\":\"hello-delx\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-md5-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/md5-hex"
  }
}
