Truto Link SDK

Installation
SKILL.md

Truto Link SDK

Use this skill when embedding the Truto connection UI in a frontend application. This covers installing and using the @truto/truto-link-sdk npm package to let end-users connect their third-party accounts.

What is Truto Link SDK?

The @truto/truto-link-sdk is a browser-only JavaScript library that opens the Truto connection UI. It works with any frontend framework (React, Vue, Svelte, vanilla JS) — it's a plain ES module, not framework-specific.

It provides three capabilities:

  • authenticate — Open the connection flow so end-users can link their third-party accounts
  • rapidForm — Open post-connect forms for additional configuration after connection
  • showFilePicker — Open native cloud file pickers (Google Drive, SharePoint, OneDrive, Box, Dropbox)

Installation

npm install @truto/truto-link-sdk
Installs
First Seen
Truto Link SDK — trutohq/truto-skills