To interact with environments on the Hub, you’ll need to set up your account on Prime Intellect, and install the Prime CLI.

Prerequisites

Ensure you have:
  1. Prime CLI installed and configured
  2. Username set on your profile
  3. Authenticate the CLI:
    prime login
    

Quick Overview

# List available environments
prime env list

# Get information about an environment
prime env info owner/environment-name

# Install an environment
prime env install owner/environment-name

# Create a new environment
prime env init my-new-environment