{
  "id": "parallel",
  "activation": {
    "onStartup": false
  },
  "setup": {
    "providers": [
      {
        "id": "parallel",
        "envVars": [
          "PARALLEL_API_KEY"
        ]
      }
    ]
  },
  "uiHints": {
    "webSearch.apiKey": {
      "label": "Parallel API 密钥",
      "help": "Parallel Search API 密钥（可回退使用 PARALLEL_API_KEY 环境变量）。",
      "sensitive": true,
      "placeholder": "par-..."
    },
    "webSearch.baseUrl": {
      "label": "Parallel Search 基础 URL",
      "help": "可选的 Parallel API 基础 URL 覆盖值。当 URL 末尾不是 /v1/search 时，OpenClaw 会自动追加。"
    }
  },
  "contracts": {
    "webSearchProviders": [
      "parallel",
      "parallel-free"
    ]
  },
  "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"
          }
        }
      }
    }
  }
}
