Authentication
JWKS URL
Public key endpoint for JWT token verification and signature validation
GET
Well-known JWKS endpoint
Use this public endpoint to get the (JSON Web Key Set) containing Suki’s public keys. Use these keys to verify the signature of any issued by Suki, such as theDocumentation Index
Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
Use this file to discover all available pages before exploring further.
suki_token.
This endpoint follows the RFC 7517 standard.
AuthenticationThis is a public endpoint and does not require authentication.
Key use cases
-
Verify Tokens: Confirm the authenticity of the
suki_tokenyou receive from our authentication API. - Handle Key Rotation: Automatically discover new public keys when Suki rotates its signing keys.
- Maintain Security: Follow industry best practices for JWT validation.
Code examples
- Python
- TypeScript
Response
200 - */*
public key for the service
JSON Web Key Sets
Last modified on May 22, 2026
Well-known JWKS endpoint