Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EURI_API_KEY | No | Your Euron AI API key (primary LLM provider) | |
| GEMINI_API_KEY | No | Your Gemini API key (fallback 2 LLM provider) | |
| DEEPSEEK_API_KEY | No | Your Deepseek API key (fallback 1 LLM provider) | |
| GOOGLE_CLIENT_ID | Yes | Your Google OAuth 2.0 client ID from Google Cloud Console | |
| ANTHROPIC_API_KEY | No | Your Claude/Anthropic API key (fallback 3 LLM provider) | |
| GOOGLE_REDIRECT_URI | No | OAuth redirect URI for Google authentication | http://localhost:8080 |
| GOOGLE_CLIENT_SECRET | Yes | Your Google OAuth 2.0 client secret from Google Cloud Console | |
| EMAIL_SUMMARY_RECIPIENT | Yes | Your email address to receive automated summaries |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |