Skip to content

Commit 368fd6d

Browse files
committed
docs: align auth section with the official Command Code docs
Link the documented API keys page and drop the undocumented key-prefix claim.
1 parent d524d8f commit 368fd6d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ openclaw plugins install --link ./command-code-plugin-openclaw
6868

6969
## Configure auth
7070

71-
Set the API key from [commandcode.ai Studio > API Keys](https://commandcode.ai/studio).
72-
Keys are strings starting with `user_`; treat them as secrets.
71+
Set the API key from [commandcode.ai Studio > API Keys](https://commandcode.ai/settings/keys);
72+
treat it as a secret. The same key authenticates both the Command Code CLI and
73+
the Provider API.
7374

7475
Pick one of these methods — the key must be resolvable **at inference time**
7576
through either the env var, an auth profile, or an explicit provider config:
@@ -217,4 +218,4 @@ AGENTS.md # agent-oriented project guide
217218

218219
## License
219220

220-
MIT
221+
This project is licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)