Lucid agents can communicate through multiple messaging channels. Channel configuration happens during the launch wizard or via environment variables.Documentation Index
Fetch the complete documentation index at: https://docs.lucid.foundation/llms.txt
Use this file to discover all available pages before exploring further.
Supported Channels
| Channel | Setup Method | Requirements |
|---|---|---|
| Telegram | Managed Lucid bot or BYO token | Bot token from BotFather |
| Discord | BYO bot token | Discord bot token + guild ID |
| Slack | BYO bot token | Slack bot token |
| HTTP | Built-in | No additional setup |
Configuring Channels at Launch
Interactive Wizard (Path D)
When launching from the marketplace catalog, the wizard guides you through channel setup:- Telegram: Use managed Lucid bot, bring your own bot token, or skip
- Discord: Provide your Discord bot token or skip
- Slack: Provide your Slack bot token or skip
Pre-filled Setup (CI Mode)
Skip the interactive prompts by passing environment variables directly:Telegram Integration
Lucid provides a deep Telegram integration with its own bot infrastructure.Managed Lucid Bot
The simplest option — your agent runs behind Lucid’s Telegram bot. Users interact via commands:| Command | Description |
|---|---|
/launch [slug] | Deploy an agent interactively |
/start <passport_id> | Connect chat to an existing agent |
/status | Check agent status |
/list | List your agents |
Bring Your Own Bot
Provide your own Telegram bot token for full branding control:/v1/webhooks/telegram to your agent.
Web-to-Telegram Linking
Users who sign up on the web dashboard can link their Telegram account:- Dashboard shows “Connect Telegram” button
- Generates a deep link:
t.me/bot?start=link_TOKEN - User opens link in Telegram
- Bot consumes the token and links the accounts
.png?fit=max&auto=format&n=VsjUqn6fLqEhBiuI&q=85&s=8b4c7e6431e9a6af1ef23b77bb4ff5fd)
.png?fit=max&auto=format&n=VsjUqn6fLqEhBiuI&q=85&s=d5651a45e4bfbabc33f74e146af3f94a)