Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port to run the server on | 3000 |
| NODE_ENV | No | Application environment | development |
| DUST_API_KEY | Yes | Your Dust API Key used by the tools to interact with the Dust API. | |
| DUST_AGENT_ID | Yes | Your Dust Agent ID used by the tools to interact with the Dust API. | |
| DUST_WORKSPACE_ID | Yes | Your Dust Workspace ID used by the tools to interact with the Dust API. | |
| DEFAULT_WORKSPACE_ID | No | Default workspace ID | default |
| WORKSPACE_DEFAULT_NAME | No | Display name for the default workspace | Default Workspace |
| WORKSPACE_DEFAULT_API_KEY | No | API key for the default workspace |
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 | |