DELXCOMMERCE Live contract

Agent reliability and security · agent-reliability-security

Delx Latency Summary

Calculate p50, p95, p99, mean, min, and max from bounded latency samples. 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-firstlatency

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/latency-summary -m POST -H 'x-delx-source: product-page' --max-amount 0.002 -b '{"latencies_ms":[12,18,22,31,55]}'
InputPOST /api/v1/x402/latency-summary
{
  "latencies_ms": [
    12,
    18,
    22,
    31,
    55
  ]
}
Delivered resultapplication/json
{
  "schema": "delx/latency-summary/v1",
  "count": 5,
  "min_ms": 12,
  "mean_ms": 27.6,
  "p50_ms": 22,
  "p95_ms": 50.2,
  "p99_ms": 54.04,
  "max_ms": 55
}

Machine-readable evidence

Inspect before paying.