DELXCOMMERCE Live contract

Web and API intelligence · web-api-intelligence

Email DMARC Alignment Check

Email DMARC Alignment Check: Email DMARC Alignment Check combines caller-supplied SPF and DKIM alignment outcomes for DMARC from bounded caller-supplied values without an external provider. Call Email DMARC Alignment Check before combining caller-supplied SPF and DKIM alignment outcomes for DMARC. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for Email DMARC Alignment 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.

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/email-dmarc-alignment-check -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"spf_aligned":true,"dkim_aligned":false,"policy":"reject"}'
InputPOST /api/v1/x402/email-dmarc-alignment-check
{
  "spf_aligned": true,
  "dkim_aligned": false,
  "policy": "reject"
}
Delivered resultapplication/json
{
  "schema": "delx/util-email-dmarc-alignment-check/v1",
  "operation": "web_reliability:email_dmarc_alignment_check",
  "status": "pass",
  "result": {
    "aligned": true,
    "policy": "reject",
    "disposition_triggered": false
  },
  "evidence": {
    "input_sha256": "a637adff054a2aa5dbbbaacdc17958bb8c0904c73bbaa862b93ef7f711c1be2c",
    "retained": false,
    "external_calls": 0
  }
}

Machine-readable evidence

Inspect before paying.