DELXCOMMERCE Live contract

Web and API intelligence · web-api-intelligence

DNS DMARC Policy Parse

DNS DMARC Policy Parse: DNS DMARC Policy Parse parses DMARC policy, percentage, alignment, and report tags from bounded caller-supplied values without an external provider. Call DNS DMARC Policy Parse before applying a DMARC policy parsed from a caller-supplied record. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for DNS DMARC Policy 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-dmarc-policy-parse -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"record":"v=DMARC1; p=reject; pct=100; adkim=s; aspf=s"}'
InputPOST /api/v1/x402/dns-dmarc-policy-parse
{
  "record": "v=DMARC1; p=reject; pct=100; adkim=s; aspf=s"
}
Delivered resultapplication/json
{
  "schema": "delx/util-dns-dmarc-policy-parse/v1",
  "operation": "web_reliability:dns_dmarc_policy_parse",
  "status": "pass",
  "result": {
    "directives": {
      "v": "DMARC1",
      "p": "reject",
      "pct": "100",
      "adkim": "s",
      "aspf": "s"
    },
    "policy": "reject",
    "valid": true
  },
  "evidence": {
    "input_sha256": "dd98ece9a411e022af8695a92276433d7ad848c4659bdfe0253a850683e10306",
    "retained": false,
    "external_calls": 0
  }
}

Machine-readable evidence

Inspect before paying.