Connect Your Claw Bot
This wizard will guide you through connecting a Claw Bot instance to your Mission Control. Whether it's a local development server, a cloud-hosted AI agent, an ESP32 hardware controller, or an MQTT IoT device — we'll get it connected.
What you'll need:
The endpoint URL or IP address of your Claw Bot
Authentication token (if your bot requires it)
The protocol your bot uses (WebSocket, REST API, or MQTT)
Network access to the bot (same network or public endpoint)
Supported Protocols
WebSocket
Real-time bidirectional communication. Best for live control and streaming updates.
REST API
HTTP request/response. Best for cloud APIs and stateless agent services.
MQTT
Lightweight pub/sub messaging. Best for IoT devices and hardware bots.