Documentation Index
Fetch the complete documentation index at: https://mintlify.com/zhcndoc/openclaw/llms.txt
Use this file to discover all available pages before exploring further.
Powered by Mintlify
Auto-generate your docs
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/zhcndoc/openclaw/llms.txt
Use this file to discover all available pages before exploring further.
openclaw configopenclaw config file
openclaw config get browser.executablePath
openclaw config set browser.executablePath "/usr/bin/google-chrome"
openclaw config set agents.defaults.heartbeat.every "2h"
openclaw config unset tools.web.search.apiKey
openclaw config validate
openclaw config get agents.defaults.workspace
openclaw config get agents.list[0].id
openclaw config set agents.list[1].tools.exec.node "node-id-or-name"
openclaw config set agents.defaults.heartbeat.every "0m"
openclaw config set gateway.port 19001 --strict-json
openclaw config set channels.whatsapp.groups '["*"]' --strict-json
config fileopenclaw config file
config get <path>openclaw config get gateway.port
openclaw config get agents.list[0].id
config set <path> <value>openclaw config set gateway.port 19001
openclaw config set agents.defaults.model.primary "opus"
config unset <path>openclaw config unset tools.web.search.apiKey
config validateopenclaw config validate
openclaw config validate --json