Skip to main content

Documentation Index

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

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

Prerequisites

  • Python 3.12+
  • A Hiverge account (contact your organisation administrator for help)

Installation

Install the hivekit CLI from PyPI:
pip install hivekit
Verify the installation:
hive --help

Authentication

Authenticate with the Hive platform:
hive login
This opens a browser window for authentication. You may not be prompted to log in if there is already an active session. On successful login, you will see a confirmation screen and can return to the command line. To clear stored credentials:
hive logout

Next steps

Configure an experiment

Set up your configuration YAML to define how experiments run.