# aidaemon environment variables
# Copy this file to .env and uncomment the values you need.
# Referenced in config.toml using ${VAR_NAME} syntax.
# Only needed if not using OS keychain (e.g. Docker, headless server).
# LLM provider API key (provider.api_key)
# AIDAEMON_API_KEY=sk-...
# Telegram bot token (telegram.bot_token)
# TELOXIDE_TOKEN=123456:ABC-...
# Database encryption passphrase (state.encryption_key)
# AIDAEMON_ENCRYPTION_KEY=your-strong-passphrase
# Email trigger password (triggers.email.password)
# AIDAEMON_EMAIL_PASSWORD=app-password
# Brave search API key (search.api_key)
# AIDAEMON_SEARCH_API_KEY=BSA...