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.

You must be a Suki partner to use the Suki Headless Web SDK. If you have not registered yet, please read our Partner onboarding guide. Once you are a partner, you can authenticate with Suki services using your own authentication system.

Prerequisites

To configure the Headless Web SDK, you must provide the following credentials:
  • Partner ID: The unique identifier assigned to you during onboarding.
  • Partner Token: The access token you generate for the user from your system.
To understand how authentication works for partners, see Partner authentication.
In React, create a PlatformClient, wrap your app with PlatformClientProvider, then use the useAuth hook under that tree. The hook simplifies user registration and token updates.
Last modified on April 20, 2026