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.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.
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.
Authenticate with React (recommended)
In React, create aPlatformClient, wrap your app with PlatformClientProvider, then use the useAuth hook under that tree. The hook simplifies user registration and token updates.
- Quickstart - full order of setup (provider, then
useAuth) - Platform client and provider -
PlatformClientoptions and provider usage - Authentication hook -
useAuthconfiguration and behavior