Starting from version 2.0.0, the Suki SDK includes an auto onboarding feature to simplify the initial setup for new users. The SDK automatically creates a provider account the first time a new user interacts with it, eliminating the need for manual setup.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.
How auto onboarding works
When the SDK is mounted, it uses thepatient.identifier to check if a provider already exists in the Suki system:
- If the provider does not exist, the SDK will automatically create one.
- If the provider already exists, the SDK will use the existing provider data.
providerOrgId provided during SDK initialization.
To support auto onboarding of organizations, ensure that the
providerOrgId
is always provided during SDK initialization.