Mission Control docs
Features

AI Provider Management

Authentication providers — Google OAuth and credentials-based sign-in for ArchonHQ.

AI Provider Management

Connect your AI provider API keys to Archon and let the smart router pick the best model for every job, automatically.

Supported Providers

ProviderModelsBest for
OpenAIGPT-4o, GPT-4o mini, GPT-5 CodexCoding, general tasks
AnthropicClaude Haiku, Sonnet, OpusResearch, writing, analysis
xAI (Grok)Grok 4, Grok 4 FastFast reasoning
OpenRouter200+ models via one keyMulti-model fallback
MiniMaxABAB 6.5sCost-efficient tasks
Kimi (Moonshot AI)Moonshot v1 8k/32kLong-context tasks
GeminiGemini 2.0 Flash, ProMultimodal, large context

All providers are optional. Add as many or as few as you need. The smart router only picks from providers you've configured.

Adding Providers (Setup Wizard)

The easiest way is to run through the setup wizard at /dashboard/connect.

Step 3, Add your AI keys:

  1. Paste your API key for each provider you want to use
  2. Keys can be left blank to skip a provider
  3. At least one key required to continue
  4. Click Save & continue

Keys are saved securely in your account settings and synced to the on-device AiPipe smart router immediately.

Getting your keys:

Configuring Agent Roles (Setup Wizard Step 6)

Each navi-ops agent role has a pre-configured default model. You can override any role to use a different model from your connected providers.

Step 6, Configure your AI team:

RoleDefaultWhat it does
Architectclaude-sonnet-4-6System design & planning
Plannerclaude-sonnet-4-6Story breakdown & specs
Code Agentgpt-5.3-codexImplementation work
TDD Guidegpt-5.3-codexTest writing & red-green-refactor
Code Reviewerclaude-opus-4Pre-merge review
Security Reviewerclaude-sonnet-4-6Auth, tenant & input security
Build Error Resolvergpt-5.3-codexFix build & type failures
Doc Updaterclaude-opus-4Phase 5 docs gate
E2E Runnerclaude-sonnet-4-6Regression & smoke tests
Refactor Cleanergpt-5.3-codexPost-feature cleanup

Your selections are saved to your account and used by the autonomous dev loop.

Updating Keys Later

Go to /dashboard/connect and run through the wizard again, or update individual keys directly. Any change to provider keys is synced to the smart router immediately.

Cost Tracking

Once your keys are connected and requests flow through AiPipe, the ⚡ Router tab on your dashboard shows:

  • Total requests routed
  • Cost per provider and model
  • Estimated savings vs routing everything to GPT-4o
  • Your personal stats (isolated from other accounts)

Privacy

Your API keys are stored encrypted at rest in Archon's database and synced only to the AiPipe instance running on your server. They are never shared, logged in plaintext, or sent to third parties beyond the AI providers themselves.

On this page