{"uid":"cap_R4rxg4KqC-ksyQ2M74bVo","slug":"agent402-tools-jwt-toolkit-e01f9cbf","name":"agent402.tools JWT Toolkit","description":"Bundled execution of the JWT toolkit workflow - Decode and verify a JWT in one pass - see the payload and check the signature. One x402 payment runs 3 underlying tools (jwt-decode, jwt-verify, jwt-sign); partial-success per step.","url":"https://agent402.tools/api/skill/jwt-toolkit","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"token":{"type":"string","description":"JWT token string"}}},"responseSchema":{"type":"json","example":{"args":{"token":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0In0.xxx"},"pack":"jwt-toolkit","steps":[{"ok":true,"slug":"jwt-decode","result":{}},{"ok":true,"slug":"jwt-verify","result":{}},{"ok":true,"slug":"jwt-sign","result":{}}],"summary":"3/3 steps succeeded"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.003","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.003/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_ROKePm7riUDZFN9B-w9x1","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.003","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Decode and verify a JWT token in one bundled call — extracts payload claims and validates the signature in a single x402-paid execution.","exampleAgentPrompt":"Decode this JWT and check whether its signature is valid: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c","exampleUseCases":null,"resultDescription":"Returns the decoded JWT header and payload claims plus a signature verification result, covering all three underlying steps (jwt-decode, jwt-verify, jwt-sign) with partial-success reporting per step so you know exactly which parts succeeded or failed.","failureModes":["Malformed JWT string causes decode failure on first step","Missing or incorrect secret/public key causes signature verification to fail","Expired token may decode successfully but fail verification","Network or payment failure returns no result","Token with unsupported algorithm may not verify correctly"],"whenToPreferThis":"Use this endpoint when you need both the decoded claims and signature verification in a single API call rather than calling separate decode and verify endpoints. Ideal for debugging tokens, validating incoming JWTs in automated workflows, or inspecting bearer tokens without setting up local JWT libraries.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T01:10:14.475Z","isFirstParty":false}