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

# Suki SDKs Authentication

> Authentication guides for the Web SDK, Mobile SDK, Headless Web SDK, Dictation SDK, and Form filling SDK

SDK access is available only to approved partners. Complete [Partner onboarding](/documentation/get-started/partner-onboarding), then follow the authentication guide below for your SDK.

For shared JWT and `partnerToken` concepts that apply across Suki SDKs, refer to [Partner authentication](/documentation/how-to/partner-authentication).

<CardGroup cols={2}>
  <Card title="Web SDK Authentication" icon="key" href="/documentation/how-to/partner-authentication" arrow={true}>
    Configure partner JWT tokens, JWKS, and `SukiAuthManager` before you initialize the Web SDK.
  </Card>

  <Card title="Mobile SDK Authentication" icon="key" href="/mobile-sdk/configuration" arrow={true}>
    Implement `TokenProvider` and initialize the Mobile SDK with partner and provider details.
  </Card>

  <Card title="Headless Web SDK Authentication" icon="key" href="/headless-web-sdk/authentication" arrow={true}>
    Set up `PlatformClient`, `PlatformClientProvider`, and the `useAuth` hook for Headless integrations.
  </Card>

  <Card title="Dictation SDK Authentication" icon="key" href="/dictation-sdk/guides/authentication" arrow={true}>
    Create `SukiAuthManager` with your partner credentials before you open Dictation in your app.
  </Card>

  <Card title="Form Filling SDK Authentication" icon="key" href="/form-filling-sdk/guides/authentication" arrow={true}>
    Create `SukiAuthManager` with your partner credentials before you open Form filling in your app.
  </Card>
</CardGroup>
