CLI reference¶
The documented CLI workflow launches a coding agent through the native Rust server.
switchyard launch¶
Supported agents are claude, codex, and openclaw.
| Option | Purpose |
|---|---|
--model ID |
Required route ID from the deployment. |
--config PATH |
TOML deployment. Defaults to the packaged OpenRouter deployment. |
-- ... |
Arguments forwarded to the coding agent. |
Custom deployment syntax is documented in crates/switchyard-server/README.md.