Skip to main content
Add the Form filling SDK to your project in two steps:
  • Install the package for your framework
  • After installing the package, import SukiAuthManager from @suki-sdk/core for sign-in
Refer to Prerequisites for partner credentials, browser setup, and webhook requirements before you wire your first session.
Already using @suki-sdk/js or @suki-sdk/react?These packages already include the Form filling client. You do not need to install @suki-sdk/form-filling or @suki-sdk/form-filling-react separately.Import Form filling from the Web SDK package instead of installing them separately:
  • Install a standalone Form filling package only if you want Form filling without the rest of the Web SDK.
  • Refer to Web SDK installation for details.

JavaScript

Run one of the following to install the package:
After installing the package, import the client and auth manager in your application:
JavaScript

React

Run one of the following to install the package:
After installing the package, import the React bindings and auth manager:
React

Next steps

Refer to Authentication to set up sign-in, then follow the Quickstart to open your first session.
Last modified on July 23, 2026