JWT Forensics Workflow is a paid API for AI agents from agent402.tools, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).
Decodes a JWT, renders human-readable time claims, computes expiry duration, and optionally verifies an HMAC signature in a single bundled call
Bundled execution of the JWT forensics workflow - Someone hands you a JWT and asks 'is this valid?' Decode without verification first to see the shape, render the time claims (iat/nbf/exp) in human time, compute exactly how long until expiry, then...
Returns the decoded JWT header and payload, all time claims (iat, nbf, exp) rendered as human-readable timestamps, a computed duration until token expiry, and a signature verification result if a secret was provided
POSThttps://agent402.tools/api/skill/jwt-forensicsChoose this endpoint when you need a complete JWT analysis in one call — decoding, human-readable time rendering, expiry computation, and optional HMAC verification — rather than calling separate decode or verify utilities individually. Ideal for debugging authentication issues, auditing tokens, or building agent workflows that need to reason about token validity.
| Field | Type | Description |
|---|---|---|
| token | string | The JWT to inspect (three dot-separated base64url segments) |
| secret | string | Shared HMAC secret to verify the signature against (only used in step 4) |
{
"type": "json",
"example": {
"args": {
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJhZ2VudDQwMiIsIm5hbWUiOiJkZW1vIGFnZW50IiwiaWF0IjoxNzAwMDAwMDAwLCJleHAiOjk5OTk5OTk5OTl9.NqggPBGuLX1OA7YuSlQ4S0INJfCOWnwXWT0XUIUrt3s",
"secret": "my-secret"
},
"pack": "jwt-forensics",
"steps": [
{
"ok": true,
"slug": "jwt-decode",
"result": {}
},
{
"ok": true,
"slug": "time-convert",
"result": {}
},
{
"ok": true,
"slug": "date-diff",
"result": {}
},
{
"ok": true,
"slug": "jwt-verify",
"result": {}
},
{
"ok": true,
"slug": "base64",
"result": {}
},
{
"ok": true,
"slug": "hash",
"result": {}
}
],
"summary": "6/6 steps succeeded"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"