DELXCOMMERCE Live contract

Web and API intelligence · utility

Delx Tls Inspect

TLS certificate inspection API for agents: inspect issuer, subject, SANs, and expiry for one HTTPS host for $0.01 USDC before an agent trusts the channel. Call when you need this bounded result without an API key or subscription. Returns machine-readable JSON via x402 on Base or Solana. Limitation: results cover only the supplied input or one bounded public endpoint at request time; callers must verify before acting.

x402utilitytlsssltls-certificatecertificate-inspectionsecurity

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.