Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port (auto-configured by Render) | 8000 |
| NODE_ENV | No | Node environment (production or development) | production |
| AUTH0_DOMAIN | Yes | Your Auth0 tenant domain (e.g., your-tenant.auth0.com) | |
| AUTH0_AUDIENCE | Yes | Your AWS API Gateway URL used as Auth0 API identifier | |
| AUTH0_CLIENT_ID | Yes | Your Auth0 client ID | |
| AUTH0_CLIENT_SECRET | Yes | Your Auth0 client secret | |
| AUTH0_ISSUER_BASE_URL | Yes | Your Auth0 issuer base URL (e.g., https://your-tenant.auth0.com) |
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 | |