Deploy your variant

  1. Click on the Prompts tab in the left sidebar.
  2. Select the prompt you want to deploy.
  3. Click on the Deploy button.
  4. Copy the deployment code snippet (which contains your API keys) and paste it into your codebase.

deploymentcode


Integrate the SDK/API

  1. Install the SDK via pip install honeyhive -q or connect via your favorite web client.
  2. Log your completions requests with our Generations endpoint. More details on this can be found in the API documentation.
  3. Instrument your application to collect user feedback using our feedback API. More details on this can be found in the API documentation.