Environment Variables
Use environment variables to configure models, channels, and skills without editing JSON by hand.
Core Keys
export ANTHROPIC_API_KEY="your_key" export TAVILY_API_KEY="your_key"
Channels
export TELEGRAM_BOT_TOKEN="your_token" export DISCORD_BOT_TOKEN="your_token"