SDKs for Truto API
Three official libraries cover everything in this reference. Pick the one that matches your runtime.
TypeScript SDK
@truto/truto-ts-sdk — server-side TypeScript / JavaScript client for every endpoint in this reference. Resources are typed; list endpoints return an async iterator.
npm install @truto/truto-ts-sdkPython SDK
truto-python-sdk — async Python client with the same surface as the TypeScript SDK.
pip install truto-python-sdkLink SDK
@truto/truto-link-sdk — browser SDK for the Connect UI, RapidForms, and the Google Drive / Dropbox / OneDrive file pickers. Use it on the frontend; pair it with the TypeScript or Python SDK on the backend.
npm install @truto/truto-link-sdkOther languages
Email support@truto.one if you need a client for another language.