InputPOST /api/v1/x402/jwt-inspect
{
"token": "header.payload.signature"
}
Web and API intelligence · utility
Decode JWT claims quickly for auth debugging and token inspection (x402)
One-command purchase
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"}'
{
"token": "header.payload.signature"
}
{
"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