docs(secrets): sync credential surface matrix

This commit is contained in:
Peter Steinberger
2026-03-28 20:59:11 +00:00
parent 887d7584d6
commit 6e0b67a2fd
2 changed files with 8 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ Scope intent:
- `tools.web.search.kimi.apiKey`
- `tools.web.search.perplexity.apiKey`
- `tools.web.x_search.apiKey`
- `tools.code_execution.apiKey`
- `gateway.auth.password`
- `gateway.auth.token`
- `gateway.remote.token`

View File

@@ -508,6 +508,13 @@
"secretShape": "secret_input",
"optIn": true
},
{
"id": "tools.code_execution.apiKey",
"configFile": "openclaw.json",
"path": "tools.code_execution.apiKey",
"secretShape": "secret_input",
"optIn": true
},
{
"id": "tools.web.fetch.firecrawl.apiKey",
"configFile": "openclaw.json",