PINT (header x-sumvin-pint-token). The product name and the wire artifact describe the same thing — read “Stamped Mandate” wherever you see a PINT in the headers and code below.
What You Receive
When a Sumvin user (or their AI agent) interacts with your service, the request includes identity credentials as HTTP headers. Depending on the verification tier, you receive either: Standard tier (Stamped Mandate JWT only):The
x-sumvin-pint-token header carries the raw JWT (no Bearer prefix). Reserve the Authorization: Bearer header for outbound calls you make to SIS using your SIS API key (for example, revocation checks or token exchange).What You Need to Verify
At minimum, every verifier should:- Validate the JWT signature against the SIS public keys ()
- Check the
audclaim matches your registered identifier - Check the
expclaim to confirm the JWT hasn’t expired - Optionally check revocation via the status endpoint
What You Need
You do not need an API key to verify JWT signatures. The JWKS endpoint is publicly accessible. An API key is only required to call the revocation check endpoint.