{
  "id": "exa",
  "activation": {
    "onStartup": false
  },
  "providerAuthEnvVars": {
    "exa": [
      "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"
          }
        }
      }
    }
  }
}
