Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.suki.ai/llms.txt

Use this file to discover all available pages before exploring further.

J

TermDefinition
JWTJSON Web Token. A compact, URL-safe means of representing claims to be transferred between two parties, commonly used for authentication and information exchange.
JWKSJSON Web Key Set. A set of keys containing the public keys used to verify any JWT issued by the authorization server.
JWKS EndpointA publicly accessible HTTPS endpoint that hosts cryptographic public keys for JWT token verification.