Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3000 |
| NODE_ENV | No | Environment (development/production) | |
| PRIVY_APP_ID | Yes | Your Privy app ID (from Privy dashboard) | |
| JWT_PUBLIC_KEY | Yes | Base64-encoded RSA public key for JWT signing | |
| BACKEND_API_URL | Yes | Your existing backend URL | |
| JWT_PRIVATE_KEY | Yes | Base64-encoded RSA private key for JWT signing | |
| SERVER_BASE_URL | Yes | Your server URL | |
| PRIVY_APP_SECRET | Yes | Your Privy app secret (from Privy dashboard) | |
| VITE_PRIVY_APP_ID | Yes | Privy app ID for frontend |
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 | |