DELXCOMMERCE Live contract

Web and API intelligence · web-api-intelligence

DNS SPF Record Parse

DNS SPF Record Parse: DNS SPF Record Parse parses SPF version, mechanisms, modifiers, and terminal policy from bounded caller-supplied values without an external provider. Call DNS SPF Record Parse before classifying an SPF policy from a caller-supplied TXT record. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for DNS SPF Record Parse 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.

webhttpreliability

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/dns-spf-record-parse -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"record":"v=spf1 include:_spf.example.com ip4:192.0.2.0/24 -all"}'
InputPOST /api/v1/x402/dns-spf-record-parse
{
  "record": "v=spf1 include:_spf.example.com ip4:192.0.2.0/24 -all"
}
Delivered resultapplication/json
{
  "schema": "delx/util-dns-spf-record-parse/v1",
  "operation": "web_reliability:dns_spf_record_parse",
  "status": "pass",
  "result": {
    "mechanisms": [
      "include:_spf.example.com",
      "ip4:192.0.2.0/24",
      "-all"
    ],
    "dns_lookup_terms": 1,
    "terminal": "-all"
  },
  "evidence": {
    "input_sha256": "f1284dcb830deffb57d018a18b1b0181cd01db0312cee73499122277f9c4e635",
    "retained": false,
    "external_calls": 0
  }
}

Machine-readable evidence

Inspect before paying.