Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
WAYGATE_ENV | No | Environment mode (production/development) | production |
WAYGATE_API_KEY | Yes | API key for authentication (Generate with: uuidgen) | |
WAYGATE_LOG_LEVEL | No | Log level (DEBUG/INFO/WARNING/ERROR) | INFO |
WAYGATE_RATE_LIMIT | No | Requests per minute rate limit | 100 |
WAYGATE_SECRET_KEY | Yes | Secret key for security (Generate with: openssl rand -base64 32) | |
WAYGATE_CORS_ORIGINS | No | CORS allowed origins | ["https://yourdomain.com"] |
WAYGATE_MAX_REQUEST_SIZE | No | Maximum request size in bytes (10MB) | 10485760 |
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 |