Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 8080 |
| CORS_ORIGINS | No | CORS origins configuration | |
| JWT_SECRET_KEY | No | JWT secret key for authentication | |
| CEQUENCE_API_KEY | No | Cequence API key for analytics (optional) | |
| DESCOPE_DEMO_MODE | No | Set true for local testing without full auth | |
| DESCOPE_ACCESS_KEY | No | Descope access key for authentication (optional for local/dev) | |
| DESCOPE_PROJECT_ID | No | Descope project ID for authentication (optional for local/dev) | |
| CEQUENCE_GATEWAY_ID | No | Cequence gateway ID for analytics (optional) | |
| RATE_LIMIT_REQUESTS | No | Rate limit for requests | |
| DESCOPE_MANAGEMENT_KEY | No | Descope management key for authentication (optional for local/dev) |
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 | |