Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| S3_BUCKET | No | AWS S3 bucket name | |
| S3_REGION | No | AWS S3 region (e.g., us-east-1) | |
| S3_ENDPOINT | No | Optional custom S3 endpoint URL | |
| GCLOUD_BUCKET | No | Google Cloud Storage bucket name | |
| UPLOAD_SERVICE | No | Default upload service to use (s3, cloudflare, or gcloud) | s3 |
| AWS_ACCESS_KEY_ID | No | AWS access key ID for S3 uploads | |
| GCLOUD_PROJECT_ID | No | Google Cloud project ID | |
| CLOUDFLARE_R2_BUCKET | No | Cloudflare R2 bucket name | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key for S3 uploads | |
| CLOUDFLARE_R2_ENDPOINT | No | Cloudflare R2 endpoint URL | |
| GCLOUD_CREDENTIALS_PATH | No | Path to Google Cloud credentials JSON file | |
| CLOUDFLARE_R2_ACCESS_KEY_ID | No | Cloudflare R2 access key ID | |
| CLOUDFLARE_R2_SECRET_ACCESS_KEY | No | Cloudflare R2 secret access key |
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 | |