# Hermes Workspace — Environment Variables # # Copy this to .env and adjust as needed: # cp .env.example .env # ═══════════════════════════════════════════════════════════════ # REQUIRED for Docker Compose # The hermes-agent container needs an API key to function. # Get your key at: https://console.anthropic.com/settings/keys # ═══════════════════════════════════════════════════════════════ ANTHROPIC_API_KEY=your-api-key-here # ═══════════════════════════════════════════════════════════════ # Optional: Hermes Agent Connection # ═══════════════════════════════════════════════════════════════ # Hermes Agent WebAPI URL (default: http://127.0.0.1:8642) # - For Docker: Uses http://hermes-agent:8642 automatically # - For local dev: Set to http://127.0.0.1:8642 # HERMES_API_URL=http://127.0.0.1:8642 # Hermes Agent directory (auto-detected if sibling to workspace) # Set this if hermes-agent is installed elsewhere # HERMES_AGENT_PATH=/path/to/hermes-agent # Server port (default: 3002) # PORT=3002