Mission Control docs
Features

Connection Wizard

8-step guided wizard to connect your OpenClaw gateway, AI providers, and configure agents.

Connection Wizard

The Connection Wizard configures your ArchonHQ workspace in 8 guided steps. It handles everything from gateway connection to AI provider keys to agent role assignment.

Access it at Settings → Connect or navigate to /dashboard/connect.

Step 1: Welcome

An overview of what you're about to configure. No input required.

Step 2: Gateway

Connects ArchonHQ to your local OpenClaw gateway, the bridge between your agents and the cloud dashboard.

Gateway URL: typically http://localhost:18789 if running locally. Enter the full URL including port.

ArchonHQ sends a ping to verify the connection before you can proceed. If the ping fails:

  • Check that the gateway is running: openclaw gateway status
  • Ensure the URL is reachable from the browser (same machine or network)
  • Check firewall rules if running on a remote server

Step 3: AI Provider Keys

Add API keys for the providers you want to use. At least one key is required to enable AI routing.

ProviderWhere to get a keyNotes
OpenAIplatform.openai.com/api-keysRequired for gpt-4o and gpt-4o-mini
Anthropicconsole.anthropic.com/settings/keysRequired for Claude Haiku, Sonnet, Opus
Google Geminiaistudio.google.comFree tier available
xAI (Grok)console.x.aiOptional
OpenRouteropenrouter.ai/keysRoutes to 200+ models
MiniMaxminimax.ioOptional
Kimi (Moonshot)moonshot.cnOptional

Keys are stored in AiPipe's isolated per-tenant store and never logged or exposed to other tenants.

Recommendation: start with OpenAI + Anthropic. This gives AiPipe two providers to route between, unlocking the full cheap-vs-quality routing profile. Add Gemini for the cheapest possible tier on simple tasks.

Step 4: Smart Routing

Enables AiPipe, the routing layer that automatically selects the best model per request.

Toggle Enable Smart Routing to on. This:

  • Activates the AiPipe proxy for all AI calls through ArchonHQ
  • Syncs your provider keys from Step 3 to AiPipe's routing store
  • Enables per-tenant cost tracking

When smart routing is off, ArchonHQ uses a single configured model for all requests. When on, routing is automatic and adaptive.

Learn how routing works →

Step 5: AI Team

Assign agents to your workspace. Each agent entry has:

  • Name: how this agent appears in the dashboard
  • Role: architect, coder, reviewer, etc. (used for display only in this step)
  • Description: optional notes

Agents don't need to be listed here to connect, any agent with a valid gateway token can connect. This step is for labelling and organising the agents you expect to use.

Step 6: Agent Roles

Assigns a specific LLM model to each navi-ops agent role. AiPipe uses these assignments when a request includes a role header.

Default assignments (pre-filled):

RoleDefault model
architectclaude-sonnet-4-5
plannerclaude-sonnet-4-5
code-agentgpt-5.3-codex
tdd-guidegpt-5.3-codex
code-reviewerclaude-opus-4-5
security-reviewerclaude-sonnet-4-5
build-error-resolvergpt-5.3-codex
doc-updaterclaude-opus-4-5
e2e-runnerclaude-sonnet-4-5
refactor-cleanergpt-5.3-codex

Override any assignment using the dropdown. Changes take effect immediately, no restart required.

Step 7: Notifications

Connects Telegram for push notifications when tasks change state.

Bot token: create a bot via @BotFather on Telegram and paste the token here.

Chat ID: your Telegram user ID or group chat ID. Send /start to @userinfobot to find your user ID.

Once configured, ArchonHQ sends a message to your chat when:

  • A task is created
  • A task moves to Review or Done
  • A task is deleted
  • A critical task is created

Test the connection with the Send test notification button before saving.

Step 8: Done

Review your configuration summary and click Activate. All settings are saved to your tenant profile.

You can return to the wizard at any time to update keys, change models, or reconfigure notifications. Changes to provider keys in Step 3 automatically sync to AiPipe within 60 seconds.

Updating settings later

All wizard settings are also available at Settings in the main dashboard navigation. You don't need to re-run the full wizard to change a single setting.

On this page