Configuration Reference
Akshi’s behavior is controlled by a layered configuration system. This section documents every configurable surface.
| Page | Description |
|---|---|
| runtime.toml | Full field-by-field reference for the main runtime configuration file |
| Agent Entry | Schema for [[agents]] entries including endpoints, spend policy, and sync settings |
| Route Profile | JSON schema for inference router model-selection profiles |
| Environment Variables | All environment variables recognized by the runtime and installer |
The runtime resolves configuration in this order (later wins):
- Compiled defaults
runtime.toml(path set by-c/--config)- Environment variables
- CLI flags