Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_HOST | No | Server host address | 127.0.0.1 |
| API_PORT | No | Server port | 8000 |
| MODEL_NAME | No | OpenAI model to use | gpt-4o |
| OPENAI_API_KEY | Yes | OpenAI API key for LLM operations | |
| GRAPHQL_API_KEY | Yes | API key for your GraphQL service | |
| GRAPHQL_HEADERS | No | Custom headers as JSON (overrides auto-auth) | {} |
| RECURSION_LIMIT | No | Max recursion for agent workflow | 10 |
| GRAPHQL_ENDPOINT | Yes | GraphQL API endpoint URL | |
| GRAPHQL_AUTH_TYPE | No | Authentication method: bearer, apikey, or direct | bearer |
| MODEL_TEMPERATURE | No | Model temperature for responses | 0 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |