# Anthropic API Configuration
# Get your API key from: https://console.anthropic.com/
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Miro API Configuration
# Get your client credentials from: https://developers.miro.com/
MIRO_ACCESS_TOKEN=your_miro_access_token_here
# GitHub API Configuration (Optional)
# For enhanced repository analysis features
# Get your personal access token from: https://github.com/settings/tokens
# Required scope: repo
GITHUB_TOKEN=your_github_personal_access_token_here