File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7475Pick one of these methods — the key must be resolvable ** at inference time**
7576through 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 ) .
You can’t perform that action at this time.
0 commit comments