Guides

Team deployment


Deploy Kerlig remotely across your organization with the ease of CLI commands that handle both license keys and AI integrations API keys.

Make the kerlig command available globally by creating a symbolic link in your /usr/local/bin directory on macOS:

Bash
sudo ln -s /Applications/Kerlig.app/Contents/MacOS/Kerlig /usr/local/bin/kerlig

License keys

Manage license keys through the CLI:

Set license key
Bash
kerlig license set -k LICENSE_KEY
Remove license key
Bash
kerlig license remove

AI integrations API keys

Manage API keys for AI integrations through the CLI:

Set API keys

Configure API keys for different AI integrations:

Bash
kerlig api-key set -i <integration> -k YOUR_API_KEY

Supported integrations: openai, anthropic, google, groq, openrouter

Remove API keys

Remove API keys for specific integrations:

Bash
kerlig api-key remove -i <integration>

Benefits

  • Streamlined deployment across your organization
  • Centralized license and API key management
  • Efficient command-line configuration
  • Eliminate manual key entry for each team member

© 2025 Kerlig™. All rights reserved.