{
  "format": "delx/intent-card/v1",
  "id": "hash-api",
  "intent": "hash a string with SHA-256 for an agent",
  "title": "Hashing API for agents",
  "description": "Hash a bounded text input with common algorithms for $0.001. Not a password-storage or KDF product.",
  "keywords": [
    "hash API",
    "SHA-256 API",
    "checksum API for agents",
    "content digest",
    "x402 hash"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/hash-api",
  "machine_url": "https://commerce.delx.ai/intents/hash-api.json",
  "recommendation": {
    "tool_name": "util_hash",
    "service_name": "Delx Hash",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/hash",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "input": {
          "type": "string",
          "description": "String to hash"
        },
        "algorithm": {
          "type": "string",
          "description": "Hash algorithm",
          "enum": [
            "sha256",
            "sha1",
            "md5"
          ],
          "default": "sha256"
        }
      },
      "required": [
        "input"
      ],
      "additionalProperties": true
    },
    "example_input": {},
    "example_output": {},
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/hash -m POST -H 'x-delx-source: intent-card-hash-api' --max-amount 0.001 -b '{}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-hash-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/hash"
  }
}
