Channel Integration
WebChat Integration
Embed OpenClaw on any website or use the standalone chat interface.
Setup Steps
1. Enable WebChat
Configure the webchat channel in your settings:
{
"channels": {
"webchat": {
"enabled": true,
"port": 3000,
"authEnabled": true,
"password": "YOUR_SECURE_PASSWORD"
}
}
}2. Access the Chat
Open your browser to the configured port:
- Go to http://localhost:3000/chat
- Enter your password if authentication is enabled