Skip to main content

Documentation Index

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

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

To interact with environments on the Environments 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

Create Environment

Build and upload custom environments to the registry

Install Environment

Install and use environments in your projects