How to Set Up a Personal AI Agent in Telegram in 60 Seconds
Step-by-step guide to deploying your own AI agent in Telegram. Pick a template, connect your bot, start chatting.

Most guides about AI agents start with "install Docker" and end three hours later with you staring at a terminal wondering where it all went wrong.
This isn't that guide.
I'm going to show you how to get a personal AI agent running in Telegram in about 60 seconds. No terminal. No Docker. No API keys. Just a Telegram bot that actually does stuff for you.
What You'll Get#
Before we start -- here's what your agent can do once it's running:
- Chat naturally. Ask it anything. It uses GPT-4o, Claude, Gemini, and other models behind the scenes.
- Remember things. It keeps context across conversations. Tell it something on Monday, it'll remember on Friday.
- Run scheduled tasks. Morning briefings, research summaries, reminders -- your agent reaches out to you, not the other way around.
- Search the web. Ask it to research something and it'll go find answers.
- Multiple personalities. Templates give your agent specific skills and behaviors. A research assistant acts differently than an accountability coach.
This isn't a basic chatbot. It's an AI agent with memory, scheduling, and tools.
The 5-Step Setup#
Step 1: Go to RapidClaw.app#
Head to rapidclaw.app and click "Get Started." You'll create an account (takes about 10 seconds with Google sign-in).
Step 2: Pick a Plan#
Three options:
| Plan | Price | Agents | AI Credits |
|---|---|---|---|
| Starter | $19/mo | 1 agent | $7/mo included |
| Pro | $39/mo | 3 agents | $15/mo included |
| Power | $69/mo | 5 agents | $30/mo included |
Every plan includes AI credits. Your agent uses GPT-4o, Claude, Gemini, and other models -- you don't need your own API keys. The credits cover normal personal usage. If you burn through them (unlikely for most people), a $5 top-up takes 10 seconds.
For most people starting out, the Starter plan at $19/mo is plenty. You get one agent with enough AI credits for daily use.
Step 3: Choose a Template#
This is where it gets fun. After checkout, you'll see the template picker:
Morning Briefing Agent -- Your agent sends you a daily briefing at 7am. What's on your calendar, what emails need attention, what tasks are due. It's like having a chief of staff who never sleeps.
Example conversation:
Agent: Good morning. Here's your briefing for Monday, Feb 24:
- 3 emails need response (1 urgent from Acme Corp)
- Team standup at 10am
- Project deadline: RapidClaw blog posts (today)
- Reminder: dentist appointment Wednesday
You: What's the urgent email about?
Agent: Sarah from Acme Corp sent a proposal revision at 11pm. They changed the payment terms from net-30 to net-60 and added a clause about IP ownership. Want me to draft a response?
Research Assistant -- Ask your agent to research topics. It searches the web, synthesizes findings, and remembers everything for later. Great for keeping up with industry trends or doing competitive analysis.
Example conversation:
You: Research the latest developments in AI agent frameworks. Focus on open-source options.
Agent: Here's what I found:
Open-source AI agent frameworks (Feb 2026):
- OpenClaw -- Full agent framework with persistent memory, cron jobs, multi-tool support. Active development.
- AutoGPT -- Autonomous task execution. Good for one-off tasks, less suited for persistent agents.
- CrewAI -- Multi-agent orchestration. Python-based, strong for workflows.
Key trend: The market is splitting between "agent builders" (visual, no-code) and "agent frameworks" (code-first, full control). OpenClaw sits in the framework camp but with lower setup friction than most.
Want me to dive deeper into any of these?
Accountability Coach -- Your agent checks in daily and weekly. It asks about your goals, tracks your progress, and gives you honest feedback. Think of it as a coach that's always available.
Example conversation:
Agent: Weekly check-in time. Last Monday you set 3 goals:
- Ship blog system -- DONE
- Record demo video -- NOT STARTED
- Reach out to 10 potential users -- 4/10 DONE
You're 1 for 3 this week. The demo video keeps slipping -- this is the third week in a row. What's blocking it?
Blank Canvas -- Start from scratch. No pre-configured personality or cron jobs. You shape it yourself through conversation.
Pick the template that matches what you need. You can always change it later.
Step 4: Connect Telegram#
This is the part that trips people up, but it's actually simple:
- Open Telegram and search for @BotFather
- Send
/newbot - Give your bot a name (anything you want, like "My Assistant")
- Give it a username (must end in
bot, likemy_assistant_2026_bot) - BotFather gives you a token -- it looks like
7123456789:AAHx-some-long-string - Paste that token into RapidClaw
That's it. RapidClaw connects to your bot, injects the AI configuration, and starts it up. The whole BotFather process takes about 30 seconds.
Step 5: Start Chatting#
Open your new bot in Telegram and send a message. Any message. Say hi. Ask a question. Your agent is live.
If you picked a template, the agent already has its personality and scheduled tasks configured. The Morning Briefing agent will send you a briefing tomorrow morning. The Accountability Coach will check in with you. The Research Assistant is ready for your first research request.
What Your Agent Can Actually Do#
Beyond basic chat, your agent has real capabilities:
Web search. Ask it to look something up and it'll search the web and summarize what it finds. Not just regurgitating training data -- actually checking current information.
Persistent memory. Tell it your preferences, your clients' names, your project details. It remembers. Next week, next month, it still knows. This is different from ChatGPT, which starts fresh every conversation (unless you're using their memory feature, which is limited).
Scheduled tasks. The templates come with cron jobs pre-configured. Morning briefings at 7am, weekly check-ins on Mondays, research summaries on whatever schedule you want. Your agent reaches out to you -- you don't have to remember to check in.
Multi-model AI. Behind the scenes, your agent uses whichever AI model is best for the task. Simple questions go to fast, cheap models. Complex reasoning goes to more powerful ones. You don't manage this -- it just works.
Tips for Getting the Most Out of Your Agent#
Talk to it like a person. Don't use commands or keywords. Just say what you need. "Can you research the latest trends in solar panel pricing?" works better than "RESEARCH: solar panels."
Tell it about yourself. The more context it has, the better it performs. Tell it your role, your clients, your projects. "I'm a freelance consultant working with 4 clients. My biggest project is a website redesign for Acme Corp." Now every response will be contextualized.
Use it daily. The agent gets better as it accumulates context. After a week of daily use, it knows your patterns, your priorities, and your preferences. After a month, it's genuinely useful.
Ask it to remember things. "Remember that Acme's deadline is March 15." "Remember that Sarah prefers email over Slack." Your agent stores these notes and uses them later.
Don't be afraid to give feedback. "That response was too long." "I prefer bullet points." "Don't use jargon." Your agent adapts.
Common First-Week Mistakes#
After watching people set up their agents, I've noticed a few patterns that slow people down:
Treating it like a search engine. Don't just ask factual questions. Your agent can do things. "Research competitor pricing and save it to Notion" is better than "what is competitor X's pricing?"
Not giving it enough context upfront. Spend 5 minutes in your first conversation telling the agent about yourself. Your role, your projects, your clients, your preferences. This single conversation makes every future interaction 3x more useful.
Ignoring the scheduled tasks. If you picked a template, it comes with cron jobs. The Morning Briefing sends you a message at 7am. The Accountability Coach checks in daily. Don't dismiss these -- they're the main advantage over ChatGPT. Let them run for a week before deciding to change anything.
Expecting perfection immediately. Your agent gets better over time as it accumulates context. The first day is good. The first week is better. After a month of daily use, it's genuinely indispensable. Give it time.
What Happens Behind the Scenes#
When you complete the setup, here's what RapidClaw does:
- Provisions a dedicated Docker container for your agent
- Injects the template configuration (SOUL.md, cron jobs, memory seeds)
- Connects to your Telegram bot token
- Sets up AI routing through our multi-model proxy
- Starts health monitoring with auto-restart
- Begins running any scheduled tasks from your template
Your agent runs 24/7. It doesn't sleep. If the container crashes (rare but it happens), it's automatically restarted with all your configuration and memory intact.
Frequently Asked Questions#
Do I need my own OpenAI/Anthropic API key?#
No. AI credits are included with every RapidClaw plan. Your agent uses GPT-4o, Claude, Gemini, and other models through our proxy. You don't create any AI provider accounts.
How much can I chat before running out of credits?#
The Starter plan includes $7/mo in AI credits. For typical personal use -- maybe 20-50 conversations per day -- that's more than enough. The smart routing uses cheaper models for simple requests, so your credits last longer than you'd expect.
Can I switch templates after setup?#
Yes. Go to your dashboard, open the template gallery, and activate a different template. Your agent's personality and scheduled tasks will change. Your conversation history is preserved.
Does my agent work in group chats?#
Yes, but it works best in direct messages. In group chats, you typically @mention the bot to get its attention. In DMs, every message goes to your agent.
Can I connect Discord instead of Telegram?#
Yes. The setup process is the same -- you create a Discord bot, get a token, and paste it in. You can connect both Telegram and Discord to the same agent.
What if I want to add Notion integration?#
RapidClaw supports Notion integration. During onboarding (or later from your dashboard), you can connect your Notion workspace. Your agent can then search your Notion pages, create new pages, and reference your notes in conversations.
Is my data private?#
Your conversations and agent memory are stored in an isolated container. We encrypt sensitive data (bot tokens, API keys) at rest with Fernet encryption. Your container is not shared with other users.
Can I use this for my team?#
The Pro plan supports 3 agents and the Power plan supports 5. Each team member can have their own agent with their own Telegram bot. They don't share context unless you want them to.
Ready to build your own AI agent?
Deploy a personal AI agent to Telegram or Discord in 60 seconds. From $19/mo.
Get StartedStay in the loop
New use cases, product updates, and guides. No spam.