Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port the HTTP server should listen on (optional). | |
| NODE_ENV | No | The execution environment (e.g., production, development). | production |
| LOG_LEVEL | No | The level of detail for server logs, e.g., info, debug (optional). | |
| GHL_API_KEY | Yes | Your private integrations API key (NOT a regular API key). Obtain from Settings → Integrations → Private Integrations. | |
| CORS_ORIGINS | No | Allowed CORS origins for the HTTP server (optional). | |
| GHL_BASE_URL | Yes | The base URL for the GoHighLevel API services. | https://services.leadconnectorhq.com |
| GHL_LOCATION_ID | Yes | Your GoHighLevel Location ID. Obtain from Settings → Company → Locations. |
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 | |