diff --git a/src/secrets/target-registry-data.ts b/src/secrets/target-registry-data.ts index 6186a85d610..5dbb9025210 100644 --- a/src/secrets/target-registry-data.ts +++ b/src/secrets/target-registry-data.ts @@ -714,6 +714,17 @@ const SECRET_TARGET_REGISTRY: SecretTargetRegistryEntry[] = [ includeInConfigure: true, includeInAudit: true, }, + { + id: "tools.web.x_search.apiKey", + targetType: "tools.web.x_search.apiKey", + configFile: "openclaw.json", + pathPattern: "tools.web.x_search.apiKey", + secretShape: SECRET_INPUT_SHAPE, + expectedResolvedValue: "string", + includeInPlan: true, + includeInConfigure: true, + includeInAudit: true, + }, { id: "plugins.entries.brave.config.webSearch.apiKey", targetType: "plugins.entries.brave.config.webSearch.apiKey",