Configuration
| Variable | Description | Default | Override flag |
|---|---|---|---|
HH_API_KEY | API key for authenticating with HoneyHive. | None (required) | --api-key <key> |
HH_DATA_PLANE_URL | Base URL for the Data Plane API. | https://api.dp1.us.honeyhive.ai | --data-plane-url <url> |
HH_VERBOSE | Set to "true" (case-insensitive) to log the resolved data plane URL, a masked API key, and the CLI version on startup. | false | --verbose |
HH_API_KEY= honeyhive ... falls back to the default (or errors, for the required API key).
There is no
HONEYHIVE_* prefix in the CLI. Unlike the Python SDK, only the HH_* names above are recognized.
