Use AI Gateway with Clawdbot

1 min read

Clawdbot is a personal AI assistant powered by Claude with persistent memory. It can browse the web, run shell commands, and manage files across any operating system.

You can use Clawdbot with Vercel AI Gateway to access hundreds of models from multiple providers through a single endpoint. AI Gateway provides unified API access across models without managing separate API keys.

Create an API key in the AI Gateway dashboard, then install Clawdbot:

curl -fsSL https://install.clawdbot.com
# or
npm install -g clawdbot

Run the onboarding wizard:

clawdbot onboard --install-daemon

Select Vercel AI Gateway as your provider and enter your AI Gateway API key.

You can then choose from hundreds of available models. Your AI assistant is now running and ready to help with tasks across your system.

See the AI Gateway docs for more details on Clawdbot and more integrations.