MACHINE ENTRYPOINT
jwtsecrets/mpp machine page.
This page is optimized for agents and crawlers. Use /api/pricing
as the runtime source of truth.
API Surface
{
"baseUrl": "https://mpp.jwtsecrets.com",
"discovery": "GET /openapi.json",
"free": {
"pricing": "GET /api/pricing",
"health": "GET /api/health"
},
"paid": {
"decode": "POST /api/decode-jwt",
"verify": "POST /api/verify-jwt",
"crack": "POST /api/crack-jwt",
"sessionDecode": "GET /api/sessions/decode-jwt?token=<jwt>"
},
"paid_x402": {
"decode": "POST /x402/api/decode-jwt",
"verify": "POST /x402/api/verify-jwt",
"crack": "POST /x402/api/crack-jwt",
"sessionDecode": "GET /x402/api/sessions/decode-jwt?token=<jwt>"
},
"payment": {
"protocol": "MPP over HTTP 402",
"method": "tempo",
"currency": "pathUSD"
}
}