PitchPilot JWT Decode Tool is a paid API for AI agents from pitchpilot-outreach-api.pitchpilot-agents.workers.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).
Decodes a JWT token and returns its header, payload, signature presence, and security flags such as expired, alg_none, weak_alg, and exp_missing.
Paid micro-utilities for cold-email outreach agents: domain deliverability audits, cold-email grading, template generation, plus a tools toolbox (hashing, JWT decode, IDs, slugs, JSON, regex, crypto prices, domain age, weather). Paid via x402 (USDC on Base).
Returns a JSON object containing the decoded JWT header (e.g. alg, typ), the payload (all claims including sub and exp), a signature presence indicator, and a flags object with boolean values for alg_none, weak_alg, exp_missing, and expired.
GEThttps://pitchpilot-outreach-api.pitchpilot-agents.workers.dev/tools/jwt-decodeChoose this endpoint when you need a lightweight, pay-per-call JWT decoder with built-in security flag detection (alg_none, weak_alg, expired, exp_missing) without setting up a library or runtime. Ideal for agents that occasionally need to inspect tokens without a dedicated auth framework, especially within cold-email or outreach automation workflows already using the PitchPilot toolbox.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"flags": {
"expired": true,
"alg_none": false,
"weak_alg": false,
"exp_missing": false
},
"header": {
"alg": "HS256",
"typ": "JWT"
},
"payload": {
"exp": 1735689600,
"sub": "1"
},
"signature": {
"present": true
}
}
}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"