For the complete documentation index, see llms.txt. This page is also available as Markdown.

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: Brantagithub.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/brantagithub.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: brantagithub.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: brantagithub.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:brantagithub.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.

Rust

crates.io: brantagithub.com/BrantaOps/branta-rust

AI agent prompt:

Install the latest version of the branta crate from crates.io (cargo add branta). Read the README.md from the installed package, then follow the Integration Guide section to implement Branta.

Last updated