Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | Yes | The host URL for your TailorKit API | |
| ACCESS_TOKEN | Yes | Your TailorKit API access token for 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 |
|---|---|
| get_list_templates | Get list templates with shop domain |
| get_detail_template | Get detail template with template id and shop domain |
| create_template | Create a new template with shop domain |
| get_list_layers_of_template | Get list layers of template with template id and shop domain |