Setup
Install and authenticate jazzhq-cli
Install
Authentication
jazzhq-cli authenticates with an API key, sent as the X-API-KEY header on every
request. You can generate and manage your API key from within the Partner OS platform.
Set it, along with the API host, as environment variables:
Or override either one per-command with flags, which take precedence over the environment variables:
If neither the environment variable nor the flag is set, the command exits with a configuration error (exit code 2) before making any request.
Exit codes
All commands print the raw JSON API response body to stdout on success. Errors print a message to stderr, including any field-level validation errors returned by the API.

