Configure your Prime CLI settings
The Prime CLI provides several commands to manage your configuration settings. All configuration commands are accessed through the prime config
command group.
View your current configuration settings:
This displays a table with your current settings, including:
Set your Prime Intellect API key:
Configure your team ID for team-based access:
Switch back to your personal account:
Set the API endpoint URL:
Configure SSH key path:
Reset all settings to their default values:
This will remove all your custom settings, including your API key. You’ll need to reconfigure the CLI after resetting.
Command | Description | Default |
---|---|---|
view | Display current configuration | - |
set-api-key | Set your API key | - |
set-team-id | Set team ID for team access | - |
remove-team-id | Switch to personal account | - |
set-base-url | Set API base URL | https://api.primeintellect.ai |
set-ssh-key-path | Set SSH private key path | ~/.ssh/id_rsa |
reset | Reset to default settings | - |
All configuration commands will prompt for values if not provided as command-line arguments.