Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 5000 |
| DD_API_KEY | Yes | Your Datadog API key (required) | |
| DD_APPLICATION_KEY | Yes | Your Datadog application key (required) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_logs | Search Datadog logs with a query and time range |
| search_cloudbeds_pms | Search Cloudbeds PMS API for reservations with rate details |
| search_clickhouse | Query Clickhouse database (currently unimplemented) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |