DELXCOMMERCE Live contract

Web and API intelligence · utility

Delx Jwt Inspect

Decode JWT claims quickly for auth debugging and token inspection (x402)

x402utilityjwtauthdebugging

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/jwt-inspect -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"token":"header.payload.signature"}'
InputPOST /api/v1/x402/jwt-inspect
{
  "token": "header.payload.signature"
}
Delivered resultapplication/json
{
  "tool_name": "util_jwt_inspect",
  "result": {
    "valid": true,
    "header": {
      "alg": "HS256"
    },
    "payload": {
      "sub": "agent-123"
    },
    "claims": {
      "exp_iso": "2030-03-17T17:46:40+00:00"
    }
  }
}

Machine-readable evidence

Inspect before paying.