~/.openclaw/openclaw.json. If the file is missing, OpenClaw uses safe defaults.
The active config path must be a regular file. OpenClaw-owned writes replace it atomically (rename onto the path), so a symlinked openclaw.json gets its target replaced rather than written through - avoid symlinked config layouts. If you keep config outside the default state directory, point OPENCLAW_CONFIG_PATH directly at the real file.
Common reasons to add a config:
- Connect channels and control who can message the bot
- Set models, tools, sandboxing, or automation (cron, hooks)
- Tune sessions, media, networking, or UI
agents.defaults holds agent-loop behavior. Entries under agents.entries may override either bucket where the schema supports a per-agent override.
Agents and automation should use config.schema.lookup for exact field-level
docs before editing config. Use this page for task-oriented guidance and
Configuration reference for the broader
field map and defaults.
Minimal config
Editing config
- Interactive wizard
- CLI (one-liners)
- Control UI
- Direct edit
Strict validation
openclaw config schema prints the canonical JSON Schema used by Control UI
and validation. config.schema.lookup fetches a single path-scoped node plus
child summaries for drill-down tooling. Field title/description docs metadata
carries through nested objects, wildcard (*), array-item ([]), and anyOf/
oneOf/allOf branches. Runtime plugin and channel schemas merge in when the
manifest registry is loaded.
Every config leaf has a common or advanced presentation tier in uiHints.
advanced: false marks common settings and advanced: true marks advanced
settings. A leaf inherits the nearest ancestor tier when it has no direct hint;
paths with no declared ancestor default to advanced. This affects presentation
only, not validation, defaults, reload behavior, or whether the key can be set.
Startup migration uses the same deterministic, prompt-free transforms as openclaw doctor --fix and writes only when the entire migrated config validates, including plugins. The previous config stays in the .bak ring. Configs using $include, Nix-managed configs, and configs written by a newer OpenClaw version are not automatically migrated. See Legacy config key migrations for the conditions and fallback.
When validation still fails:
- The Gateway does not boot
- Only diagnostic commands work (
openclaw doctor,openclaw logs,openclaw health,openclaw status) - Run
openclaw doctorto see exact issues - Run
openclaw doctor --fix(--repairis the same flag;--yesskips prompts) to apply repairs
openclaw doctor --fix
does. If openclaw.json remains invalid after eligible startup migrations (including
plugin-local validation), Gateway startup fails. An invalid hot reload is skipped and
the current runtime keeps the last accepted config. A rejected write is also saved as
<path>.rejected.<timestamp> for inspection.
The Gateway blocks writes that look like accidental clobbers - dropping the effective
gateway.mode or shrinking the file by more than half - unless the write explicitly
allows destructive changes. Mode checks resolve $include and environment references
first. Missing meta is recorded as a write anomaly. Promotion to last-known-good is
skipped when a candidate contains a redacted secret placeholder such as *** or [redacted].
Common tasks
Set up a channel (WhatsApp, Telegram, Discord, etc.)
Set up a channel (WhatsApp, Telegram, Discord, etc.)
Each channel has its own config section under
channels.<provider>. See the dedicated channel page for setup steps:- Discord -
channels.discord - Feishu -
channels.feishu - Google Chat -
channels.googlechat - iMessage -
channels.imessage - Mattermost -
channels.mattermost - Microsoft Teams -
channels.msteams - Signal -
channels.signal - Slack -
channels.slack - Telegram -
channels.telegram - WhatsApp -
channels.whatsapp
Choose and configure models
Choose and configure models
Set the primary model and optional fallbacks:
agents.defaults.modelsstores aliases and per-model settings; adding an entry never restricts/modelor--modeloverrides.agents.defaults.modelPolicy.allowis the explicit allowlist for overrides and model pickers. It accepts exact refs andprovider/*wildcards; omit it or use[]to allow any model.- Model refs use
provider/modelformat (e.g.anthropic/claude-opus-4-6). agents.defaults.imageMaxDimensionPxcontrols transcript/tool image downscaling (default1200); lower values usually reduce vision-token usage on screenshot-heavy runs.- See Models CLI for switching models in chat and Model Failover for auth rotation and fallback behavior.
- For custom/self-hosted providers, see Custom providers in the reference.
Control who can message the bot
Control who can message the bot
DM access is controlled per channel via
dmPolicy (default "pairing"):"pairing": unknown senders get a one-time pairing code to approve"allowlist": only senders inallowFrom(or the paired allow store)"open": allow all inbound DMs (requiresallowFrom: ["*"])"disabled": ignore all DMs
groupPolicy ("allowlist" | "open" | "disabled") plus groupAllowFrom or channel-specific allowlists.See the full reference for per-channel details.Set up group chat mention gating
Set up group chat mention gating
Group messages default to require mention. Configure trigger patterns per agent. Normal group/channel replies post automatically; opt into the message-tool path for shared rooms where the agent should decide when to speak:
- Metadata mentions: native @-mentions (WhatsApp tap-to-mention, Telegram @bot, etc.)
- Text patterns: safe regex patterns in
mentionPatterns - Visible replies:
messages.visibleRepliescan require message-tool sends globally;messages.groupChat.visibleRepliesoverrides that for groups/channels. - See full reference for visible reply modes, per-channel overrides, and self-chat mode.
Restrict skills per agent
Restrict skills per agent
Use
agents.defaults.skills for a shared baseline, then override specific
agents with agents.entries.*.skills:- Omit
agents.defaults.skillsfor unrestricted skills by default. - Omit
agents.entries.*.skillsto inherit the defaults. - Set
agents.entries.*.skills: []for no skills. - See Skills, Skills config, and the Configuration Reference.
Configure per-channel health monitoring
Configure per-channel health monitoring
Disable or enable automatic health restarts for a channel or account:
- Use
channels.<provider>.healthMonitor.enabledorchannels.<provider>.accounts.<id>.healthMonitor.enabledto control auto-restarts for one channel or account. - See Health Checks for operational debugging and the full reference for all fields.
Configure sessions and resets
Configure sessions and resets
Sessions control conversation continuity and isolation:
dmScope:main(shared) |per-peer|per-channel-peer|per-account-channel-peerthreadBindings: global defaults for thread-bound session routing. Spawn withsessions_spawn({ thread: true })or/acp spawn --thread auto. Use/session unbind,/agents,/session idle, and/session max-ageto detach, list, and tune bindings (Discord binds threads, Telegram binds topics/conversations).- See Session Management for scoping, identity links, and send policy.
- See full reference for all fields.
Enable sandboxing
Enable sandboxing
Run agent sessions in isolated sandbox runtimes:Build the image first - from a source checkout run
scripts/sandbox-setup.sh, or from an npm install see the inline docker build command in Sandboxing § Images and setup.See Sandboxing for the full guide and full reference for all options.Enable relay-backed push for official iOS builds
Enable relay-backed push for official iOS builds
Relay-backed push for public App Store builds uses the hosted OpenClaw relay: CLI equivalent:What this does:
https://ios-push-relay.openclaw.ai.Custom relay deployments require a deliberately separate iOS build/deployment path whose relay URL matches the gateway relay URL. If you are using a custom relay build, set this in gateway config:- Lets the gateway send
push.test, wake nudges, and reconnect wakes through the external relay. - Uses a registration-scoped send grant forwarded by the paired iOS app. The gateway does not need a deployment-wide relay token.
- Binds each relay-backed registration to the gateway identity that the iOS app paired with, so another gateway cannot reuse the stored registration.
- Keeps local/manual iOS builds on direct APNs. Relay-backed sends apply only to official distributed builds that registered through the relay.
- Must match the relay base URL baked into the iOS build, so registration and send traffic reach the same relay deployment.
- Install the official iOS app.
- Optional: configure
gateway.push.apns.relay.baseUrlon the gateway only when using a deliberately separate custom relay build. - Pair the iOS app to the gateway and let both node and operator sessions connect.
- The iOS app fetches the gateway identity, registers with the relay using App Attest plus the app receipt, and then publishes the relay-backed
push.apns.registerpayload to the paired gateway. - The gateway stores the relay handle and send grant, then uses them for
push.test, wake nudges, and reconnect wakes.
- If you switch the iOS app to a different gateway, reconnect the app so it can publish a new relay registration bound to that gateway.
- If you ship a new iOS build that points at a different relay deployment, the app refreshes its cached relay registration instead of reusing the old relay origin.
OPENCLAW_APNS_RELAY_BASE_URLandOPENCLAW_APNS_RELAY_TIMEOUT_MSstill work as temporary env overrides.- Custom gateway relay URLs must match the relay base URL baked into the iOS build; the public App Store release lane rejects custom iOS relay URL overrides.
OPENCLAW_APNS_RELAY_ALLOW_HTTP=trueremains a loopback-only development escape hatch; do not persist HTTP relay URLs in config.
Set up heartbeat (periodic check-ins)
Set up heartbeat (periodic check-ins)
every: duration string (30m,2h). Set0mto disable recurring cadence; targeted event-driven wakes can still run one agent turn. Default:30m.target:owner(default operator DM) |last(latest conversation, including groups) |none(internal only) |<channel-id>directPolicy:allow(default) orblockfor DM-style heartbeat targets- See Heartbeat for the full guide.
Configure cron jobs
Configure cron jobs
sessionRetention: prune completed isolated run sessions from SQLite session rows (default24h; setfalseor a zero duration such as"0h"to disable).- Terminal run history is retained for 7 days (
lostrows for 24 hours), with the newest 2000 rows per job and history class enforced as an additional ceiling. - See Cron jobs for feature overview and CLI examples.
Set up webhooks (hooks)
Set up webhooks (hooks)
Enable HTTP webhook endpoints on the Gateway:Security note:
- Treat all hook/webhook payload content as untrusted input.
- Use a dedicated
hooks.token; do not reuse active Gateway auth secrets (gateway.auth.token/OPENCLAW_GATEWAY_TOKENorgateway.auth.password/OPENCLAW_GATEWAY_PASSWORD). - Hook auth is header-only (
Authorization: Bearer ...orx-openclaw-token); query-string tokens are rejected. hooks.pathcannot be/; keep webhook ingress on a dedicated subpath such as/hooks.- Keep unsafe-content bypass flags disabled (
hooks.gmail.allowUnsafeExternalContent,hooks.mappings[].allowUnsafeExternalContent) unless doing tightly scoped debugging. - If you enable
hooks.allowRequestSessionKey, also sethooks.allowedSessionKeyPrefixesto bound caller-selected session keys. - Keep hook sessions isolated unless durable context is intentional. Direct persistent hooks require an explicit, prefix-bounded request
sessionKey; mapped persistent hooks require a stable mapping key orhooks.defaultSessionKey. - For hook-driven agents, prefer strong modern model tiers and strict tool policy (for example messaging-only plus sandboxing where possible).
Configure multi-agent routing
Configure multi-agent routing
Run multiple isolated agents with separate workspaces and sessions:See Multi-Agent and full reference for binding rules and per-agent access profiles.
Split config into multiple files ($include)
Split config into multiple files ($include)
Use
$include to organize large configs:- Single file: replaces the containing object
- Array of files: deep-merged in order (later wins), up to 10 nested levels deep
- Sibling keys: merged after includes (override included values)
- Relative paths: resolved relative to the including file
- Path format: include paths must not contain null bytes and must be strictly shorter than 4096 characters before and after resolution
- OpenClaw-owned writes: when a write changes only one top-level section
backed by a single-file include such as
plugins: { $include: "./plugins.json5" }, OpenClaw updates that included file and leavesopenclaw.jsonintact - Unsupported write-through: root includes, include arrays, and includes with sibling overrides fail closed for OpenClaw-owned writes instead of flattening the config
- Confinement:
$includepaths must resolve under the directory holdingopenclaw.json. To share a tree across machines or users, setOPENCLAW_INCLUDE_ROOTSto a path-list (:on POSIX,;on Windows) of additional directories that includes may reference. Symlinks are resolved and re-checked, so a path that lexically lives in a config dir but whose real target escapes every allowed root is still rejected. - Error handling: clear errors for missing files, parse errors, circular includes, invalid path format, and excessive length
Config hot reload
The Gateway watches~/.openclaw/openclaw.json and applies changes automatically - no manual restart needed for most settings.
Direct file edits are treated as untrusted until they validate. The watcher waits
for editor temp-write/rename churn to settle, reads the final file, and rejects
invalid external edits without rewriting openclaw.json. OpenClaw-owned config
writes use the same schema gate before writing (see Strict validation
for the clobber/rollback rules that apply to every write).
If you see config reload skipped (invalid config) or startup reports Invalid config, inspect the config, run openclaw config validate, then run openclaw doctor --fix for repair. See Gateway troubleshooting
for the checklist.
A live change that selects a workspace with retired setup state is also rejected,
with an openclaw doctor --fix hint. The Gateway keeps its last-good runtime.
Gateway-managed writes, including config.set, reject the candidate before
persistence; hand edits and writes from a separate CLI process can remain on disk
even though the watcher refuses to activate them. Stop the Gateway and, if the
write was rejected before persistence, save the intended workspace path while
it is stopped. Then run openclaw doctor --fix and restart.
Reload never migrates workspace state.
Reload modes
hot and restart modes are retired; openclaw doctor --fix maps both to hybrid. Reload debounce is no longer configurable and runs behind a built-in default.
What hot-applies vs what needs a restart
Most fields hot-apply without downtime; some hot-applied sections restart just that subsystem (channel, cron, heartbeat) rather than the whole Gateway. Inhybrid mode, Gateway-restart-required changes are handled automatically.
By default, changing agents.defaults.mediaMaxMb restarts channel runtimes so their inherited
attachment limits take effect together. Automatic reloads preserve manually
stopped accounts; use an explicit channel start to resume those accounts.
Model runtime selection keeps your authored settings separate from catalog defaults.
Hot reload and secrets reload preserve that distinction: catalog compatibility
metadata does not become a custom request override that switches a native runtime
back to OpenClaw.
Changes to
channels.defaults, channels.modelByChannel, commands,
accessGroups, tts, surfaces, acp.stream, and diagnostics.flags refresh
loaded channel runtimes that capture those policies. Manually stopped accounts
stay stopped, and the Gateway keeps running.
Inbound debounce settings apply at the
next inbound admission without reconnecting supported channels.
messages.ackReactionScope applies to subsequent turns without reconnecting
Discord, Matrix, Signal, Slack, Telegram, or WhatsApp. Other channel plugins
refresh unless they declare that they read the policy live. Per-channel and
per-account overrides still take precedence; admitted turns retain their policy.
diagnostics.enabled updates diagnostic dispatch and heartbeat ownership live.
With diagnostics-otel loaded, diagnostics.otel restarts only its exporter service,
flushing the old generation before starting the new one. Externally preloaded
OpenTelemetry providers retain their transport and shutdown ownership.
Operation settings apply at their next use; they do not restart in-flight runs
or recreate provisioned workers. Approval expiry changes affect newly issued
grants. Attachment retention changes apply on the next cleanup sweep, including
files already older than the new limit.
Update and telemetry settings apply at the next scheduled check. A pending
automatic-update countdown rechecks enablement and channel selection before
starting; an update already applying keeps its admitted target. Changing these
settings does not force an update. Telemetry consent is read again before the
next update-check request.
Internal-hook changes prepare a complete replacement before publishing it. A
load failure keeps the previous handlers; events already running finish with
their original handlers. Workspace changes reload directory hooks from the
newly selected workspace. Reload does not replay gateway:startup.
Under gateway.controlUi, the enabled, environment, github,
sessionObserver, embedSandbox, allowExternalEmbedUrls, and
automaticallyFetchFavicons settings hot-apply. Reload open Control UI pages to
pick up the environment label, CLI agent picker, embed preferences, and favicon
display preference; the Gateway process keeps running. allowedOrigins and
dangerouslyAllowHostHeaderOriginFallback also hot-apply: pending handshakes
recheck the new policy, and browser connections it no longer allows close.
Disabling the Control UI stops serving dashboard pages and assets and cancels
pending asset preparation. Existing Gateway connections and agent runs continue.
Re-enabling prepares missing dashboard assets in the background; requests return
503 until they are ready. Control UI serving paths still require a Gateway restart.
Node command policy updates connected nodes immediately. Disabling node-published
tools or skills withdraws them; re-enabling restores the last publication within
the node’s existing pairing approval. Reload never grants an unapproved command.
Revoking a command cancels its active invocations and rejects later input and
results. Revoking desktop streaming also closes its observer transports. Browser
node routing applies to subsequent operations. Node pairing policy
(gateway.nodes.pairing) also hot-applies: pending automatic approvals recheck
the current policy before granting access, including after SSH probes. Existing
paired devices remain paired. Terminal shell changes apply to newly opened
terminals; active terminals keep their original shell. Detached-session timeout
changes recalculate deadlines from each terminal’s original disconnect time.
Already-expired sessions close immediately; attached terminals keep running.
Terminal enablement also hot-applies. Disabling terminals closes attached,
detached, and conversation-owned sessions and cancels pending opens. Re-enabling
allows fresh sessions; closed sessions do not return. Reload open Control UI
pages to pick up the terminal’s content security policy.
An unrelated deferred restart does not delay a committed terminal enable or shell
change. A pending restart can still keep earlier terminal or sandbox restrictions
in force until that restart completes or its rejected changes are reverted.
Browser default-profile changes apply on the next request. Launch-setting
changes replace affected managed browser processes when next used; externally
attached browsers stay running. Browser enablement, evaluation, SSRF policy,
and extension relay remain restart-owned. Snapshot defaults apply to the next
snapshot, and tab-cleanup settings apply on the next sweep.
Authentication rate-limit changes retain recorded failures, earned lockout
deadlines, and pending loopback delays. New limits and loopback exemptions apply
to subsequent attempts; tightening the attempt limit can lock a client based on
its retained failures. Removing gateway.auth.rateLimit restores the defaults.
Browser-origin and node-reapproval budgets remain nonexempt.
Discovery mode changes replace the current advertisements without interrupting
Gateway connections. Switching from full to minimal removes extra TXT hints
from LAN advertisements and any configured wide-area DNS-SD zone. off stops
LAN advertisements while configured wide-area discovery remains enabled. The
Bonjour plugin must already be enabled, and environment overrides still apply.
Token and password rotation hot-applies only when the effective auth mode stays
the same. Existing clients using the old shared credential must reconnect with
the new credential; independently paired device-token clients remain connected.
Browser device tokens derived from the old shared credential are revoked too.
For SecretRef credentials, set gateway.auth.mode explicitly to make rotation
eligible for hot reload. Auth-mode changes still restart the Gateway.
Changing
gateway.reload or gateway.remote also does not trigger a restart.
Individual plugins can declare their own restart-triggering config prefixes.hybrid schedules that restart, while off leaves it to you.
Changing an agent’s workspace also does not discover plugins in the new
directory until restart. See Plugin metadata snapshots.
During channel or plugin hot reload, Gateway-hosted channel webhook routes return
503 with Retry-After: 1 until replacement ingress registers. Senders must honor
retry responses; this does not acknowledge delivery. Disabled or removed accounts,
manual stops, and cancelled replacement lifetimes release those temporary routes.
When replacement ingress reports ready, old paths it did not reclaim are removed.
Reload planning
When you edit a source file that is referenced through$include, OpenClaw plans
the reload from the source-authored layout, not the flattened in-memory view.
That keeps hot-reload decisions (hot-apply vs restart) predictable even when a
single top-level section lives in its own included file such as
plugins: { $include: "./plugins.json5" }. Reload planning fails closed if the
source layout is ambiguous.
Config RPC (programmatic updates)
For tooling that writes config over the gateway API, prefer this flow:config.schema.lookupto inspect one subtree (shallow schema node + child summaries)config.getto fetch the current snapshot plushashconfig.patchfor partial updates (JSON merge patch: objects merge,nulldeletes, arrays replace when explicitly confirmed withreplacePathsif entries would be removed)config.applyonly when you intend to replace the entire configupdate.runfor explicit self-update plus restart; includecontinuationMessagewhen the post-restart session should run one follow-up turnupdate.statusto inspect the latest update restart sentinel and verify the running version after a restart
config.schema.lookup as the first stop for exact
field-level docs and constraints. Use Configuration reference
when they need the broader config map, defaults, or links to dedicated
subsystem references.
Control-plane writes (
config.apply, config.patch, update.run) are
rate-limited to 30 requests per 60 seconds, per method, per
deviceId+clientIp; see Rate limiting. Restart
requests coalesce and then enforce a 30-second cooldown between restart cycles.
update.status is read-only but admin-scoped because the restart sentinel can
include update step summaries and command output tails.config.apply and config.patch accept raw, baseHash, sessionKey,
note, and restartDelayMs. baseHash is required for both methods once a
config file already exists (a first write with no existing config skips the check).
For hot-applied changes, these RPCs wait until the active Gateway applies the
exact write. Channel or plugin reloads may defer for unrelated active work. If
the file watcher takes over the same unapplied write during that wait, the RPC stays pending
through replay; persistence alone is not an application acknowledgment. Shutdown,
supersession by different content, or failed application returns UNAVAILABLE
with recovery guidance. config.set acknowledges persistence only.
Once a reload has committed, it finishes its model and channel work before a
newer config is applied. If that work needs restart recovery, the RPC returns
UNAVAILABLE; wait for the Gateway to restart, then use config.get to verify
the active revision.
config.patch also accepts replacePaths, an array of config paths whose array
replacement or deletion is intentional. If a patch removes existing array entries
or deletes an array, the Gateway rejects the write unless that exact array path
appears in replacePaths. Deleting a containing object requires its contained
array paths, including empty arrays. Deleting a whole array requires only its own
path, not paths to arrays nested inside its entries. Use exact record keys, such
as agents.entries.main.skills. For ID-merged entry updates, nested array paths
use [], such as models.providers.custom.models[].input. Parent paths and *
wildcards do not authorize descendant arrays. This prevents truncated
config.get snapshots from silently clobbering routing or allowlist arrays. Use
config.apply when you intend to replace the full config.
Arrays of objects with stable id fields merge by ID unless their path appears
in replacePaths. These updates preserve authored fields in untouched entries;
runtime defaults, such as model catalog compatibility and context budgets, are
not saved into sibling entries. Explicitly configured values remain authoritative.
Environment variables
OpenClaw reads env vars from the parent process plus:.envfrom the current working directory (if present)~/.openclaw/.env(global fallback)
Shell env import (optional)
Shell env import (optional)
If enabled and expected keys aren’t set, OpenClaw runs your login shell and imports only the missing keys:Env var equivalent:
OPENCLAW_LOAD_SHELL_ENV=1. Default timeoutMs: 15000.Env var substitution in config values
Env var substitution in config values
Reference env vars in any config string value with Rules:
${VAR_NAME}:- Only uppercase names matched:
[A-Z_][A-Z0-9_]* - Missing/empty vars stay visibly unresolved, emit a warning, and are unavailable to consumers that require the value
- Escape with
$${VAR}to produce a literal${VAR}value - Works inside
$includefiles - Inline substitution:
"${BASE}/v1"→"https://api.example.com/v1"
Secret refs (env, file, exec, store)
Secret refs (env, file, exec, store)
For fields that support SecretRef objects, you can use:The
env ref above uses the built-in default provider and needs no secrets.providers.default entry unless secrets.defaults.env selects another alias. The same rule applies to store refs and secrets.defaults.store. See Secrets Management for provider precedence and the required file/exec provider configuration.
Supported credential paths are listed in SecretRef Credential Surface.Full reference
For the complete field-by-field reference, see Configuration Reference.Related: Configuration Examples · Configuration Reference · Doctor