Skip to main content
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:

Sharing Settings

Configure whether new instances are automatically shared with all team members:
When enabled, prime pods create will automatically set sharedWithTeam on new instances without needing to pass --share-with-team each time. Set to false to disable:

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

All configuration commands will prompt for values if not provided as command-line arguments.