This release adds Bearer token authentication, session context method, and resolves ambient event and ID state issues. It also removes the insert script option from section editing.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.
What’s new
New features
Web SDK 2.0.3Bearer token authentication: We’ve added support for Bearer token authentication by allowing you to passproviderId during SDK initialization.iOS SDK 2.2.0Session context method: We’ve introduced setSessionContext(with:onCompletion:) for setting patient, provider context, and LOINC codes after session creation, with improved session workflow and LOINC integration.Why it matters: Bearer token auth fits common auth flows. Session context lets you set patient and provider data after session creation for more flexible workflows.What’s fixed
Resolved issues
Web SDK 2.0.3Ambient event and ID state: We’ve fixed incorrectisAmbientInProgress and isAmbientPaused flags in ambient:update events and fixed activeAmbientId not resetting in the useSuki hook after a session is submitted or cancelled.Why it matters: Ensures your UI reflects the correct ambient state and avoids stale session IDs.