Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Development mode (set to 'true' for detailed logging) | development |
| CUSTOMER_API_HOST | Yes | The host URL for the customer API | |
| CUSTOMER_API_TOKEN | Yes | Your bearer token for API authentication |
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 |
|---|---|
| createCustomer | Create a new customer in the external API. Requires name, email, and phone. Supports optional fields like address, UTM parameters, and more. |