Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt

Use this file to discover all available pages before exploring further.

The HoneyHive CLI (@honeyhive/cli) is a single-binary client that maps one-to-one to the HoneyHive REST API. Use it to script datasets, runs, and projects from your terminal, CI, shell pipelines, or AI coding agents like Cursor and Claude Code.

Install

brew tap honeyhiveai/tap
brew install honeyhive
Set your API key before running commands:
export HH_API_KEY=...
For example, start a session from your terminal:
honeyhive sessions start --session '{"session_name":"demo","source":"dev"}'
Because the CLI accepts standard shell commands and JSON-shaped flags, coding agents can use it to inspect and manage HoneyHive resources directly from your development environment.

Install & Quickstart

Install the CLI and run your first commands.

CLI Docs Home

Browse the full CLI documentation site.

SDK Overview

Choose the right HoneyHive SDK or client for your workflow.

OpenAPI Clients

Generate clients from the same public API specification.