Installation

AI Tools

This guide walks you through installing and configuring the HoundDog.ai Broker to securely connect your on-premise services with the HoundDog.ai Cloud Platform.

Requirements

Installation

Create a .hounddog-env.list file in a secure location (e.g., $HOME) with the following configuration values:

HOUNDDOG_API_KEY="your-hounddog-api-key-here" # Required for Bitbucket Data Center integration. HOUNDDOG_BITBUCKET_USERNAME="your-bitbucket-data-center-username" HOUNDDOG_BITBUCKET_TOKEN="your-bitbucket-data-center-access-token" HOUNDDOG_BITBUCKET_HOST="https://bitbucket.example.com" HOUNDDOG_BITBUCKET_PORT=443

Run the HoundDog.ai broker using its Docker image:

docker run --pull=always --env-file=$HOME/.hounddog-env.list hounddogai/hounddog-broker

Here is an interactive demo for installing and running the HoundDog.ai Broker.