Clawd Bot
Clawd Bot is a personal AI assistant that runs on your computer and connects to messaging platforms like WhatsApp, Telegram, Discord, and more. Clawd Bot features a skills platform that teaches it new capabilities, browser control, persistent memory, and multi-agent support. You can configure it to use AI Gateway for unified model access and spend monitoring.
Go to the AI Gateway tab of the Vercel dashboard and click API keys to create a new API key.
Choose your preferred installation method:
macOS/Linux:
Terminalcurl -fsSL https://clawd.bot/install.sh | bashWindows (PowerShell):
PowerShelliwr -useb https://clawd.bot/install.ps1 | iexTerminalnpm install -g clawdbot@latestOr with pnpm:
Terminalpnpm add -g clawdbot@latestRequires Node.js 22 or later.
Start the interactive setup:
Terminalclawdbot onboard --install-daemonDuring the onboarding wizard:
- Model/Auth Provider: Select Vercel AI Gateway
- Authentication Method: Choose Vercel AI Gateway API key
- Enter API key: Paste your AI Gateway API key
- Select Model: Choose from available models
- Additional Configuration: Complete remaining setup options (communication channels, daemon installation, etc.)
Models follow the
creator/model-nameformat. Check the models catalog for available options.Check that Clawd Bot is configured correctly:
Terminalclawdbot health clawdbot statusYour requests will now be routed through AI Gateway. You can verify this by checking your AI Gateway Overview in the Vercel dashboard.
View your usage, spend, and request activity in the AI Gateway tab of the Vercel dashboard. See the observability documentation for more details.
Was this helpful?