{
  "format": "delx/intent-card/v1",
  "id": "dns-txt-chunk-join-api",
  "intent": "DNS Txt Chunk Join for an agent workflow",
  "title": "DNS Txt Chunk Join API for agents",
  "description": "DNS Txt Chunk Join: DNS Txt Chunk Join joins quoted DNS TXT chunks into the logical record value from bounded caller-supplied values without an external provider. Call DNS Txt Chunk Join before treating quoted DNS TXT chunks as one logical record. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for DNS Txt Chunk Join 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 Txt Chunk Join API",
    "DNS Txt Chunk Join for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/dns-txt-chunk-join-api",
  "machine_url": "https://commerce.delx.ai/intents/dns-txt-chunk-join-api.json",
  "recommendation": {
    "tool_name": "util_dns_txt_chunk_join",
    "service_name": "DNS Txt Chunk Join",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/dns-txt-chunk-join",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "chunks": {
          "type": "array",
          "maxItems": 256,
          "items": {
            "type": "string",
            "maxLength": 8192
          },
          "description": "Chunks supplied to DNS Txt Chunk Join; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "chunks"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "chunks": [
        "v=spf1 include:",
        "_spf.example.com -all"
      ]
    },
    "example_output": {
      "schema": "delx/util-dns-txt-chunk-join/v1",
      "operation": "web_reliability:dns_txt_chunk_join",
      "status": "pass",
      "result": {
        "value": "v=spf1 include:_spf.example.com -all",
        "chunk_count": 2
      },
      "evidence": {
        "input_sha256": "74dad3c252a36be8500ce9dbeb13fb06f47921e6bc9149a7085eda98eafca0ef",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/dns-txt-chunk-join -m POST -H 'x-delx-source: intent-card-dns-txt-chunk-join-api' --max-amount 0.001 -b '{\"chunks\":[\"v=spf1 include:\",\"_spf.example.com -all\"]}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-dns-txt-chunk-join-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-txt-chunk-join"
  }
}
