Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Port to run the server on | 3000 |
NODE_ENV | No | Node environment | development |
LOG_LEVEL | No | Logging level | info |
BREX_API_KEY | Yes | Your Brex API token | |
BREX_API_URL | No | The Brex API URL | https://platform.brexapis.com |
RATE_LIMIT_REQUESTS | No | Maximum number of requests allowed in the rate limit window | 1000 |
RATE_LIMIT_WINDOW_MS | No | Rate limit window in milliseconds | 60000 |
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 |