From 1ea7fe745fc5cd455733af10d2e8a46a4cc45eb3 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 23 Feb 2026 12:31:08 -0500 Subject: [PATCH] Cohere: update docs/cli/onboard.md --- docs/cli/onboard.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/cli/onboard.md b/docs/cli/onboard.md index 83aeaeaf3be..86d74236dca 100644 --- a/docs/cli/onboard.md +++ b/docs/cli/onboard.md @@ -64,6 +64,14 @@ openclaw onboard --non-interactive \ --mistral-api-key "$MISTRAL_API_KEY" ``` +Non-interactive Cohere example: + +```bash +openclaw onboard --non-interactive \ + --auth-choice cohere-api-key \ + --cohere-api-key "$COHERE_API_KEY" +``` + Flow notes: - `quickstart`: minimal prompts, auto-generates a gateway token.