Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONFIG_PATH | No | Path to the configuration file (optional) | |
| JAN_API_KEY | No | Your JAN API key (only if JAN requires authentication) | |
| OPENAI_API_KEY | No | Your OpenAI API key (only if you need GPT models) | |
| ANTHROPIC_API_KEY | No | Your Anthropic API key (only if you need Claude models) |
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 | |