{
  "format": "delx/intent-card/v1",
  "id": "dns-ttl-budget-check-api",
  "intent": "DNS Ttl Budget Check for an agent workflow",
  "title": "DNS Ttl Budget Check API for agents",
  "description": "DNS Ttl Budget Check: DNS Ttl Budget Check checks DNS record TTLs against caller minimum and maximum bounds from bounded caller-supplied values without an external provider. Call DNS Ttl Budget Check before accepting, caching, redirecting, or retrying a caller-supplied web response. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for DNS Ttl Budget 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 Ttl Budget Check API",
    "DNS Ttl Budget 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-ttl-budget-check-api",
  "machine_url": "https://commerce.delx.ai/intents/dns-ttl-budget-check-api.json",
  "recommendation": {
    "tool_name": "util_dns_ttl_budget_check",
    "service_name": "DNS Ttl Budget Check",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/dns-ttl-budget-check",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "ttls": {
          "type": "array",
          "maxItems": 256,
          "items": {
            "type": "integer"
          },
          "description": "Ttls supplied to DNS Ttl Budget Check; used only for this bounded calculation and processed in memory without retention."
        },
        "minimum": {
          "type": "integer",
          "description": "Minimum supplied to DNS Ttl Budget Check; used only for this bounded calculation and processed in memory without retention."
        },
        "maximum": {
          "type": "integer",
          "description": "Maximum supplied to DNS Ttl Budget Check; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "ttls",
        "minimum",
        "maximum"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "ttls": [
        60,
        300,
        3600
      ],
      "minimum": 60,
      "maximum": 86400
    },
    "example_output": {
      "schema": "delx/util-dns-ttl-budget-check/v1",
      "operation": "web_reliability:dns_ttl_budget_check",
      "status": "pass",
      "result": {
        "minimum_observed": 60,
        "maximum_observed": 3600,
        "out_of_policy": []
      },
      "evidence": {
        "input_sha256": "ed4c60560d35497590dde05bca8a1d9acb1250db64bb2fe5d78a8934449b6ff1",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/dns-ttl-budget-check -m POST -H 'x-delx-source: intent-card-dns-ttl-budget-check-api' --max-amount 0.001 -b '{\"ttls\":[60,300,3600],\"minimum\":60,\"maximum\":86400}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-dns-ttl-budget-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-ttl-budget-check"
  }
}
