Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AI_CHAT_KEY | Yes | API key for the AI chat provider (e.g., OPENAI_KEY, PYROPROMPTS_KEY, PERPLEXITY_KEY) | |
| AI_CHAT_NAME | Yes | Name of the AI chat provider (e.g., OpenAI, PyroPrompts, Perplexity) | |
| AI_CHAT_MODEL | Yes | Model to use for the AI chat (e.g., gpt-4o, ash, llama-3.1-sonar-small-128k-online) | |
| AI_CHAT_BASE_URL | Yes | Base URL for the AI chat provider API (e.g., https://api.openai.com/v1, https://api.pyroprompts.com/openaiv1, https://api.perplexity.ai) |
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 |
|---|---|
| chat-with-openai | Text chat with OpenAI |