Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERVER_HOST | No | Host address to bind the server | 0.0.0.0 |
| SERVER_PORT | No | Port to bind the server | 8000 |
| BITPANDA_API_KEY | No | API key for local development only (not recommended for production) | |
| BITPANDA_BASE_URL | Yes | Base URL for Bitpanda Public API (e.g., https://api.bitpanda.com/v1) |
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 | |