DELXCOMMERCE Live contract

Web and API intelligence · utility

Delx Tls Inspect

Inspect TLS issuer, subject, SANs, and expiry to check trust and renewal risk (x402)

x402utilitytlssslsecurity

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/tls-inspect -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"url":"https://example.com"}'
InputPOST /api/v1/x402/tls-inspect
{
  "url": "https://example.com"
}
Delivered resultapplication/json
{
  "tool_name": "util_tls_inspect",
  "result": {
    "host": "example.com",
    "port": 443,
    "issuer": [
      "organizationName=DigiCert Inc",
      "commonName=DigiCert Global G3 TLS ECC SHA384 2020 CA1"
    ],
    "subject": [
      "commonName=*.example.com"
    ],
    "days_until_expiry": 30,
    "san_dns": [
      "example.com",
      "*.example.com"
    ]
  }
}

Machine-readable evidence

Inspect before paying.