> For the complete documentation index, see [llms.txt](https://developer.branta.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.branta.pro/tech/sdk.md).

# SDKs

Official SDKs for integrating Branta. Each package README includes an Integration Guide covering send/receive side flows, display rules, and code examples.

## .NET

**NuGet:** `Branta` — [github.com/BrantaOps/branta-dotnet](https://github.com/BrantaOps/branta-dotnet)

**AI agent prompt:**

> Install the latest version of the Branta NuGet package. Find and read the README.md from the installed package, then follow the Integration Guide section to implement Branta.

## JavaScript / TypeScript

**npm:** `@branta-ops/branta` — [github.com/BrantaOps/branta-js](https://github.com/BrantaOps/branta-js)

**AI agent prompt:**

> Install the latest version of @branta-ops/branta from npm. Read the README.md from the installed package, then follow the Integration Guide section to implement Branta.

## Python

**PyPI:** `branta` — [github.com/BrantaOps/branta-python](https://github.com/BrantaOps/branta-python)

**AI agent prompt:**

> Install the latest version of the branta package from PyPI (`pip install branta`). Read the README.md from the installed package, then follow the Integration Guide section to implement Branta.

## Dart / Flutter

**pub.dev:** `branta` — [github.com/BrantaOps/branta-dart](https://github.com/BrantaOps/branta-dart)

**AI agent prompt:**

> Install the latest version of the branta package from pub.dev. Read the README.md from the installed package, then follow the Integration Guide section to implement Branta.

## Kotlin

**Maven Central:** `pro.branta:branta` — [github.com/BrantaOps/branta-kotlin](https://github.com/BrantaOps/branta-kotlin)

**AI agent prompt:**

> Install the latest version of pro.branta:branta from Maven Central. Read the README.md from the installed package, then follow the Integration Guide section to implement Branta.
