MENU
HOME USE_CASES GUIDE PRICING FAQ
SIGN_IN DEPLOY_NOW

THE CLAW_HOST
PANEL GUIDE

A complete walkthrough of every option inside the panel: billing, gateway provisioning, chat, skills, connections, integrations, and support.

GETTING_STARTED

Accounts, email, first login

The panel is where you configure your agent and manage your gateway. Start here if this is your first time.

Example: Sign up
https://panel.claw-host.io/signup

Create your account, then verify email if prompted.

Example: Sign in
https://panel.claw-host.io/login

After login, open SETTINGS to start configuration.

HOME_STATUS

Gateway status, redeploy, destroy

The Home page shows your agent identifier and live gateway status. It also controls destructive actions like redeploying and destroying your gateway VM.

Status meanings
ONLINE: Gateway is ready. Chat and integrations can connect.
PROVISIONING: Deployment in progress. Some actions are blocked.
ERROR/OFFLINE: Gateway is unavailable. Open Settings for recovery.
Example: Quick access
Use the Quick Access cards to jump to SETTINGS or CHAT. Chat will show a wait state until your gateway is online.
Safety

REDEPLOY AGENT destroys the current gateway VM and creates a new one. STOP / DESTROY deprovisions the gateway VM. Both actions require an active subscription and explicit confirmation.

BILLING_PLANS

Monthly vs yearly, checkout, billing portal

Billing controls which actions are unlocked (deploy/rebuild). Yearly plans include a 50% discount.

Example: Activate subscription

If billing is inactive, use ACTIVATE SUBSCRIPTION to open Stripe Checkout.

Example: Manage billing

Use MANAGE BILLING to open the Stripe customer portal (update payment method, cancel, invoices).

Plans
Plans are shown as SCOUT, OPERATOR, TITAN. In the wizard you can toggle MONTHLY / YEARLY.
SETTINGS_WIZARD

Wizard steps and advanced settings

Settings contains a guided wizard plus advanced configuration fields for your agent and channels.

Wizard (5 steps)
[1] NAME_YOUR_BOT (BOT_NAME)
[2] DEFINE_PERSONALITY (tone/behavior)
[3] DEFINE_PURPOSE (mission)
[4] SELECT_BILLING_PLAN (monthly/yearly + checkout)
[5] FINAL_CONFIG (phone connection + provider + deploy)

You can revisit Settings anytime to change name, purpose, personality, and channel configuration.

Example: WhatsApp access control

When WhatsApp is selected you can set: WHATSAPP_DM_POLICY (disabled / allowlist / pairing / open) and WHATSAPP_ALLOW_FROM as a comma-separated list. Use * only if you intentionally want open access.

+40745185707, +15551234567
Apply behavior

When your gateway is already ONLINE, saving certain settings requires a restart. You may see an action like Save & apply now (restart agent). When the gateway is not online yet, settings are saved and applied on first deploy.

PROVIDERS_KEYS

LLM providers and web search

The panel supports multiple LLM providers and web search backends. Keys are validated client-side to reduce common mistakes.

LLM providers

Supported: Anthropic, OpenAI, Moonshot, Kimi Coding.

Tip: Do not paste "$ENV_VAR". Paste the real key value.

Prefix reminders: Anthropic keys usually start with sk-ant-, while OpenAI/Moonshot typically start with sk-.

Web search providers

Supported: Brave, Perplexity, Grok. Configure the provider key in Settings.

Prefix reminders: Perplexity often starts with pplx-. Grok/xAI often starts with xai-.

CONNECTIONS

Available channels and endpoints

Connections lists the channel types your gateway can support. Some are fully configurable (Telegram, WhatsApp), while others may be shown as future/placeholder capabilities.

Example: Deep links

Telegram and WhatsApp connections include deep links to the Integrations page for configuration.

INTEGRATIONS

Telegram + WhatsApp

Integrations is where you connect real messaging apps to your gateway.

Telegram

Configure bot token and webhook settings. You can also set DM/group policies and allowlists.

WhatsApp (QR link)

Start QR login, scan with your phone, then wait for the link to complete. If the panel suggests it, retry with force.

Example: WhatsApp linking flow
1) Open Integrations\n 2) Start QR login\n 3) Scan QR on your phone\n 4) Wait for link completion\n 5) Return to Chat (optional)

The panel uses a best-effort retry strategy for transient WebSocket failures and timeouts.

SKILLS

Install, auto-install, ClawHub

Skills are optional tools that can be installed on your gateway. The panel separates skills into two main views: installed vs browse.

Auto-install status

When binaries are missing, the gateway may auto-install them in the background. The Skills page will show a notice and auto-refresh.

OS compatibility

OS-incompatible skills are filtered so Linux gateways won’t show macOS-only install methods.

Example: Install from ClawHub

In the Browse tab you can install by slug (optionally pin a version) and force overwrite.

slug: sonoscli
version: (optional)
force overwrite: true/false
Installed vs browse actions

In Installed, you can update skills and configure env/config inputs. In Browse, you can install single skills or use INSTALL_ALL to install the first available installer for each actionable skill.

If a skill shows Missing binaries, it means required executables are not yet present on the gateway.

CHAT

Terminal chat and gateway version

Chat opens a secure WebSocket session to your gateway. When connected, the UI displays the running OPENCLAW vX.Y.Z (and commit hash when available).

Example: What you will see
OPENCLAW v2026.2.14 (abcdef1)

If your gateway is still provisioning, Chat shows a wait state and unlocks automatically when ready.

SUPPORT

Ask assistant and send feedback

The floating support widget (bottom-right) gives you two fast actions: Ask assistant (panel help) and Send feedback (bug reports, screenshots).

Ask assistant

Use this when you have questions about CLAW_HOST billing, provisioning, gateway, skills, and onboarding.

Send feedback

When allowed, the panel will attempt a pixel-perfect capture via the Screen Capture API (current tab), with an HTML render fallback.

Feedback destination

Feedback submissions are saved in the database and emailed to: contact@shape.host

TROUBLESHOOTING

Common issues and fixes

Chat says WAIT / provisioning overlay

Your gateway is still deploying or the chat channel is finalizing. Don’t refresh. The panel unlocks chat automatically.

Keys rejected

Common causes: whitespace in keys, pasting an env var reference (starts with $), or using the wrong prefix.

Skills missing binaries

The gateway auto-installer may still be running. The Skills page will show a notice and auto-refresh. OS-incompatible skills are excluded on Linux.