Skip to main content

Web Interfaces

ClawCentral provides several web-based interfaces for interacting with your AI agent, all hosted on ClawCentral's managed platform — no local server required.

Control UI (Admin UI)

The primary interface for ClawCentral is the Control UI, a browser-based admin panel served at:

https://<your-tenant>.clawcentral.io/

Sign in with your ClawCentral account (Microsoft Entra External ID — email and password). The Control UI gives you full access to chat, configuration, channels, skills, nodes, and billing.

See Control UI for a full feature overview.

Webchat Embed

ClawCentral also exposes a lightweight chat widget suitable for embedding on external websites:

https://<your-tenant>.clawcentral.io/webchat

This URL can be embedded in an <iframe> or linked directly to give end users a chat interface without access to the full admin panel.

OpenClaw TUI (optional, for power users)

The Terminal UI (TUI) is an optional interface for users who install the OpenClaw desktop client locally. It connects to your ClawCentral tenant over a WebSocket:

wss://<your-tenant>.clawcentral.io/gateway/ws

Authentication uses device credentials paired via Admin UI → Nodes. The TUI is not required — the Control UI covers all standard use cases directly in the browser.

See TUI for setup and usage details.