Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Debug mode setting | true |
| FLASK_ENV | No | Flask environment setting | development |
| SECRET_KEY | No | Flask secret key | |
| USE_TESTNET | No | Development settings for testnet usage | true |
| OPENAI_API_KEY | Yes | Your Comput3 API key for AI features | |
| SOLANA_RPC_URL | No | Solana RPC URL (optional - uses public RPCs by default) | https://api.mainnet-beta.solana.com |
| POLYGON_RPC_URL | No | Polygon RPC URL (optional - uses public RPCs by default) | https://polygon-rpc.com |
| ETHEREUM_RPC_URL | No | Ethereum RPC URL (optional - uses public RPCs by default) | https://cloudflare-eth.com |
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 | |