Control UI (Admin UI)
The ClawCentral Control UI is your primary interface for managing your AI agent. It is a Lit-based single-page application served directly from ClawCentral's managed platform — no local installation required.
Accessing the Control UI
Open your tenant's admin panel in any modern browser:
https://<your-tenant>.clawcentral.io/
Sign in with your ClawCentral account credentials (email and password via Microsoft Entra External ID). Once authenticated, the Control UI loads automatically.
Main Sections
Chat
The built-in chat interface lets you converse with your AI agent directly in the browser.
- Send text messages and receive streamed replies
- Attach files and images
- View tool call cards as the agent runs
- Use Voice Mode for hands-free interaction (browser-based, using your device microphone)
- Typing indicators show when the agent is processing
Voice Mode
Voice Mode is available directly in the Chat view. Click the microphone button to begin a voice session. The browser captures audio, sends it for transcription, runs the agent, and plays back the reply using TTS — all within the browser tab. No local application is needed.
You can also configure a voice wake phrase (Admin UI → Settings) so that speaking the phrase activates voice mode automatically. See Voice Wake for details.
Stopping a run
- Click Stop in the chat toolbar, or
- Type
/stop(or similar abort phrases such asstop,stop run) to abort out-of-band
Nodes
View and manage connected OpenClaw desktop nodes and paired devices. This section also lets you generate and revoke personal API tokens for programmatic access.
Skills
Enable, disable, install, and configure skills. Each skill entry shows its current status and lets you supply any required API keys.
Channels
View the status of connected messaging channels (Telegram, Discord, Slack, WhatsApp, Teams, Google Chat, and others). Configure per-channel settings and credentials here.
Settings
The Settings area contains several subsections:
- AI Providers: Select your primary AI model provider, configure API keys (BYOK), and choose TTS provider and voice settings.
- Secrets: Store environment secrets used by skills and integrations.
- Cron: Schedule recurring jobs. Set delivery mode, target channel, timing, and agent overrides.
- Overview / Usage: View agent status, active sessions, token usage, and billing information.