Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Port for the HTTP server | 8000 |
NODE_ENV | No | Node environment setting | production |
LOG_LEVEL | No | Logging level configuration | info |
GHL_API_KEY | Yes | Your GoHighLevel Private Integrations API key (not regular API key) | |
CORS_ORIGINS | No | CORS origins configuration | * |
GHL_BASE_URL | No | The base URL for the GoHighLevel API | https://services.leadconnectorhq.com |
GHL_LOCATION_ID | Yes | Your GoHighLevel Location ID from Settings → Company → Locations |
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 |