DELXCOMMERCE Live contract

Web and API intelligence · web-api-intelligence

Method Idempotency Classify

Method Idempotency Classify: Method Idempotency Classify classifies an HTTP method as safe, idempotent, or non-idempotent from bounded caller-supplied values without an external provider. Call Method Idempotency Classify before accepting, caching, redirecting, or retrying a caller-supplied web response. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for Method Idempotency Classify as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Evaluates only caller-supplied metadata; it performs no DNS lookup, HTTP request, web search, credential use, or persistent storage. Advisory output only; the buyer owns authorization, payment policy, and production decisions.

webhttpreliability

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/method-idempotency-classify -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"method":"PUT"}'
InputPOST /api/v1/x402/method-idempotency-classify
{
  "method": "PUT"
}
Delivered resultapplication/json
{
  "schema": "delx/util-method-idempotency-classify/v1",
  "operation": "web_reliability:method_idempotency_classify",
  "status": "pass",
  "result": {
    "method": "PUT",
    "safe": false,
    "idempotent": true
  },
  "evidence": {
    "input_sha256": "c8f1d9636636150613283c76e75ed08a7999d0390f4e3478ee82fa118fcaef20",
    "retained": false,
    "external_calls": 0
  }
}

Machine-readable evidence

Inspect before paying.