Skip to content

Telegram

Connect Archon to Telegram so you can interact with your AI coding assistant from any Telegram client.

  1. Message @BotFather on Telegram
  2. Send /newbot and follow the prompts
  3. Copy the bot token (format: 123456789:ABCdefGHIjklMNOpqrsTUVwxyz)
TELEGRAM_BOT_TOKEN=123456789:ABCdefGHI...

To restrict bot access to specific users:

  1. Message @userinfobot on Telegram to get your user ID
  2. Add to environment:
TELEGRAM_ALLOWED_USER_IDS=123456789,987654321

When set, only listed user IDs can interact with the bot. When empty/unset, the bot responds to all users.

TELEGRAM_STREAMING_MODE=stream # stream (default) | batch

For streaming mode details, see Configuration.