Reference

The CLI

Osmium ships a command-line entry point for scripted and headless use. It talks to the local agent server, so the same models and workspace settings apply.

Commands

run
Run a single agent task against the workspace
autopilot
Queue background work
review
Inspect pending agent edits
models
List available models, local and cloud
sessions
List and resume prior sessions

Connecting

The CLI reads a URL and token for the local agent server. Both are shown in Settings → API Server inside the app.

export ZENCODER_URL=http://127.0.0.1:39277 && export ZENCODER_TOKEN=...