Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OPENAI_API_KEY | No | OpenAI API key for enhanced NLP | |
ZAPMAIL_API_KEY | Yes | Your Zapmail API key | |
ZAPMAIL_LOG_LEVEL | No | Logging level (DEBUG/INFO/WARN/ERROR) | INFO |
ZAPMAIL_TIMEOUT_MS | No | Request timeout in milliseconds | 30000 |
ZAPMAIL_MAX_RETRIES | No | Maximum retry attempts | 3 |
ZAPMAIL_ENABLE_CACHE | No | Enable response caching | true |
ZAPMAIL_WORKSPACE_KEY | No | Default workspace ID | |
ZAPMAIL_ENABLE_METRICS | No | Enable performance metrics | true |
ZAPMAIL_RATE_LIMIT_DELAY | No | Rate limiting delay in ms | 1000 |
ZAPMAIL_SERVICE_PROVIDER | No | Email provider (GOOGLE/MICROSOFT) |
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 |