# ============================================================================= # Aetheel Secrets (.env) # ============================================================================= # This file holds SECRETS ONLY (tokens, passwords, API keys). # All other configuration lives in ~/.aetheel/config.json. # # Copy this file to .env and fill in your values. # --- Slack Tokens ------------------------------------------------------------ SLACK_BOT_TOKEN=xoxb-your-bot-token-here SLACK_APP_TOKEN=xapp-your-app-token-here # --- Telegram Bot Token (optional) ------------------------------------------- # TELEGRAM_BOT_TOKEN=your-telegram-bot-token-here # --- Discord Bot Token (optional) -------------------------------------------- # DISCORD_BOT_TOKEN=your-discord-bot-token-here # --- OpenCode Server Password (optional, SDK mode only) ---------------------- # OPENCODE_SERVER_PASSWORD=your-server-password # --- Anthropic API Key (optional, for Claude Code runtime) ------------------- # ANTHROPIC_API_KEY=sk-ant-...