Command reference
oko-cli agent
Runs one supported coding agent through Oko’s authenticated local Stado proxy.
Invocation
oko-cli agent {claude|codex|kimi} <prompt> [--route-url STADO_URL]Inputs and options
- Required provider: claude, codex, or kimi.
- Required prompt text.
- --route-url overrides STADO_MODEL_ROUTER_URL.
Output and state effect
- Starts a loopback proxy, streams agent events to stdout, then stops the proxy.
Refusals and safe exits
- Refuses an unknown agent, a missing/unsafe router URL, missing router credentials, or a missing/non-executable immutable proxy helper.