Home Features Use Cases Guides Demo Get Started

Quick Start Guide

Get your AI assistant running in under 10 minutes.

📋 Table of Contents

1. Introduction

Welcome to SMBClaw! This guide will walk you through getting your AI agent up and running in just a few minutes.

Your AI assistant can handle customer service, scheduling, lead qualification, and more — all automated!

2. Prerequisites

Before you begin, you'll need:

• A server (VPS or cloud instance)
• A Telegram account (for notifications)
• Optional: API keys for services you want to integrate

3. Installation

Clone the repository and install dependencies:

git clone https://github.com/your-repo/openclaw.git
cd openclaw
npm install

4. Configuration

Copy the example config and add your API keys:

cp config.example.json config.json

Edit config.json with your settings.

5. Running Your Agent

Start your agent:

npm start

Your agent is now live! Check Telegram for confirmation.

6. Next Steps

Now that your agent is running:

• Check out the Integration Guide to connect with calendars, payments, and more
• Customize your agent's responses
• Add more capabilities!