# SDKs for Truto API

> Source: https://truto.one/docs/api-reference/overview/sdk/

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.

```bash
npm install @truto/truto-ts-sdk
```

[Full TypeScript SDK guide →](/docs/sdks/typescript)

## Python SDK

`truto-python-sdk` — async Python client with the same surface as the TypeScript SDK.

```bash
pip install truto-python-sdk
```

[Full Python SDK guide →](/docs/sdks/python)

## Link 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.

```bash
npm install @truto/truto-link-sdk
```

[Full Link SDK guide →](/docs/sdks/link-sdk)

## Other languages

Email [support@truto.one](mailto:support@truto.one) if you need a client for another language.
