Settings
Routing defaults, broker connection, and API key access.
Connect OpenClaw
echo-infer/echo-privateBankr :private → fail closedAdd Echo Infer as an OpenAI-compatible provider, then point OpenClaw at one of these route models. Privacy routes use Bankr private inference directly and never downgrade to public or local-node routing.
API key access
Scoped keys let us give clients only the routes they need while keeping the legacy master key path intact for production compatibility. No raw key values are exposed here.
ECHO_INFER_API_KEYSECHO_INFER_REQUIRE_READ_API_KEY=1chat:writenodes:readproviders:readmodels:readruns:readGenerate scoped API key
Generate a browser-local key for a client or desktop install, choose the least-privilege scopes, then copy the JSON record into the broker `ECHO_INFER_API_KEYS` env var. The dashboard never sends the raw key anywhere.
Pick scopes and generate a key when you are ready to rotate or onboard a client. Use separate keys for desktop, node operators, and read-only dashboards.