Centralized Control for AI Teams
Deploy the AiKey control plane on an intranet host to manage upstream providers, invite team seats, and issue virtual keys in bulk to your developers.
Server Administrator
Deploys the control plane on an intranet host, onboards upstream providers like Claude and Codex, and issues virtual keys to seats.
Developer User
Installs the CLI on their workstation, logs in to the server, and uses the virtual keys issued against their email for local development.
Administrator Workflow
Deploy AiKey Server as a systemd-managed stack on your Linux infrastructure.
Step 01: Prerequisites
Step 02: Deploy Control Plane
gh auth login
export GITHUB_TOKEN=$(gh auth token)
gh release download v1.0.0-rc.3 -R aikeylabs/launch-master -p server-install.sh -D /tmp
sh /tmp/server-install.sh --version v1.0.0-rc.3 --yesStep 03: Control Panel Login
Access the UI at http://SERVER_IP:3000
Developer Workflow
Onboard your workstation to the team control service.
Install Local CLI
curl -fsSL https://github.com/aikeylabs/launch/releases/download/v1.0.0-rc.3/local-install.sh | sh -s -- --version v1.0.0-rc.3
source ~/.zshrcLog in to Server
aikey web
aikey login --email developer@example.com --control-url http://SERVER_IP:3000Use Virtual Keys
Click the install-hook banner in the web vault. Open a new terminal and run claude to verify routing.
Edition Comparison
Factual overview of deployment models based on source documentation.
Deployment Target
Infrastructure hosting environment
Local Workstation
Intranet Linux Host / Control Plane
User Roles
Access and permissions management
Single Developer
Server Administrator + Developer Users
Credential Source
Upstream provider authentication
Local Vault
Provider Accounts (Claude, Codex, etc.)
Access Distribution
Key provisioning and lifecycle
Local Route Tokens
Seats and Virtual Keys (aikey_vk_*)
Usage Visibility
Activity logging and telemetry
Local Usage Receipts
Centralized Reporting to Server
Operations
Service management and maintenance
Local CLI Tools
aikey-server status/logs/restart