{"uid":"cap_A2T1M_mYkY4UcJcI-4m1v","slug":"kihustle-jwt-decoder-api-2d1241c3","name":"KiHustle JWT Decoder API","description":"Kostenlose Guides, Solo-Playbooks und Artikel zu KI, Automation und Side Hustles — für Menschen, die mit echten Systemen online Einkommen aufbauen wollen. Transparent finanziert über faire Affiliate-Links.","url":"https://kihustle.tech/agents/api/v1/jwt-decoder","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"token":{"type":"string"}}},"responseSchema":{"type":"json","example":{"result":"processed","status":"success"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","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.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_fdNPE2WSJR5ddCLQbukTn","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Decodes and parses a JWT (JSON Web Token) to extract its header, payload, and claims without verifying the signature","exampleAgentPrompt":"Can you decode this JWT token for me and show me what claims are inside it? Here's the token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c","exampleUseCases":[{"title":"Debug expired auth token","prompt":"I've got this JWT from our API response and I need to check when it expires and what user ID it contains — can you decode it for me? Token: eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI0MiIsImV4cCI6MTY5MDAwMDAwMH0.abc123"},{"title":"Inspect user role claims","prompt":"Can you parse this bearer token and tell me what roles and permissions are encoded in it? Here it is: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYWRtaW4iLCJzY29wZXMiOlsicmVhZCIsIndyaXRlIl19.xyz789"},{"title":"Extract token issuer and subject","prompt":"Decode this JWT for me and pull out the issuer, subject, and audience fields so I can verify they match what we expect: eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJteWFwcC5pbyIsInN1YiI6InVzZXJfNzciLCJhdWQiOiJhcGkubXlhcHAuaW8ifQ.sig456"}],"resultDescription":"A JSON response containing the decoded JWT broken into its constituent parts — typically the header (algorithm, token type), payload (all embedded claims such as sub, iat, exp, roles, and custom fields), and a status indicator confirming successful processing.","failureModes":["Malformed or non-JWT string input returns an error or unexpected result","Missing or empty token field results in a validation error","Tokens with non-standard encoding may fail to parse correctly","Service may return a generic success/processed status even if the token is structurally invalid, making error detection ambiguous based on the minimal response schema"],"whenToPreferThis":"Use this endpoint when you need a lightweight, pay-per-call JWT decoding service accessible via the x402 micropayment protocol without setting up a local JWT library. Prefer it when operating in an agent workflow that already uses x402-compatible infrastructure and needs to inspect token claims on the fly. Not suitable for cryptographic signature verification — use a dedicated auth library for that.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T19:03:05.419Z","isFirstParty":false}