DELXCOMMERCE Live contract

Agent reliability and security · agent-reliability-security

Delx Structured Log Summary

Summarize log severity and hashed error fingerprints without returning sensitive error lines. Use it before an autonomous workflow acts on untrusted input, changes an API, retries a request, or evaluates production reliability. Returns bounded machine-readable JSON for $0.002 USDC via x402 on Base. Execution is deterministic, first-party, local-only, stateless, and does not call an upstream provider; structured validation failures are not billed.

x402agentsreliabilitysecuritylocal-firststructured

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/structured-log-summary -m POST -H 'x-delx-source: product-page' --max-amount 0.002 -b '{"log_text":"2026-08-05T12:00:00Z ERROR upstream timeout"}'
InputPOST /api/v1/x402/structured-log-summary
{
  "log_text": "2026-08-05T12:00:00Z ERROR upstream timeout"
}
Delivered resultapplication/json
{
  "schema": "delx/structured-log-summary/v1",
  "line_count": 1,
  "levels": {
    "debug": 0,
    "info": 0,
    "warn": 0,
    "error": 1,
    "fatal": 0,
    "unknown": 0
  },
  "top_error_fingerprints": [
    {
      "fingerprint_sha256": "0759957d9c439e32e2a7bbba57c58a6845d5af90aa85cc87d96b6a108d7130dc",
      "count": 1
    }
  ],
  "raw_error_lines_returned": false
}

Machine-readable evidence

Inspect before paying.