Configuration

Configure how BitRouter selects models, applies policy, falls back, and records what happened.

1 min readEdit this page

Configuration defines how BitRouter handles a request. It connects the model surface your application calls to selection policy, fallback behavior, output constraints, and the evidence BitRouter records about the run.

Start with bitrouter.yaml, then add only the routing behavior your workflow needs.

Configure, run, inspect

Configuration documentation follows the same three-step path:

  1. Configure the intended behavior in bitrouter.yaml.
  2. Run requests through the local daemon or BitRouter Cloud.
  3. Inspect the effective route, outcome, usage, and traces rather than inferring behavior from saved configuration alone.

Use the CLI for exact commands, Code for an interactive ACP conversation, and Observability when you want execution evidence from the running router.

How is this guide?

On this page