Connect your agent to Telegram
Telegram is one of the fastest ways to run your agent on mobile. You only need a bot token and a quick test chat to confirm responses.
1
Create bot with BotFather
- Open Telegram and chat with @BotFather.
- Run
/newbotand follow prompts. - Copy the bot token BotFather returns.
2
Configure token in your agent
Add the token as TELEGRAM_BOT_TOKEN (or your connector's expected key), then restart the
integration.
3
Start and test the bot
- Open your bot by username and press Start.
- Send a test prompt (for example, "Summarize my top priorities today.").
- Confirm replies arrive promptly and formatting is readable.