Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DI_APIKEY | No | API key for authentication | |
| DI_CONTEXT | No | Context for URLs returned from tool responses (df, cpdaas for DI_ENV_MODE=SaaS; df, cpd for DI_ENV_MODE=CPD). url will be appended by query parameter accordingly. context=df in the url for example | df |
| DI_ENV_MODE | No | Environment mode (SaaS or CPD) | SaaS |
| DI_USERNAME | No | Username (required when using API key for CPD) | |
| DI_AUTH_TOKEN | No | Bearer token for alternative to API key | |
| LOG_FILE_PATH | No | Logs will be written here if provided. Mandatory for stdio mode | |
| DI_SERVICE_URL | No | Base URL for Watsonx Data Intelligence instance. Example: api.dataplatform.cloud.ibm.com for SaaS and cluster url for CPD | |
| REQUEST_TIMEOUT_S | No | HTTP request timeout in seconds | 60 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |