Skip to main content
For development and testing against Suki staging infrastructure, Web SDK v3 uses environment: "staging" on SukiAuthManager (not isTestMode on init). This page shows a React example; the same SukiAuthManager settings work with initialize() in JavaScript.

Code example

The example below points the SDK at staging and turns on debug logging.
React
Web SDK v2 used isTestMode: true on init options for the same idea. Web SDK v3 uses environment on SukiAuthManager instead. See Migrating to Web SDK v3 and InitOptions.

Next steps

Refer to the SDK inside an iframe example to learn how to use the web SDK inside an iframe.
Last modified on July 23, 2026