Standard Setup (Recommended)
We recommend using uv for project management and installing the SDK from the private Backbase Artifactory.1. Configure pyproject.toml
Add the Backbase Artifactory repository to your pyproject.toml. This tells uv where to find the bb-ai-sdk package.
pyproject.toml
2. Set Credentials
Authenticate with Artifactory using environment variables. Add these to your.env file (and ensure .env is in .gitignore):
.env
3. Install the SDK
Load your environment variables and add the package:Optional Framework Support
If you are using specific frameworks, you can install the SDK with extra dependencies:Verification
Verify the installation was successful:0.1.0), you are ready to go!