Getting Started

New to Clawdbot? Start here. Get up and running in 15 minutes with this quick start guide.

Getting Started with Clawdbot

New to Clawdbot? This quick start guide will get you up and running in 15 minutes.

Prerequisites

Before you begin, youโ€™ll need:

  • Node.js 18+ โ€” Check with node --version
  • An LLM API key โ€” Anthropic Claude recommended
  • A chat platform โ€” Telegram is the easiest to start

Quick Install

# Install Clawdbot globally
npm install -g clawdbot

# Create a new workspace
mkdir my-assistant && cd my-assistant

# Initialize configuration
clawdbot init

Configure Your LLM

Add your API key to the config:

# clawdbot.yaml
llm:
  provider: anthropic
  model: claude-sonnet-4-20250514
  apiKey: ${ANTHROPIC_API_KEY}

Set your environment variable:

export ANTHROPIC_API_KEY="your-key-here"

Connect Telegram

  1. Message @BotFather on Telegram
  2. Send /newbot and follow the prompts
  3. Copy your bot token
  4. Add to config:
channels:
  telegram:
    botToken: ${TELEGRAM_BOT_TOKEN}
    allowedUsers:
      - your_telegram_id

Start Chatting

clawdbot gateway start

Open your Telegram bot and say hello! ๐ŸŽ‰

Next Steps

Need Help Setting This Up?

Swarm builds and manages AI assistants for businesses. Same tech, zero headache.

Book a Free Consultation โ†’