Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | false |
| API_HOST | No | The host for the API server | 0.0.0.0 |
| API_PORT | No | The port for the API server | 8000 |
| N8N_API_KEY | Yes | Your n8n API key | |
| N8N_BASE_URL | No | The base URL for the n8n API | http://localhost:5678/api/v1 |
| N8N_DATA_DIR | No | The n8n data directory | ~/.n8n |
| N8N_EDITOR_URL | No | The URL for the n8n editor | http://localhost:5678 |
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 | |