Use the CLI
Configuration
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 Configuration
View your current configuration settings:
This displays a table with your current settings, including:
- API Key (partially masked)
- Team ID
- Base URL
- SSH Key Path
API Key Management
Set your Prime Intellect API key:
Team Settings
Set Team ID
Configure your team ID for team-based access:
Remove Team ID
Switch back to your personal account:
Connection Settings
Base URL
Set the API endpoint URL:
SSH Key
Configure SSH key path:
Reset Configuration
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.
Configuration Options
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.