# SRE Agent Environment Variables # Copy this file to .env and fill in your actual values # Anthropic API Key for Claude models ANTHROPIC_API_KEY=your_anthropic_api_key_here # Gateway Access Token (copy from gateway/.access_token) # This token is used to authenticate with the SRE Gateway GATEWAY_ACCESS_TOKEN=your_gateway_access_token_here # Optional: AWS credentials if using AWS Bedrock # AWS_PROFILE=your_aws_profile_name # AWS_DEFAULT_REGION=us-east-1 # Optional: Debug settings # DEBUG=true # LOG_LEVEL=INFO