CLI
Send requests, list models, configure routing, and run the self-hosted gateway — all from the command line.
The CLI package is named openclaw for backward compatibility. It is the official BrainstormRouter CLI.
Send a chat completion request through the router with model selection, streaming, and full header output.
openclaw send "Explain TCP" \
--model auto \
--stream
List all available models across providers with health status and stats.
openclaw models
openclaw models --provider anthropic
openclaw models --format json
Start the self-hosted gateway server. Full routing, memory, and MCP in your infrastructure.
openclaw gateway --port 3000
openclaw gateway --watch
View and modify router configuration. Set model preferences, budget limits, and provider keys.
openclaw config set routing.default auto
openclaw config get budget
openclaw config list
The CLI includes the full BrainstormRouter gateway. Run it locally for development, or deploy it in your infrastructure for air-gapped environments.