Loading...
Loading...
Connect your AI brain to Telegram so you can send tasks, receive updates, and interact with your agent from any device — without opening a terminal.
Send tasks to your AI agent from anywhere, get responses instantly in the app you already use.
Telegram supports text, files, images, voice, buttons, and inline keyboards — richer than SMS or email.
Run a private group where your AI agent participates alongside your team, answering questions and logging updates.
Telegram's webhook API is simple, well-documented, and free — no paid tier required.
Search for @BotFather in Telegram. This is the official bot that manages all Telegram bots. Start a conversation and send:
BotFather will ask for a display name and a username. The username must end in bot. Example: MyAIBrainBot.
BotFather will reply with your token — a string like 1234567890:ABC-DEF1234ghIkl-zyx57W2v1u123ew11. Store it immediately in your environment file:
Telegram pushes updates to your server URL in real time
Your bot repeatedly asks Telegram for new messages
The simplest architecture: a Next.js API route receives Telegram messages, passes them to Claude Code via the Anthropic API, and sends the response back.
Our managed agent packages include Telegram integration — webhook setup, Claude routing, security hardening, and a private bot configured to your workflow.