Skip to main content
description: “Get started with Agentbot in 5 minutes”

Quickstart

Deploy your first AI agent in under 5 minutes.

Step 1: Sign Up

  1. Go to agentbot.raveculture.xyz
  2. Click Sign Up
  3. Choose authentication: GitHub, Google, or email

Step 2: Choose a Plan

Select a plan based on your needs:
  • Starter - Personal use, 1 agent
  • Pro - Power user, 3 agents
  • Scale - Small team, 10 agents
  • Enterprise - Large team, unlimited agents

Step 3: Add Your API Keys

Navigate to Settings → API Keys and add your keys:
# OpenRouter (recommended)
OPENROUTER_API_KEY=sk-or-...

# Anthropic
ANTHROPIC_API_KEY=sk-ant-...

# OpenAI
OPENAI_API_KEY=sk-...

# Google AI
GOOGLE_API_KEY=AIza...

Step 4: Deploy Your Agent

  1. Go to Dashboard
  2. Click New Agent
  3. Choose a template or start from scratch
  4. Configure your agent’s personality and capabilities
  5. Click Deploy

Step 5: Connect Messaging

Add your bot to start chatting:
  1. Create a bot via @BotFather
  2. Copy your bot token
  3. Go to Settings → Integrations → Telegram
  4. Paste the token and click Connect
  1. Go to Discord Developer Portal
  2. Create a new application
  3. Go to Bot and create a bot
  4. Copy the bot token
  5. Go to Settings → Integrations → Discord
  6. Paste the token and click Connect
  1. Go to Meta Developer Portal
  2. Create a WhatsApp Business app
  3. Copy the credentials
  4. Go to Settings → Integrations → WhatsApp
  5. Paste credentials and click Connect

Next Steps