> ## 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.

# Authentication API

> Learn how to register providers, obtain tokens, and retrieve JSON Web Key Set (JWKS) material for the Form Filling APIs.

The authentication APIs provide the primary endpoints for connecting partners and providers to the Suki Developer Platform. Designed for security and integration, these endpoints allow you to manage user identities and secure your connection to our API gateway.

## Usage scenarios

* Onboard a provider with your partner organization
* Obtain a **`sdp_suki_token`** for a registered provider
* Fetch the current **JSON Web Key Set**

## What happens when you call the endpoints

* **Register** creates a new user and links it to your partner organization
* **Login** exchanges your partner credentials for a **`sdp_suki_token`**
* **JWKS** returns the current **JSON Web Key Set**

## Endpoints
