UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

60 lines (59 loc) 1.19 kB
{ "id": "exa", "activation": { "onStartup": false }, "setup": { "providers": [ { "id": "exa", "envVars": [ "EXA_API_KEY" ] } ] }, "uiHints": { "webSearch.apiKey": { "label": "Exa API Key", "help": "Exa Search API key (fallback: EXA_API_KEY env var).", "sensitive": true, "placeholder": "exa-..." }, "webSearch.baseUrl": { "label": "Exa Search Base URL", "help": "Optional Exa Search API base URL override. OpenClaw appends /search when the URL does not already end there." } }, "contracts": { "webSearchProviders": [ "exa" ] }, "configContracts": { "compatibilityRuntimePaths": [ "tools.web.search.apiKey" ] }, "configSchema": { "type": "object", "additionalProperties": false, "properties": { "webSearch": { "type": "object", "additionalProperties": false, "properties": { "apiKey": { "type": [ "string", "object" ] }, "baseUrl": { "type": "string" } } } } } }