Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TANSS_BASE_URL | Yes | The base URL of your TANSS instance (e.g., https://your-tanss-instance.com/backend/) | |
| TANSS_PASSWORD | No | Your TANSS password (optional, for login-based authentication) | |
| TANSS_USERNAME | No | Your TANSS username (optional, for login-based authentication) | |
| TANSS_API_TOKEN | Yes | Your main TANSS API token for authentication | |
| TANSS_ERP_API_TOKEN | No | Optional role-specific token for ERP operations | |
| TANSS_PHONE_API_TOKEN | No | Optional role-specific token for phone operations | |
| TANSS_TIMESTAMP_API_TOKEN | No | Optional role-specific token for timestamp operations | |
| TANSS_MONITORING_API_TOKEN | No | Optional role-specific token for monitoring operations | |
| TANSS_REMOTE_SUPPORT_API_TOKEN | No | Optional role-specific token for remote support operations | |
| TANSS_DEVICE_MANAGEMENT_API_TOKEN | No | Optional role-specific token for device management operations |
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 | |