Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEYS | No | Comma-separated list of API keys for service-to-service authentication (e.g., key1,key2,key3) | |
| OKTA_DOMAIN | No | Your Okta domain (e.g., your-domain.okta.com) (required when using Okta OAuth) | |
| OAUTH_ENABLED | No | Enable OAuth 2.0 authentication. Set to 'true' for production with auth, 'false' for development without auth. | false |
| OAUTH_PROVIDER | No | OAuth provider to use. Options: 'google' or 'okta' | |
| OKTA_CLIENT_ID | No | Your Okta OAuth client ID (required when using Okta OAuth) | |
| GOOGLE_CLIENT_ID | No | Your Google OAuth client ID (required when using Google OAuth) | |
| OKTA_CLIENT_SECRET | No | Your Okta OAuth client secret (required when using Okta OAuth) | |
| GOOGLE_CLIENT_SECRET | No | Your Google OAuth client secret (required when using Google OAuth) |
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 | |