Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for the server | 3000 |
| NODE_ENV | No | Environment mode (development, production, test) | |
| LOG_LEVEL | No | Logging level (info, debug, error, warn) | info |
| ONYX_API_KEY | Yes | Your AtherOS API key | |
| ONYX_API_BASE | Yes | Base URL for the AtherOS API (e.g., "http://172.30.22.52:3000") |
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 | |