Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Configuration Reference

Akshi’s behavior is controlled by a layered configuration system. This section documents every configurable surface.

PageDescription
runtime.tomlFull field-by-field reference for the main runtime configuration file
Agent EntrySchema for [[agents]] entries including endpoints, spend policy, and sync settings
Route ProfileJSON schema for inference router model-selection profiles
Environment VariablesAll environment variables recognized by the runtime and installer

The runtime resolves configuration in this order (later wins):

  1. Compiled defaults
  2. runtime.toml (path set by -c / --config)
  3. Environment variables
  4. CLI flags