DELXCOMMERCE Live contract

Agent workflow composition · agent-workflow

Delx Retry Safe Classify

Classify whether a failed HTTP-style call is safe to auto-retry — first-party local utility for agent preflight and proven micro-utils expansion. Returns deterministic machine-readable JSON for $0.001 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, no web search, no live RPC, and no mediagen. Results are advisory; the caller owns authorization, budgets, and production controls. Sibling of Delx routes that already converted externally (random, hash, URL, FX families).

x402retrypreflightagentslocal-firstmicro-usdc

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/retry-safe-classify -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"method":"POST","status_code":503,"idempotency_key_present":true,"body_mutates":true}'
InputPOST /api/v1/x402/retry-safe-classify
{
  "method": "POST",
  "status_code": 503,
  "idempotency_key_present": true,
  "body_mutates": true
}
Delivered resultapplication/json
{
  "schema": "delx/util-retry-safe-classify/v1",
  "method": "POST",
  "status_code": 503,
  "retry_safe": true,
  "reason": "transient_status_with_idempotency_key",
  "advice": "retry_with_backoff"
}

Machine-readable evidence

Inspect before paying.