Back to Blog
Tutorial8 min read

Getting Started with OpenClaw: A Beginner's Guide

By Bot It Out Team

OpenClaw is a powerful open-source AI agent framework that lets you build, deploy, and manage conversational AI agents. With Bot It Out, you can have an OpenClaw instance running in under 10 minutes, with no DevOps experience required. This guide covers everything from signup to your first conversation.

What is OpenClaw?

OpenClaw is a framework for building AI agents that can:

  • Hold natural conversations with users
  • Connect to multiple AI providers (Anthropic Claude, OpenAI GPT, and more)
  • Integrate with messaging platforms like Telegram
  • Execute tools and interact with external services
  • Maintain conversation context and memory across sessions

Think of it as the foundation for building your own AI assistant, customized to your exact needs. Unlike simple chatbot builders, OpenClaw gives you full control over how your agent thinks, responds, and takes actions.

The framework is open-source, which means you can inspect the code, contribute improvements, and never worry about vendor lock-in. If you ever want to move your agent to different infrastructure, your configuration and customizations come with you.

How OpenClaw Compares to Other Frameworks

If you've looked at AI agent frameworks before, you might be wondering how OpenClaw stacks up. Here's the short version:

  • vs. LangChain — LangChain is a Python library for building LLM-powered applications. OpenClaw is a complete, deployable agent framework with built-in web UI, Telegram integration, and multi-provider support out of the box. You don't need to write code to get a working agent.
  • vs. AutoGPT / CrewAI — These focus on autonomous task execution. OpenClaw focuses on conversational agents that interact with real users in real time. Different use cases, different strengths.
  • vs. Custom code — You can always build from scratch, but OpenClaw gives you months of production-tested conversation handling, provider switching, and deployment tooling for free.

Step 1: Sign Up

Head to Bot It Out and sign up with your Google account. Free for 30 days. The free plan gives you a fully functional instance to start with, including a dedicated server, custom subdomain, and SSL.

After your 30-day trial, plans start at $23/mo. Upgrade or cancel anytime.

Step 2: Create Your Instance

Once logged in, click "Create Instance" from your dashboard. You'll need to:

  1. **Choose a name** — This becomes your subdomain (e.g., mybot.botitout.com). Pick something memorable.
  2. **Select an agent template** — Choose from 45+ pre-built templates optimized for different use cases: customer support, personal assistant, coding helper, writing assistant, and more. You can always change this later.
  3. **Pick your AI provider** — Select from 7 supported providers including Anthropic, OpenAI, and others.

Click deploy and we handle everything else:

  • Server provisioning on dedicated infrastructure
  • DNS configuration with your custom subdomain
  • SSL certificate installation via Let's Encrypt
  • OpenClaw installation and configuration
  • Health monitoring setup

The entire process takes about 5-8 minutes. You'll see a live progress indicator on your dashboard as each step completes.

Step 3: Configure Your AI Provider

Your OpenClaw instance supports multiple AI providers. To start chatting, you need to add an API key:

  1. Get an API key from your chosen provider (e.g., console.anthropic.com for Claude, platform.openai.com for GPT)
  2. Go to your instance page on Bot It Out
  3. Find the API Key section and paste your key
  4. Click save

Your key is deployed directly to your dedicated server over an encrypted connection. Bot It Out never stores, logs, or has access to your keys after deployment. They live only on your server.

You can switch providers at any time without losing your conversation history or agent configuration. If Anthropic releases a new Claude model, just update your API key and your agent starts using it immediately.

Step 4: Connect Telegram (Optional)

Want to chat with your AI agent on the go? Telegram integration takes about 60 seconds:

  1. Open Telegram and message @BotFather
  2. Send /newbot and follow the prompts to name your bot
  3. Copy the bot token that BotFather gives you
  4. Paste it into the Telegram section on your Bot It Out instance page
  5. Start chatting with your bot in Telegram

Your AI agent is now accessible from your phone, desktop, and web. Messages sent via Telegram are processed on your dedicated server, so you get the same performance and privacy as the web interface.

Step 5: Customize Your Agent

Once your instance is running, you can fine-tune its behavior:

  • Switch templates — Change your agent's personality and capabilities by selecting a different template from the 40+ options. Changes deploy automatically.
  • Adjust settings — Configure response length, temperature, system prompts, and other parameters through the dashboard.
  • Monitor health — The dashboard shows real-time status, response time charts, and usage metrics for your instance.

What's Next?

You now have a production-ready AI agent running on dedicated infrastructure with a custom domain and SSL. From here, you can:

  • Share the URL with your team or customers
  • Connect additional integrations via Telegram
  • Upgrade your plan as usage grows
  • Experiment with different agent templates for different use cases

The free plan is a great way to validate your use case. When you're ready for more power, upgrading takes one click and your server is resized automatically with no downtime.

Ready to deploy your AI agent?

Get started free for 30 days.

Start Free