Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ENV | No | Environment setting - production or sandbox | sandbox |
TOOLS | No | Comma-separated list of modules to enable (pg, payouts, secureid) | pg,payouts,secureid |
PAYOUTS_APP_ID | No | Your Payouts client ID | |
PAYMENTS_APP_ID | No | Your Payment Gateway client ID | |
SECUREID_APP_ID | No | Your Secure ID client ID | |
PAYOUTS_APP_SECRET | No | Your Payouts client secret | |
PAYMENTS_APP_SECRET | No | Your Payment Gateway client secret | |
SECUREID_APP_SECRET | No | Your Secure ID client secret | |
TWO_FA_PUBLIC_KEY_PEM_PATH | No | Path to your 2FA public key (required only if 2FA is enabled) |
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 |