By the end of this guide, you’ll have a running Hive experiment evolving code from a demo repository.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.
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:
Setup the experiment configuration
Hive experiments are configured using YAML files. To create an initial configuration file, run:You will be prompted to input your organisation ID. If you do not know your organisation ID, please contact your organisation administrator.This will create a default configuration file at In this quickstart tutorial, we will launch an experiment using this demo repository. To configure this, run the following command to open up Then change the
~/.hive/config.yaml with the following contents:~/.hive/config.yaml
~/.hive/config.yaml in your default text editor:repo.source field to:Log in to the Hive
Authenticate yourself with the Hive platform by using: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.

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 delete 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.