DELXCOMMERCE Live contract

Web and API intelligence · utility

Delx Http Headers Inspect

HTTP headers inspection API for agents at $0.01 USDC. Call when you need security, cache, redirect, and server headers for one URL. Use for quick hardening audits and agent preflight checks via x402—no API key, no subscription.

x402utilityheaderssecurityhttpagentaudit

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/http-headers-inspect -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"url":"https://example.com"}'
InputPOST /api/v1/x402/http-headers-inspect
{
  "url": "https://example.com"
}
Delivered resultapplication/json
{
  "tool_name": "util_http_headers_inspect",
  "result": {
    "final_url": "https://example.com",
    "status": 200,
    "headers": {
      "server": "cloudflare",
      "cache-control": "max-age=0"
    },
    "security_headers_present": [
      "strict-transport-security",
      "x-content-type-options"
    ],
    "missing_security_headers": [
      "content-security-policy",
      "referrer-policy"
    ]
  }
}

Machine-readable evidence

Inspect before paying.