Skip to content

Quick Start

Deploy a research agent on Telegram that searches the web and remembers everything — in under 5 minutes.

That’s it.

  1. Open the Dashboard

    Go to app.wireclaw.ai and sign in.

  2. Create a new agent

    Click New Agent → select the Research Bot template.

  3. Configure the basics

    Set a name, pick a model, and review the pre-selected tools:

    [agent]
    name = "my-first-agent"
    model = "claude-sonnet-4-5"
    [agent.personality]
    role = "Research Assistant"
    instruction = "You help users research topics by browsing the web and summarizing findings."
    [tools]
    enabled = ["web_search", "browser", "pdf_read"]
    [memory]
    backend = "persistent"
    ttl = "30d"
    [cost_limits]
    daily_usd = 5.00
  1. Create a bot with BotFather

    Open @BotFather in Telegram, send /newbot, and follow the prompts. Copy the bot token.

  2. Add the token

    In the Wireclaw Dashboard → ChannelsAdd Telegram → paste your bot token.

  3. Verify connection

    A green checkmark means your bot is connected.

Click Deploy in the Dashboard. Wait for the status indicator to turn green — your agent is live.

Terminal window
$ wireclaw status my-first-agent
Agent: my-first-agent
Status: Running
Channel: Telegram (@your_research_bot)
Uptime: 2m 14s

Open your bot in Telegram and send a message:

“Find recent papers on RLHF and summarize the key findings”

Watch the agent use web_search and browser tools to research and respond with a summary.