{
  "format": "delx/intent-card/v1",
  "id": "dns-cname-chain-check-api",
  "intent": "DNS Cname Chain Check for an agent workflow",
  "title": "DNS Cname Chain Check API for agents",
  "description": "DNS Cname Chain Check: DNS Cname Chain Check checks a caller-supplied CNAME chain for loops and hop budget from bounded caller-supplied values without an external provider. Call DNS Cname Chain Check before trusting a caller-supplied CNAME chain that may loop or exceed hop budget. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for DNS Cname Chain Check as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Evaluates only caller-supplied metadata; it performs no DNS lookup, HTTP request, web search, credential use, or persistent storage. Advisory output only; the buyer owns authorization, payment policy, and production decisions.",
  "keywords": [
    "DNS Cname Chain Check API",
    "DNS Cname Chain Check for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/dns-cname-chain-check-api",
  "machine_url": "https://commerce.delx.ai/intents/dns-cname-chain-check-api.json",
  "recommendation": {
    "tool_name": "util_dns_cname_chain_check",
    "service_name": "DNS Cname Chain Check",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/dns-cname-chain-check",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "names": {
          "type": "array",
          "maxItems": 256,
          "items": {
            "type": "string",
            "maxLength": 8192
          },
          "description": "Names supplied to DNS Cname Chain Check; used only for this bounded calculation and processed in memory without retention."
        },
        "max_hops": {
          "type": "integer",
          "description": "Max Hops supplied to DNS Cname Chain Check; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "names",
        "max_hops"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "names": [
        "www.example.com",
        "edge.example.net",
        "origin.example.net"
      ],
      "max_hops": 8
    },
    "example_output": {
      "schema": "delx/util-dns-cname-chain-check/v1",
      "operation": "web_reliability:dns_cname_chain_check",
      "status": "pass",
      "result": {
        "names": [
          "www.example.com",
          "edge.example.net",
          "origin.example.net"
        ],
        "hops": 2,
        "loop": false,
        "within_budget": true
      },
      "evidence": {
        "input_sha256": "5413dc5bf3dab733024514776f9526adadb0c9c3253d4fd4df6f85ea895c49ef",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/dns-cname-chain-check -m POST -H 'x-delx-source: intent-card-dns-cname-chain-check-api' --max-amount 0.001 -b '{\"names\":[\"www.example.com\",\"edge.example.net\",\"origin.example.net\"],\"max_hops\":8}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-dns-cname-chain-check-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/dns-cname-chain-check"
  }
}
