
ZeaburClawdbot is a personal AI assistant that runs locally and connects to multiple messaging platforms via a WebSocket-based Gateway architecture.
This template is under development. Clawdbot is in rapid development, so this template uses the main tag to get the latest version.
Resource requirements may vary depending on the tools and features you use.
For more details, see the official documentation.
ZEABUR_AI_HUB_API_KEY: Your Zeabur AI Hub API key (Recommended). Get your API key hereANTHROPIC_API_KEY: Your Anthropic API key for ClaudeOPENAI_API_KEY: Your OpenAI API key (optional, for OpenAI features like memory search, TTS)Getting your bot token from BotFather:
/newbot to create a new bot123456789:ABCdefGHIjklMNOpqrsTUVwxyz)Adding the token to Zeabur:
TELEGRAM_BOT_TOKEN with your bot tokenPairing your Telegram account:
/start to your bot in TelegramJN4MSY23)clawdbot pairing approve telegram <code>Approved telegram sender <user-id>.Beyond environment variables, you can configure Clawdbot using:
Web UI
Command Line
clawdbot commands to manage providers, models, and settingsThe default model is zeabur-ai/gpt-5-mini. To change it:
Via Web UI:
Via Command Line:
clawdbot config set agents.defaults.model.primary zeabur-ai/claude-sonnet-4-5
Available models: gemini-3-pro-preview, gpt-5, claude-sonnet-4-5, gemini-3-flash-preview, gpt-5-mini, claude-haiku-4-5, gemini-2.5-flash, deepseek-v3.2
/home/node/.clawdbot - Configuration, sessions, and credentials/home/node/clawd - Workspace and memory files
Zeabur