Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONNECTWISE_API_URL | Yes | The base URL for all API requests to your ConnectWise instance | |
| CONNECTWISE_COMPANY_ID | Yes | Included in the 'clientId' header of each request to identify your company | |
| CONNECTWISE_PUBLIC_KEY | Yes | Used together with AUTH_PREFIX to create the basic authentication credentials | |
| CONNECTWISE_AUTH_PREFIX | Yes | Required prefix added before your public key in the authentication username (e.g., 'api+', 'integration+') | |
| CONNECTWISE_PRIVATE_KEY | Yes | Used as the password for authentication credentials |
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 | |