📚Typescript SDK

Do you need an API key? Discover how to get one!

Use the @brian-ai/sdk for interacting with Brian APIs in your Typescript project!

If you're building a Typescript project and want to interact with the Brian APIs in a type-safe way, you can use our npm package @brian-ai/sdk. Make sure to always use the latest production version of the SDK in order to avoid any breaking changes.

You can install it using your package manager of choice:

# Using npm
npm install @brian-ai/sdk

# Using yarn
yarn add @brian-ai/sdk

# Using pnpm
pnpm add @brian-ai/sdk

# Using bun
bun add @brian-ai/sdk

💻 Check out the Github Repo to learn how to use the SDK.

Last updated