> ## Documentation Index
> Fetch the complete documentation index at: https://raveculture-mintlify-api-spec-sync-1774445910.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

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](https://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:

* **Solo** — 1 agent, Telegram, ideal for bedroom producers (£29/mo)
* **Collective** — 3 agents, Telegram + WhatsApp, for crews and indie labels (£69/mo)
* **Label** — 10 agents, all channels, white-label emails, for record labels (£149/mo)
* **Network** — Unlimited agents, dedicated VM, white-label reselling, for agencies (£499/mo)

## Step 3: Add Your API Keys

Navigate to **Settings → API Keys** and add your keys:

<CodeGroup>
  <CodeGroup title="Supported Providers">
    ```bash theme={null}
    # OpenRouter (recommended)
    OPENROUTER_API_KEY=sk-or-...

    # Anthropic
    ANTHROPIC_API_KEY=sk-ant-...

    # OpenAI
    OPENAI_API_KEY=sk-...

    # Google AI
    GOOGLE_API_KEY=AIza...
    ```
  </CodeGroup>
</CodeGroup>

## 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:

<AccordionGroup>
  <Accordion icon="paper-plane" title="Telegram">
    1. Create a bot via [@BotFather](https://t.me/BotFather)
    2. Copy your bot token
    3. Go to **Settings → Integrations → Telegram**
    4. Paste the token and click Connect
  </Accordion>

  <Accordion icon="discord" title="Discord">
    1. Go to [Discord Developer Portal](https://discord.com/developers/applications)
    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
  </Accordion>

  <Accordion icon="whatsapp" title="WhatsApp">
    1. Go to [Meta Developer Portal](https://developers.facebook.com/)
    2. Create a WhatsApp Business app
    3. Copy the credentials
    4. Go to **Settings → Integrations → WhatsApp**
    5. Paste credentials and click Connect
  </Accordion>
</AccordionGroup>

## Next Steps

* Learn about [Agents](/concepts/agents)
* Build [Workflows](/concepts/workflows)
* Accept [Payments](/payments/x402)
