Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASE_URL | Yes | The base URL where the worker or application is deployed | |
| JWT_SECRET | Yes | Secret key used for signing JWT tokens for authentication | |
| DATABASE_URL | Yes | PostgreSQL connection string (e.g., postgresql://username:password@host:port/database) | |
| STRIPE_SECRET_KEY | No | Your Stripe secret API key for handling payments | |
| COOKIE_ENCRYPTION_KEY | Yes | A 32-character key used to encrypt browser cookies | |
| STRIPE_PRICE_ID_FOR_PREMIUM_MATH | No | The Stripe Price ID associated with the premium math tool |
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 | |