Telegram
Connect Archon to Telegram so you can interact with your AI coding assistant from any Telegram client.
Prerequisites
Section titled “Prerequisites”- Archon server running (see Getting Started)
- A Telegram account
Create Telegram Bot
Section titled “Create Telegram Bot”- Message @BotFather on Telegram
- Send
/newbotand follow the prompts - Copy the bot token (format:
123456789:ABCdefGHIjklMNOpqrsTUVwxyz)
Set Environment Variable
Section titled “Set Environment Variable”TELEGRAM_BOT_TOKEN=123456789:ABCdefGHI...Configure User Whitelist (Optional)
Section titled “Configure User Whitelist (Optional)”To restrict bot access to specific users:
- Message @userinfobot on Telegram to get your user ID
- Add to environment:
TELEGRAM_ALLOWED_USER_IDS=123456789,987654321When set, only listed user IDs can interact with the bot. When empty/unset, the bot responds to all users.
Configure Streaming Mode (Optional)
Section titled “Configure Streaming Mode (Optional)”TELEGRAM_STREAMING_MODE=stream # stream (default) | batchFor streaming mode details, see Configuration.