OpenClaw supports MiniMax as aDocumentation Index
Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt
Use this file to discover all available pages before exploring further.
web_search provider through the MiniMax
Token Plan search API. It returns structured search results with titles, URLs,
snippets, and related queries.
Get a Token Plan credential
Create a key
Create or copy a MiniMax Token Plan key from
MiniMax Platform.
OAuth setups can reuse
MINIMAX_OAUTH_TOKEN instead.MINIMAX_CODING_API_KEY, MINIMAX_OAUTH_TOKEN, and
MINIMAX_API_KEY as env aliases. MINIMAX_API_KEY should point at a
search-enabled Token Plan credential; ordinary MiniMax model API keys may not
be accepted by the Token Plan search endpoint.
Config
MINIMAX_CODE_PLAN_KEY, MINIMAX_CODING_API_KEY,
MINIMAX_OAUTH_TOKEN, or MINIMAX_API_KEY in the Gateway environment.
For a gateway install, put it in ~/.openclaw/.env.
Region selection
MiniMax Search uses these endpoints:- Global:
https://api.minimax.io/v1/coding_plan/search - CN:
https://api.minimaxi.com/v1/coding_plan/search
plugins.entries.minimax.config.webSearch.region is unset, OpenClaw resolves
the region in this order:
tools.web.search.minimax.region/ plugin-ownedwebSearch.regionMINIMAX_API_HOSTmodels.providers.minimax.baseUrlmodels.providers.minimax-portal.baseUrl
MINIMAX_API_HOST=https://api.minimaxi.com/...
automatically keeps MiniMax Search on the CN host too.
Even when you authenticated MiniMax through the OAuth minimax-portal path,
web search still registers as provider id minimax; the OAuth provider base URL
is used as a region hint for CN/global host selection, and MINIMAX_OAUTH_TOKEN
can satisfy the MiniMax Search bearer credential.
Supported parameters
| Parameter | Type | Constraints | Description |
|---|---|---|---|
query | string | required | Search query string. |
count | integer | 1-10 | Number of results to return. OpenClaw trims the returned list to this size. |
Related
- Web Search overview — all providers and auto-detection
- MiniMax — model, image, speech, and auth setup