Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | HTTP server host | 0.0.0.0 |
| PORT | No | HTTP server port | 3000 |
| NODE_ENV | No | Environment mode | development |
| GAMMA_API_KEY | Yes | Your Gamma API key (REQUIRED) | |
| GAMMA_API_BASE_URL | No | Gamma API base URL | https://public-api.gamma.app/v1.0 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |