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.
Overview
This section provides a detailed reference for all functions available in the Suki Web SDK.Initialize function
Theinitialize function is used to initialize the SDK with the provided options and returns a configured client instance.
The code snippet below shows how to use the initialize function to initialize the SDK with the provided options and returns a configured client instance.
JavaScript
authManager instance from @suki-sdk/core on the options object instead of partner fields alone on initialize(). See Migrating to Web SDK v3.
Parameters
The configuration options required to initialize the SDK.
Returns
It returns aSDKClientInstance - The initialized SDK client instance is ready for use.