Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Environment (e.g., development, production) | |
| AWS_REGION | No | AWS region for DynamoDB and Secrets Manager | us-east-1 |
| DEBUG_MODE | No | Set to 'true' to enable detailed logging for troubleshooting | |
| SKIP_CACHE | No | Set to 'true' to skip caching entirely (useful for local testing) | |
| SIGMA_BASE_URL | No | Sigma API endpoint URL | https://api.sigmacomputing.com |
| API_GATEWAY_URL | No | The URL for the deployed API Gateway endpoint when using the server as a remote proxy | |
| SIGMA_CLIENT_ID | No | Sigma API client ID | |
| CACHE_TABLE_NAME | No | DynamoDB table name for document caching | sigma-documents-cache |
| SIGMA_CLIENT_SECRET | No | Sigma API client secret |
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 | |