Launching your first experiment
Install the CLI
The CLI requires Python 3.12 or higher. It can be installed from PyPI using the following command:
Initialize and log in
Initialize your user configuration:You will be prompted to input your organisation ID. If you do not know your organisation ID, please contact your organisation administrator.Then authenticate with the Hive platform:This will open up a browser window, where you will log in using your Hiverge credentials.
If you do not have a Hiverge account yet, contact your organisation administrator to help set up an account for you.

Setup the experiment configuration
Hive experiments are configured using YAML files. In this quickstart we will launch an experiment using this demo repository. Create a file called
hive.yaml with the following contents:hive.yaml
Manage the experiment
To list all Hive experiments currently running:To get details of of a running Hive experiment:You can view more details about Hive experiments by visiting the dashboard, which can be accessed using:To stop a running Hive experiment:
Next steps
Prepare an experiment
Learn how to prepare your own codebase to run a custom Hive experiment.
Dashboard
View the progress and results of your running experiments.