content
large_stringlengths
3
20.5k
url
large_stringlengths
53
192
branch
large_stringclasses
4 values
source
large_stringclasses
51 values
embeddings
listlengths
384
384
score
float64
-0.21
0.65
Most setups should use one Gateway because a single Gateway can handle multiple messaging connections and agents. If you need stronger isolation or redundancy (e.g., a rescue bot), run separate Gateways with isolated profiles/ports. ## Best recommended setup For most users, the simplest rescue-bot setup is: - keep the ...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/multiple-gateways.md
main
opebclaw
[ -0.015736287459731102, -0.08119355142116547, -0.0348147489130497, -0.02194724977016449, -0.005963541101664305, -0.05068795010447502, -0.0481303408741951, 0.08217474073171616, -0.027777016162872314, -0.01224531140178442, 0.03194005787372589, -0.003327092155814171, 0.07106267660856247, 0.000...
0.039574
- `gateway.port` (or `--port`) — unique per instance - derived browser/canvas/CDP ports If these are shared, you will hit config races and port conflicts. ## Port mapping (derived) Base port = `gateway.port` (or `OPENCLAW\_GATEWAY\_PORT` / `--port`). - browser control service port = base + 2 (loopback only) - canvas ho...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/multiple-gateways.md
main
opebclaw
[ -0.018158381804823875, -0.062472790479660034, -0.047305528074502945, -0.033723894506692886, -0.013076357543468475, -0.06462786346673965, -0.03841156139969826, 0.0057717603631317616, -0.07762080430984497, -0.024937232956290245, 0.03872145712375641, 0.003407243639230728, 0.0008430110174231231,...
0.003082
OpenClaw's Gateway exposes a simple HTTP endpoint for invoking a single tool directly. It is always enabled and uses Gateway auth plus tool policy. Like the OpenAI-compatible `/v1/\*` surface, shared-secret bearer auth is treated as trusted operator access for the whole gateway. - `POST /tools/invoke` - Same port as th...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/tools-invoke-http-api.md
main
opebclaw
[ -0.07277752459049225, 0.009122045710682869, -0.11231256276369095, 0.04730048403143883, -0.008392011746764183, -0.12329026311635971, -0.02010737545788288, -0.016822578385472298, 0.031964655965566635, -0.006994811352342367, 0.0005135228857398033, -0.0405845046043396, 0.027780940756201744, 0....
0.040005
- `tools.allow` / `tools.byProvider.allow` - `agents..tools.allow` / `agents..tools.byProvider.allow` - group policies (if the session key maps to a group or channel) - subagent policy (when invoking with a subagent session key) If a tool is not allowed by policy, the endpoint returns \*\*404\*\*. Important boundary no...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/tools-invoke-http-api.md
main
opebclaw
[ -0.06525528430938721, 0.010982491075992584, -0.04898995906114578, -0.02741430513560772, -0.005114039406180382, -0.05479106307029724, -0.033724457025527954, -0.016650833189487457, 0.046208880841732025, 0.06781055778265, 0.02262435294687748, -0.03632336109876633, 0.0012254867469891906, -0.01...
0.054136
\*\*Heartbeat vs cron?\*\* See [Automation](/automation) for guidance on when to use each. Heartbeat runs \*\*periodic agent turns\*\* in the main session so the model can surface anything that needs attention without spamming you. Heartbeat is a scheduled main-session turn — it does \*\*not\*\* create [background task...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/heartbeat.md
main
opebclaw
[ -0.05629123002290726, 0.001475622528232634, -0.04953872039914131, -0.03765598312020302, 0.030366571620106697, -0.03734666481614113, -0.00011124198499601334, -0.03052644431591034, 0.002637699246406555, -0.051713552325963974, -0.016166644170880318, -0.08494362235069275, 0.03249574452638626, ...
0.117949
PubSub stats" or "verify gateway health"), set `agents.defaults.heartbeat.prompt` (or `agents.list[].heartbeat.prompt`) to a custom body (sent verbatim). ## Response contract - If nothing needs attention, reply with \*\*`HEARTBEAT\_OK`\*\*. - Tool-capable heartbeat runs may instead call `heartbeat\_respond` with `notif...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/heartbeat.md
main
opebclaw
[ -0.04732125625014305, 0.03374730423092842, -0.04944499582052231, 0.06035963073372841, 0.01964595355093479, -0.08444791287183762, -0.011451826430857182, -0.03789110481739044, 0.08605701476335526, -0.019086675718426704, -0.016566043719649315, -0.05544136092066765, 0.059742867946624756, -0.04...
0.103059
use one of these patterns: - Omit `activeHours` entirely (no time-window restriction; this is the default behavior). - Set a full-day window: `activeHours: { start: "00:00", end: "24:00" }`. Do not set the same `start` and `end` time (for example `08:00` to `08:00`). That is treated as a zero-width window, so heartbeat...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/heartbeat.md
main
opebclaw
[ -0.024819187819957733, 0.022178398445248604, 0.0072616892866790295, 0.04128307104110718, -0.009092590771615505, -0.04372851923108101, 0.0016038004541769624, -0.09537019580602646, 0.05264822766184807, -0.03495977446436882, -0.023787803947925568, -0.05637037754058838, -0.039629630744457245, ...
0.064599
window. ## Delivery behavior - Heartbeats run in the agent's main session by default (`agent::`), or `global` when `session.scope = "global"`. Set `session` to override to a specific channel session (Discord/WhatsApp/etc.). - `session` only affects the run context; delivery is controlled by `target` and `to`. - To deli...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/heartbeat.md
main
opebclaw
[ -0.008720126934349537, -0.02082637883722782, -0.008488547056913376, -0.01834794506430626, -0.02054743655025959, -0.07155338674783707, 0.028037430718541145, -0.08620063960552216, 0.03869543597102165, -0.001063428702764213, 0.018084457144141197, -0.03093276545405388, -0.016415590420365334, 0...
0.077833
false, useIndicator: true }` | | OKs in one channel only | `channels.telegram.heartbeat: { showOk: true }` | ## HEARTBEAT.md (optional) If a `HEARTBEAT.md` file exists in the workspace, the default prompt tells the agent to read it. Think of it as your "heartbeat checklist": small, stable, and safe to consider every 30...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/heartbeat.md
main
opebclaw
[ -0.024352608248591423, 0.06126482039690018, -0.014930279925465584, 0.032966505736112595, 0.07133351266384125, -0.07371675223112106, -0.0721234381198883, -0.06363721936941147, 0.06123976781964302, -0.04771251603960991, -0.0056912899017333984, -0.007202029228210449, 0.05046014115214348, -0.0...
0.084816
``` If multiple agents have `heartbeat` configured, a manual wake runs each of those agent heartbeats immediately. Use `--mode next-heartbeat` to wait for the next scheduled tick. ## Reasoning delivery (optional) By default, heartbeats deliver only the final "answer" payload. If you want transparency, enable: - `agents...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/heartbeat.md
main
opebclaw
[ -0.013614584691822529, -0.014852619729936123, -0.02785027027130127, 0.04883503168821335, 0.06617109477519989, -0.09810127317905426, 0.04977802187204361, -0.03660866990685463, 0.05338946729898453, -0.007032361347228289, -0.019664887338876724, -0.05939851328730583, -0.005737927742302418, -0....
0.11021
In Gateway-owned pairing, the \*\*Gateway\*\* is the source of truth for which nodes are allowed to join. UIs (macOS app, future clients) are just frontends that approve or reject pending requests. \*\*Important:\*\* WS nodes use \*\*device pairing\*\* (role `node`) during `connect`. `node.pair.\*` is a separate pairin...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/pairing.md
main
opebclaw
[ -0.10498549044132233, 0.009335986338555813, -0.003539283759891987, 0.029909932985901833, -0.013582325540482998, -0.039709631353616714, 0.04810595512390137, -0.023675307631492615, 0.06344252079725266, 0.02628474496304989, -0.02814997360110283, 0.03512374684214592, 0.030937056988477707, 0.01...
0.108365
previously relying on device pairing alone to expose commands must now complete node pairing. - Commands queued before pairing approval are dropped, not deferred. ## Node event trust boundaries (2026.3.31+) \*\*Breaking change:\*\* Node-originated runs now stay on a reduced trusted surface. Node-originated summaries an...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/pairing.md
main
opebclaw
[ -0.06914543360471725, 0.003583010518923402, 0.06046111136674881, 0.028408827260136604, 0.0877240002155304, -0.051666516810655594, 0.022766780108213425, -0.04100426286458969, 0.02625390700995922, 0.06887160241603851, 0.036799196153879166, 0.017381655052304268, 0.015929194167256355, -0.00580...
0.085248
`paired.json` as sensitive. - Rotating a token requires re-approval (or deleting the node entry). ## Transport behavior - The transport is \*\*stateless\*\*; it does not store membership. - If the Gateway is offline or pairing is disabled, nodes cannot pair. - If the Gateway is in remote mode, pairing still happens aga...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/pairing.md
main
opebclaw
[ -0.073875293135643, 0.0007803190965205431, -0.017950158566236496, -0.0012584287906065583, -0.04198942705988884, 0.012958272360265255, -0.02441825531423092, -0.012273619882762432, 0.024570317938923836, 0.001428968389518559, 0.026234479621052742, 0.12039746344089508, 0.02693423442542553, 0.0...
0.045537
OpenClaw's Gateway can serve an OpenResponses-compatible `POST /v1/responses` endpoint. This endpoint is \*\*disabled by default\*\*. Enable it in config first. - `POST /v1/responses` - Same port as the Gateway (WS + HTTP multiplex): `http://:/v1/responses` Under the hood, requests are executed as a normal Gateway agen...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/openresponses-http-api.md
main
opebclaw
[ -0.03631138056516647, -0.026360180228948593, -0.06735752522945404, 0.06599988788366318, -0.022514261305332184, -0.10487551987171173, -0.05239509418606758, -0.04059100151062012, 0.042289528995752335, -0.016406089067459106, -0.0157755296677351, -0.004020513501018286, -0.010141364298760891, 0...
0.038898
`store` - `truncation` Supported: - `previous\_response\_id`: OpenClaw reuses the earlier response session when the request stays within the same agent/user/requested-session scope. ## Items (input) ### `message` Roles: `system`, `developer`, `user`, `assistant`. - `system` and `developer` are appended to the system pr...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/openresponses-http-api.md
main
opebclaw
[ -0.05339469015598297, -0.0016099988715723157, -0.06865338236093521, 0.07780969142913818, -0.0625254437327385, -0.05779103562235832, 0.005908147431910038, 0.052629344165325165, 0.03344094008207321, -0.006744856014847755, 0.03677639737725258, -0.02978813834488392, -0.0015769971068948507, 0.0...
0.063864
urlAllowlist: ["cdn.example.com", "\*.assets.example.com"], allowedMimes: [ "text/plain", "text/markdown", "text/html", "text/csv", "application/json", "application/pdf", ], maxBytes: 5242880, maxChars: 200000, maxRedirects: 3, timeoutMs: 10000, pdf: { maxPages: 4, maxPixels: 4000000, minTextChars: 200, }, }, images: {...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/openresponses-http-api.md
main
opebclaw
[ 0.005000058561563492, 0.04750743880867958, -0.07739877700805664, -0.022876594215631485, 0.03301570937037468, -0.04709600284695625, -0.09803783148527145, 0.06657195836305618, -0.01876240223646164, 0.035746000707149506, -0.005186493508517742, 0.05981059372425079, 0.016841843724250793, 0.0629...
0.03053
OpenClaw has three related (but different) controls: 1. \*\*Sandbox\*\* (`agents.defaults.sandbox.\*` / `agents.list[].sandbox.\*`) decides \*\*where tools run\*\* (sandbox backend vs host). 2. \*\*Tool policy\*\* (`tools.\*`, `tools.sandbox.tools.\*`, `agents.list[].tools.\*`) decides \*\*which tools are available/all...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md
main
opebclaw
[ 0.009563395753502846, -0.0060593425296247005, -0.07887756824493408, 0.050979338586330414, 0.07768873125314713, -0.07413692027330399, -0.027795784175395966, -0.07586131989955902, 0.0318116694688797, 0.019810913130640984, 0.03419969603419304, -0.04099495708942413, 0.03555053472518921, -0.042...
0.112402
filesystem policy or a separate host boundary enforces the read-only constraint. - `group:sessions`: `sessions\_list`, `sessions\_history`, `sessions\_send`, `sessions\_spawn`, `sessions\_yield`, `subagents`, `session\_status` - `group:memory`: `memory\_search`, `memory\_get` - `group:web`: `web\_search`, `x\_search`, ...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md
main
opebclaw
[ -0.0223692599684, 0.03157816454768181, -0.117726631462574, 0.051314204931259155, 0.0778045654296875, -0.09268604218959808, -0.0028571707662194967, 0.010176505893468857, 0.01710793375968933, 0.06098228693008423, 0.05394139885902405, -0.024669291451573372, 0.04312368109822273, -0.01023416966...
0.136342
OpenClaw has two distinct problems that look similar on the surface: 1. \*\*Operator remote control\*\*: the macOS menu bar app controlling a gateway running elsewhere. 2. \*\*Node pairing\*\*: iOS/Android (and future nodes) finding a gateway and pairing securely. The design goal is to keep all network discovery/advert...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/discovery.md
main
opebclaw
[ -0.061277199536561966, -0.008409163914620876, -0.018862875178456306, 0.012970679439604282, -0.022408898919820786, -0.09112920612096786, -0.036056552082300186, -0.004715347196906805, 0.04101097211241722, 0.007645769976079464, -0.007424959447234869, 0.004094088450074196, 0.021493930369615555, ...
0.048643
Bonjour plugin is enabled and `OPENCLAW\_DISABLE\_BONJOUR` is unset, Bonjour advertises on normal hosts and auto-disables inside detected containers. Empty-config macOS Gateway startup enables the plugin automatically; Linux, Windows, and containerized deployments need explicit enablement. Use `0` only on host, macvlan...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/discovery.md
main
opebclaw
[ 0.02883789874613285, 0.025773854926228523, -0.015784144401550293, -0.04105614498257637, -0.024444736540317535, -0.03280862420797348, -0.11380813270807266, -0.05340014025568962, 0.013817613944411278, -0.012553523294627666, 0.03523331880569458, 0.017669783905148506, -0.050981488078832626, 0....
0.00966
## Why - Ensure only one gateway instance runs per base port on the same host; additional gateways must use isolated profiles and unique ports. - Survive crashes/SIGKILL without leaving stale lock files. - Fail fast with a clear error when the control port is already occupied. ## Mechanism - The gateway first acquires ...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/gateway-lock.md
main
opebclaw
[ -0.11652844399213791, -0.04349308833479881, -0.00796580221503973, 0.03464880958199501, 0.02630213089287281, -0.008104824461042881, 0.033075567334890366, -0.0017764437943696976, 0.0619385726749897, -0.015383337624371052, 0.042083337903022766, 0.05722068250179291, -0.01891903392970562, -0.05...
0.112333
Use this page for day-1 startup and day-2 operations of the Gateway service. Symptom-first diagnostics with exact command ladders and log signatures. Task-oriented setup guide + full configuration reference. SecretRef contract, runtime snapshot behavior, and migrate/reload operations. Exact `secrets apply` target/path ...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/index.md
main
opebclaw
[ 0.005536017939448357, -0.05349087715148926, -0.10269183665513992, 0.036973170936107635, -0.02532717026770115, -0.08151295781135559, -0.05443156138062477, -0.008456339128315449, -0.06769349426031113, -0.007962279953062534, -0.00492518674582243, 0.001450305338948965, -0.028671089559793472, -...
-0.010901
| | `hot` | Apply only hot-safe changes | | `restart` | Restart on reload-required changes | | `hybrid` (default) | Hot-apply when safe, restart when required | ## Operator command set ```bash openclaw gateway status openclaw gateway status --deep # adds a system-level service scan openclaw gateway status --json opencl...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/index.md
main
opebclaw
[ -0.009112926200032234, -0.08765462785959244, -0.09407956898212433, 0.05409112200140953, -0.002614684170112014, -0.067713662981987, -0.04064313694834709, -0.022411026060581207, -0.07830885052680969, -0.005236117169260979, 0.01579178497195244, 0.022005582228302956, 0.009136902168393135, 0.00...
0.124313
same profile/port. Doctor refuses that automatic install when it finds a system-level OpenClaw gateway service; use `OPENCLAW\_SERVICE\_REPAIR\_POLICY=external` when the system unit owns the lifecycle. ## Dev profile quick path ```bash openclaw --dev setup openclaw --dev gateway --allow-unconfigured openclaw --dev stat...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/index.md
main
opebclaw
[ -0.042680058628320694, -0.0013550628209486604, -0.048285383731126785, -0.01241626963019371, -0.013322980143129826, -0.0894029513001442, -0.028353873640298843, 0.06777656823396683, -0.05526898428797722, -0.007546914741396904, 0.01596521958708763, 0.01805621199309826, -0.012065871618688107, ...
0.001828
OpenClaw reads an optional \*\*JSON5\*\* config from `~/.openclaw/openclaw.json`. The active config path must be a regular file. Symlinked `openclaw.json` layouts are unsupported for OpenClaw-owned writes; an atomic write may replace the path instead of preserving the symlink. If you keep config outside the default sta...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/configuration.md
main
opebclaw
[ -0.030837340280413628, -0.03624643012881279, -0.07640475034713745, 0.06321647763252258, 0.02491460181772709, -0.0757102444767952, -0.06385952234268188, 0.033251915127038956, -0.05281117931008339, -0.029719075188040733, 0.05788841098546982, 0.0073239305056631565, 0.015005163848400116, 0.001...
0.052307
[iMessage](/channels/imessage) - `channels.imessage` - [Mattermost](/channels/mattermost) - `channels.mattermost` All channels share the same DM policy pattern: ```json5 { channels: { telegram: { enabled: true, botToken: "123:abc", dmPolicy: "pairing", // pairing | allowlist | open | disabled allowFrom: ["tg:123"], // ...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/configuration.md
main
opebclaw
[ -0.044272392988204956, 0.01962687075138092, 0.047958146780729294, -0.012873494066298008, 0.004171241074800491, -0.028328346088528633, 0.011670638807117939, -0.029643436893820763, -0.0009717820212244987, 0.01552327536046505, -0.0010466788662597537, -0.013080664910376072, -0.06136738136410713,...
0.111135
interval. - Use `channels..healthMonitor.enabled` or `channels..accounts..healthMonitor.enabled` to disable auto-restarts for one channel or account without disabling the global monitor. - See [Health Checks](/gateway/health) for operational debugging and the [full reference](/gateway/configuration-reference#gateway) f...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/configuration.md
main
opebclaw
[ -0.03342944011092186, 0.05360407754778862, -0.018662424758076668, 0.053618766367435455, 0.0031616948544979095, -0.08584564924240112, 0.015109600499272346, -0.02043316140770912, 0.026351043954491615, 0.010060977190732956, -0.049666449427604675, 0.0217476524412632, -0.04914140701293945, 0.04...
0.097672
reusing the old relay origin. Compatibility note: - `OPENCLAW\_APNS\_RELAY\_BASE\_URL` and `OPENCLAW\_APNS\_RELAY\_TIMEOUT\_MS` still work as temporary env overrides. - Custom gateway relay URLs must match the relay base URL baked into the official/TestFlight iOS build. - `OPENCLAW\_APNS\_RELAY\_ALLOW\_HTTP=true` remai...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/configuration.md
main
opebclaw
[ -0.06055980175733566, -0.007417903747409582, -0.0015816398663446307, -0.01109859999269247, -0.03428548201918602, -0.06769749522209167, -0.09578096866607666, -0.10271486639976501, 0.01569041796028614, 0.04046054929494858, 0.025979435071349144, 0.049289312213659286, -0.09095285087823868, 0.0...
0.017182
write-through\*\*: root includes, include arrays, and includes with sibling overrides fail closed for OpenClaw-owned writes instead of flattening the config - \*\*Confinement\*\*: `$include` paths must resolve under the directory holding `openclaw.json`. To share a tree across machines or users, set `OPENCLAW\_INCLUDE\...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/configuration.md
main
opebclaw
[ -0.04435337707400322, -0.004087665118277073, -0.032347071915864944, 0.09962567687034607, 0.049480557441711426, -0.10185611248016357, -0.06751533597707748, -0.012974893674254417, 0.0009008613997139037, -0.01069883443415165, 0.07024949789047241, 0.044829223304986954, 0.01931462436914444, -0....
0.095418
plus `hash` - `config.patch` for partial updates (JSON merge patch: objects merge, `null` deletes, arrays replace) - `config.apply` only when you intend to replace the entire config - `update.run` for explicit self-update plus restart; include `continuationMessage` when the post-restart session should run one follow-up...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/configuration.md
main
opebclaw
[ -0.026267461478710175, -0.0359758660197258, -0.018851516768336296, 0.012128761038184166, -0.028442541137337685, -0.06967442482709885, -0.011659828014671803, 0.02858739160001278, -0.08048733323812485, 0.07979122549295425, 0.017118241637945175, 0.05139939859509468, -0.027747031301259995, -0....
0.092596
# Logging For a user-facing overview (CLI + Control UI + config), see [/logging](/logging). OpenClaw has two log "surfaces": - \*\*Console output\*\* (what you see in the terminal / Debug UI). - \*\*File logs\*\* (JSON lines) written by the gateway logger. At startup, the Gateway logs the resolved default agent model t...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/logging.md
main
opebclaw
[ -0.008767477236688137, -0.037986788898706436, -0.07668659090995789, 0.08310328423976898, 0.06586877256631851, -0.1372179239988327, 0.008633590303361416, 0.02776320092380047, 0.06104722619056702, -0.011831817217171192, 0.03057466819882393, 0.01428333017975092, -0.014706812798976898, 0.01342...
0.112299
`>= 50ms`) - parse errors - \*\*Verbose mode (`--verbose`)\*\*: prints all WS request/response traffic. ### WS log style `openclaw gateway` supports a per-gateway style switch: - `--ws-log auto` (default): normal mode is optimized; verbose mode uses compact output - `--ws-log compact`: compact output (paired request/re...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/logging.md
main
opebclaw
[ 0.023628590628504753, 0.003409475786611438, -0.04483529180288315, 0.056061044335365295, 0.025618135929107666, -0.1004258543252945, 0.012161807157099247, 0.044805753976106644, 0.0034544155932962894, 0.06626270711421967, -0.020075837150216103, 0.021292373538017273, -0.01943778805434704, -0.0...
0.071526
Examples below are aligned with the current config schema. For the exhaustive reference and per-field notes, see [Configuration](/gateway/configuration). ## Quick start ### Absolute minimum ```json5 { agents: { defaults: { workspace: "~/.openclaw/workspace" } }, channels: { whatsapp: { allowFrom: ["+15555550123"] } }, ...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/configuration-examples.md
main
opebclaw
[ -0.0723620280623436, -0.007742128800600767, -0.023638924583792686, 0.022755499929189682, 0.019195497035980225, -0.0007038832409307361, -0.05415966361761093, 0.0026938668452203274, 0.004646372981369495, 0.02137886919081211, 0.04277900233864784, -0.015280574560165405, -0.02317105606198311, 0...
0.043768
}, dm: { enabled: true, allowFrom: ["U123"] }, slashCommand: { enabled: true, name: "openclaw", sessionPrefix: "slack:slash", ephemeral: true, }, }, }, // Agent runtime agents: { defaults: { workspace: "~/.openclaw/workspace", userTimezone: "America/Chicago", model: { primary: "anthropic/claude-sonnet-4-6", fallbacks: ...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/configuration-examples.md
main
opebclaw
[ -0.0004893056466244161, 0.01710129715502262, -0.0506817065179348, -0.022953808307647705, 0.046261016279459, -0.009321504272520542, -0.056324396282434464, 0.019556604325771332, -0.00402046786621213, -0.0010855563450604677, 0.014758327044546604, -0.04813363030552864, -0.07020872831344604, 0....
0.053026
["~/Projects/agent-scripts/skills"], }, install: { preferBrew: true, nodeManager: "npm", // npm | pnpm | yarn | bun allowUploadedArchives: false, }, entries: { "image-lab": { enabled: true, apiKey: "GEMINI\_KEY\_HERE", env: { GEMINI\_API\_KEY: "GEMINI\_KEY\_HERE" }, }, peekaboo: { enabled: true }, }, }, } ``` ### Symli...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/configuration-examples.md
main
opebclaw
[ -0.07257240265607834, 0.001370188663713634, 0.031182589009404182, 0.03756026178598404, 0.0730907991528511, -0.006562474183738232, -0.06885530054569244, -0.035316869616508484, -0.08488842844963074, 0.022439930588006973, 0.06285298615694046, 0.03948124498128891, -0.008114587515592575, 0.1000...
0.061501
### Local models only ```json5 { agents: { defaults: { workspace: "~/.openclaw/workspace", model: { primary: "lmstudio/my-local-model" }, }, }, models: { mode: "merge", providers: { lmstudio: { baseUrl: "http://127.0.0.1:1234/v1", apiKey: "lmstudio", api: "openai-responses", models: [ { id: "my-local-model", name: "Loc...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/configuration-examples.md
main
opebclaw
[ 0.007309390231966972, -0.048127129673957825, 0.0018755600322037935, 0.0348295122385025, 0.06660406291484833, -0.03472677618265152, -0.043418314307928085, 0.01326274499297142, 0.021187674254179, -0.030084488913416862, 0.07636051625013351, -0.061988212168216705, 0.030159074813127518, 0.03297...
-0.004625
Per-channel configuration keys under `channels.\*`. Covers DM and group access, multi-account setups, mention gating, and per-channel keys for Slack, Discord, Telegram, WhatsApp, Matrix, iMessage, and the other bundled channel plugins. For agents, tools, gateway runtime, and other top-level keys, see [Configuration ref...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/config-channels.md
main
opebclaw
[ 0.009047447703778744, -0.13243468105793, -0.05249397084116936, -0.023692090064287186, -0.059218693524599075, 0.007435726001858711, 0.07089458405971527, -0.018403932452201843, 0.001968382392078638, 0.044479843229055405, 0.04717373102903366, 0.045945871621370316, 0.05259621515870094, -0.0087...
0.08684
selection when it matches a configured account id. - Legacy single-account Baileys auth dir is migrated by `openclaw doctor` into `whatsapp/default`. - Per-account overrides: `channels.whatsapp.accounts..sendReadReceipts`, `channels.whatsapp.accounts..dmPolicy`, `channels.whatsapp.accounts..allowFrom`. ### Telegram ```...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/config-channels.md
main
opebclaw
[ -0.02511008456349373, 0.04042728617787361, 0.016056470572948456, 0.023884611204266548, 0.038201622664928436, -0.05345872789621353, 0.05729582905769348, -0.020782701671123505, 0.01794891059398651, 0.03775468468666077, 0.012177963741123676, -0.09378717839717865, 0.003752619493752718, 0.07952...
-0.016618
false, }, retry: { attempts: 3, minDelayMs: 500, maxDelayMs: 30000, jitter: 0.1, }, }, }, } ``` - Token: `channels.discord.token`, with `DISCORD\_BOT\_TOKEN` as fallback for the default account. - Direct outbound calls that provide an explicit Discord `token` use that token for the call; account retry/policy settings s...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/config-channels.md
main
opebclaw
[ -0.00567681435495615, -0.054733213037252426, 0.02057107351720333, 0.014030881226062775, -0.012478000484406948, -0.03257004916667938, 0.04357720911502838, 0.016530055552721024, 0.0038661391008645296, 0.06636512279510498, 0.00546388141810894, -0.049221329391002655, 0.047218985855579376, 0.01...
0.062568
session after repeated decrypt failures. - `channels.discord.streaming` is the canonical stream mode key. Discord defaults to `streaming.mode: "progress"` so tool/work progress appears in one edited preview message; set `streaming.mode: "off"` to disable it. Legacy `streamMode` and boolean `streaming` values remain run...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/config-channels.md
main
opebclaw
[ -0.013114086352288723, -0.0675102025270462, 0.0040937564335763454, -0.033636707812547684, 0.03157755360007286, -0.04746093228459358, 0.05449413135647774, 0.013716933317482471, 0.02704407088458538, 0.004092814866453409, 0.03255629539489746, -0.017230359837412834, -0.023244522511959076, 0.08...
0.102322
stale websocket behavior. `clientPingTimeout` defaults to `15000`; `serverPingTimeout` and `pingPongLoggingEnabled` are passed only when configured. - `botToken`, `appToken`, `signingSecret`, and `userToken` accept plaintext strings or SecretRef objects. - Slack account snapshots expose per-credential source/status fie...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/config-channels.md
main
opebclaw
[ -0.04797056317329407, -0.06657680869102478, -0.004782330710440874, 0.0010950834257528186, 0.014285940676927567, -0.017250871285796165, 0.00595608726143837, 0.041837792843580246, -0.005388002842664719, 0.03158773109316826, 0.019339535385370255, -0.020639805123209953, -0.01592692732810974, 0...
0.048509
be reachable from the Mattermost server. - Native slash callbacks are authenticated with the per-command tokens returned by Mattermost during slash command registration. If registration fails or no commands are activated, OpenClaw rejects callbacks with `Unauthorized: invalid command token.` - For private/tailnet/inter...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/config-channels.md
main
opebclaw
[ -0.05336786434054375, -0.04798058420419693, -0.04442516714334488, 0.06391573697328568, -0.005791341420263052, -0.11240063607692719, -0.0033741712104529142, -0.00025797836133278906, 0.020559243857860565, 0.016744883731007576, -0.000491874001454562, -0.02523752488195896, -0.05416888743638992, ...
0.075974
`"\*"` wildcard entry so group messages can pass the registry gate. - Top-level `bindings[]` entries with `type: "acp"` can bind iMessage conversations to persistent ACP sessions. Use a normalized handle or explicit chat target (`chat\_id:\*`, `chat\_guid:\*`, `chat\_identifier:\*`) in `match.peer.id`. Shared field sem...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/config-channels.md
main
opebclaw
[ -0.04739111289381981, 0.0077855512499809265, -0.05229701101779938, 0.03353768587112427, -0.024532349780201912, -0.027202973142266273, 0.05042270943522453, -0.05589615926146507, 0.037561479955911636, -0.021406155079603195, 0.01629682257771492, -0.00554018747061491, -0.027591418474912643, 0....
0.089294
a single-account top-level channel config, OpenClaw promotes account-scoped top-level single-account values into the channel account map first so the original account keeps working. Most channels move them into `channels..accounts.default`; Matrix can preserve an existing matching named/default target instead. - Existi...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/config-channels.md
main
opebclaw
[ -0.01534375548362732, -0.09926889091730118, -0.06668838858604431, 0.006934508681297302, -0.027224546298384666, -0.05065828189253807, 0.018890686333179474, -0.029237112030386925, 0.017751550301909447, -0.05289832875132561, 0.0026242344174534082, -0.007152590434998274, -0.0018847424071282148, ...
0.066455
tool-calling model, remove the explicit `"message\_tool"` override to fall back to the `"automatic"` default, or set `messages.groupChat.visibleReplies: "automatic"` to force visible replies for every group/channel request. The gateway hot-reloads `messages` config after the file is saved; only restart the gateway when...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/config-channels.md
main
opebclaw
[ -0.08461622893810272, -0.013441643677651882, 0.04806707426905632, 0.09891047328710556, 0.0005086828605271876, -0.05054940655827522, 0.011997288092970848, -0.07719404995441437, 0.05657019466161728, 0.04880603030323982, 0.018379217013716698, -0.02810080535709858, -0.04249727725982666, 0.0750...
0.029271
Slack off. - Override per channel: `channels.discord.commands.native` (bool or `"auto"`). For Discord, `false` skips native command registration and cleanup during startup. - Override native skill registration per channel with `channels..commands.nativeSkills`. - `channels.telegram.customCommands` adds extra Telegram b...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/config-channels.md
main
opebclaw
[ 0.0019395740237087011, -0.08698904514312744, -0.001425940659828484, 0.025916004553437233, -0.03540724143385887, -0.07108724862337112, -0.009862415492534637, 0.01867043785750866, -0.03842206671833992, 0.05592005327343941, 0.029984017834067345, -0.012937124818563461, -0.00730019761249423, 0....
0.151732
\*\*Security-sensitive feature.\*\* This mode delegates authentication entirely to your reverse proxy. Misconfiguration can expose your Gateway to unauthorized access. Read this page carefully before enabling. ## When to use Use `trusted-proxy` auth mode when: - You run OpenClaw behind an \*\*identity-aware proxy\*\* (...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/trusted-proxy-auth.md
main
opebclaw
[ -0.07124391943216324, 0.059414710849523544, -0.011116358451545238, 0.02270003966987133, -0.03581715002655983, -0.1472754031419754, 0.05990036204457283, 0.012788434512913227, 0.019237229600548744, -0.03655272349715233, -0.02922162413597107, -0.003670388599857688, 0.008312365971505642, -0.02...
-0.006475
client-supplied identity headers. - Internal Gateway clients that do not travel through the reverse proxy should use `gateway.auth.password` / `OPENCLAW\_GATEWAY\_PASSWORD`, not trusted-proxy identity headers. - Non-loopback Control UI deployments still need explicit `gateway.controlUi.allowedOrigins`. - \*\*Forwarded-...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/trusted-proxy-auth.md
main
opebclaw
[ -0.10654684156179428, 0.009549355134367943, -0.02437606081366539, 0.027660585939884186, -0.00922362320125103, -0.0884648934006691, 0.05650085583329201, -0.009685715660452843, -0.03897501900792122, -0.022101931273937225, 0.022761473432183266, 0.010175024159252644, 0.07844279706478119, -0.01...
-0.044285
} ``` ```json5 { gateway: { bind: "lan", trustedProxies: ["172.17.0.1"], // Traefik container IP auth: { mode: "trusted-proxy", trustedProxy: { userHeader: "x-forwarded-user", }, }, }, } ``` ## Mixed token configuration OpenClaw rejects ambiguous configurations where both a `gateway.auth.token` (or `OPENCLAW\_GATEWAY\_...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/trusted-proxy-auth.md
main
opebclaw
[ -0.0956026166677475, 0.006881259847432375, -0.056101005524396896, 0.048051752150058746, 0.016294512897729874, -0.18861541152000427, -0.012401893734931946, -0.04163265600800514, -0.02266807295382023, -0.024458786472678185, 0.029215926304459572, 0.0017834871541708708, -0.020594559609889984, ...
0.025369
IP in `gateway.trustedProxies`. Check: - Is the proxy IP correct? (Docker container IPs can change.) - Is there a load balancer in front of your proxy? - Use `docker inspect` or `kubectl get pods -o wide` to find actual IPs. OpenClaw rejected a loopback-source trusted-proxy request. Check: - Is the proxy connecting fro...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/trusted-proxy-auth.md
main
opebclaw
[ 0.0026125588919967413, 0.04127141460776329, 0.00649814261123538, 0.0019040567567571998, -0.05857096612453461, -0.1022995337843895, -0.012654690071940422, -0.027658846229314804, 0.029262837022542953, 0.022258641198277473, -0.07032830268144608, -0.03910227119922638, 0.04780588299036026, -0.0...
-0.019437
> This content has been merged into [Remote Access](/gateway/remote#macos-persistent-ssh-tunnel-via-launchagent). See that page for the current guide. # Running OpenClaw.app with a Remote Gateway OpenClaw.app uses SSH tunneling to connect to a remote gateway. This guide shows you how to set it up. ## Overview ```mermai...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/remote-gateway-readme.md
main
opebclaw
[ 0.013561359606683254, 0.021680038422346115, -0.08472203463315964, -0.0015891595976427197, -0.04387224093079567, -0.055534202605485916, -0.091574527323246, 0.032138340175151825, -0.012185053899884224, -0.006679213140159845, -0.0014301161281764507, -0.0190286822617054, 0.014386598952114582, ...
0.028333
OpenClaw exports diagnostics through the official `diagnostics-otel` plugin using \*\*OTLP/HTTP (protobuf)\*\*. Any collector or backend that accepts OTLP/HTTP works without code changes. For local file logs and how to read them, see [Logging](/logging). ## How it fits together - \*\*Diagnostics events\*\* are structur...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/opentelemetry.md
main
opebclaw
[ -0.03582107648253441, -0.022520599886775017, -0.08954618871212006, 0.06690992414951324, 0.038341619074344635, -0.12384779006242752, -0.01143324188888073, -0.015752123668789864, 0.05534803867340088, 0.009526293724775314, 0.035524144768714905, -0.08873188495635986, -0.023869384080171585, -0....
0.123646
OpenTelemetry SDK. The plugin then skips its own NodeSDK lifecycle but still wires diagnostic listeners and honors `traces`/`metrics`/`logs`. | ## Privacy and content capture Raw model/tool content is \*\*not\*\* exported by default. Spans carry bounded identifiers (channel, provider, model, error category, hash-only r...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/opentelemetry.md
main
opebclaw
[ -0.042293980717659, -0.008011545054614544, -0.027760427445173264, 0.02261480502784252, 0.03773532435297966, -0.08914811909198761, 0.032975275069475174, -0.004496948327869177, 0.03783304616808891, 0.029310373589396477, 0.0065021999180316925, -0.09631528705358505, -0.0030721279326826334, 0.0...
0.134099
response event) - `openclaw.model.failover` (counter, attrs: `openclaw.provider`, `openclaw.model`, `openclaw.failover.to\_provider`, `openclaw.failover.to\_model`, `openclaw.failover.reason`, `openclaw.failover.suspended`, `openclaw.lane`) - `openclaw.skill.used` (counter, attrs: `openclaw.skill.name`, `openclaw.skill...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/opentelemetry.md
main
opebclaw
[ -0.08441455662250519, 0.004787883255630732, -0.035100165754556656, 0.07371492683887482, 0.029202792793512344, -0.09977752715349197, 0.010357154533267021, -0.02793470211327076, 0.007922068238258362, -0.06265199929475784, 0.035805657505989075, -0.08970119804143906, 0.02201938070356846, -0.04...
0.075051
`openclaw.exec.target`, `openclaw.exec.mode`, `openclaw.outcome`, `openclaw.failureKind`) ### Diagnostics internals (memory and tool loop) - `openclaw.payload.large` (counter, attrs: `openclaw.payload.surface`, `openclaw.payload.action`, `openclaw.channel`, `openclaw.plugin`, `openclaw.reason`) - `openclaw.payload.larg...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/opentelemetry.md
main
opebclaw
[ -0.040539540350437164, -0.010169371031224728, -0.098115935921669, 0.06185228377580643, 0.015831613913178444, -0.15855549275875092, -0.01674054190516472, 0.02327878586947918, -0.005362743511795998, -0.04388130083680153, 0.010286293923854828, -0.0372612364590168, 0.024845685809850693, -0.027...
0.072411
Disable ```json5 { diagnostics: { otel: { enabled: false } }, } ``` You can also leave `diagnostics-otel` out of `plugins.allow`, or run `openclaw plugins disable diagnostics-otel`. ## Related - [Logging](/logging) - file logs, console output, CLI tailing, and the Control UI Logs tab - [Gateway logging internals](/gate...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/opentelemetry.md
main
opebclaw
[ -0.007267805747687817, 0.020209286361932755, -0.014298953115940094, 0.04278947785496712, 0.057526394724845886, -0.11524556577205658, -0.06131462752819061, -0.02766568399965763, -0.022718824446201324, -0.005331622436642647, 0.0451970174908638, 0.007870088331401348, -0.034305401146411896, 0....
0.093439
OpenClaw can create a local diagnostics zip for bug reports. It combines sanitized Gateway status, health, logs, config shape, and recent payload-free stability events. Treat diagnostics bundles like secrets until you have reviewed them. They are designed to omit or redact payloads and credentials, but they still summa...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/diagnostics.md
main
opebclaw
[ -0.006141243502497673, 0.02844635397195816, -0.08856263011693954, 0.10534258186817169, 0.06262318044900894, -0.08935274183750153, -0.010459672659635544, 0.05528692528605461, -0.017623698338866234, 0.004859011620283127, -0.007834701798856258, -0.013533213175833225, 0.0212541613727808, 0.037...
0.08573
when available. ## Privacy model Diagnostics are designed to be shareable. The export keeps operational data that helps debugging, such as: - subsystem names, plugin ids, provider ids, channel ids, and configured modes - status codes, durations, byte counts, queue state, and memory readings - sanitized log metadata and...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/diagnostics.md
main
opebclaw
[ -0.03699549287557602, -0.01750149577856064, -0.0896303579211235, 0.07812060415744781, 0.09165347367525101, -0.058524440973997116, -0.004834900144487619, 0.018976230174303055, 0.04589885100722313, 0.018208134919404984, -0.015148104168474674, 0.011443152092397213, -0.00026643567252904177, -0...
0.176363
the snapshot is off. ## Related - [Health checks](/gateway/health) - [Gateway CLI](/cli/gateway#gateway-diagnostics-export) - [Gateway protocol](/gateway/protocol#system-and-identity) - [Logging](/logging) - [OpenTelemetry export](/gateway/opentelemetry) — separate flow for streaming diagnostics to a collector
https://github.com/openclaw/openclaw/blob/main/docs/gateway/diagnostics.md
main
opebclaw
[ -0.01275973953306675, 0.02332184463739395, -0.061296526342630386, -0.025319721549749374, 0.10866531729698181, -0.04720670357346535, 0.00005703129500034265, -0.02647405117750168, -0.005546835716813803, -0.026072150096297264, 0.025356611236929893, -0.03793632984161377, -0.02791782096028328, ...
0.125806
OpenClaw runs shell commands through the `exec` tool and keeps long-running tasks in memory. The `process` tool manages those background sessions. ## exec tool Key parameters: - `command` (required) - `yieldMs` (default 10000): auto-background after this delay - `background` (bool): background immediately - `timeout` (...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/background-process.md
main
opebclaw
[ 0.002536813262850046, 0.030454140156507492, -0.0899384468793869, 0.06128775328397751, 0.04616241157054901, -0.12866543233394623, -0.08718819916248322, 0.0012974011478945613, 0.027455192059278488, 0.0008328859112225473, 0.008472410961985588, -0.006463632918894291, -0.0015008187619969249, -0...
0.114906
for status, logs, quiet-success confirmation, or completion confirmation when automatic completion wake is unavailable. - Use `log` before recovering an interactive CLI so the current transcript, stdin state, and input-wait hint are visible together. - Use `write` / `send-keys` / `submit` / `paste` / `kill` when you ne...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/background-process.md
main
opebclaw
[ -0.04919752851128578, -0.0396549217402935, -0.0717725083231926, -0.012086465023458004, 0.03949962183833122, -0.06671397387981415, 0.03805391490459442, 0.00047826769878156483, -0.017686283215880394, 0.025413036346435547, 0.018842441961169243, -0.0022412606049329042, -0.010150627233088017, -...
0.170351
Short guide to verify channel connectivity without guessing. ## Quick checks - `openclaw status` — local summary: gateway reachability/mode, update hint, linked channel auth age, sessions + recent activity. - `openclaw status --all` — full local diagnosis (read-only, color, safe to paste for debugging). - `openclaw sta...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/health.md
main
opebclaw
[ -0.03363684192299843, -0.015680424869060516, -0.08023526519536972, 0.029328027740120888, 0.04653476923704147, -0.14258752763271332, -0.01594596728682518, -0.03412186726927757, -0.01014508306980133, -0.002996220951899886, 0.06276017427444458, -0.02054639160633087, -0.0154710803180933, 0.002...
0.041474
`30`. Keep this greater than or equal to `gateway.channelHealthCheckMinutes`. - `gateway.channelMaxRestartsPerHour`: rolling one-hour cap for health-monitor restarts per channel/account. Default: `10`. - `channels..healthMonitor.enabled`: disable health-monitor restarts for a specific channel while leaving global monit...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/health.md
main
opebclaw
[ 0.020073534920811653, -0.06316925585269928, -0.05120253190398216, -0.0025966467801481485, 0.017759256064891815, -0.0414583645761013, 0.043741125613451004, -0.017224319279193878, 0.03766387701034546, 0.0022887596860527992, 0.00901469960808754, 0.029471328482031822, -0.0017783420626074076, 0...
0.046256
This repo supports remote gateway access by keeping a single Gateway (the master) running on a dedicated host (desktop/server) and connecting clients to it. - For \*\*operators (you / the macOS app)\*\*: direct LAN/Tailnet WebSocket is simplest when the gateway is reachable; SSH tunneling is the universal fallback. - F...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/remote.md
main
opebclaw
[ -0.03311522677540779, -0.0275255274027586, -0.00676329992711544, -0.058639463037252426, -0.03273462876677513, 0.01351888943463564, 0.016166554763913155, 0.030003372579813004, -0.0050700269639492035, 0.009469269774854183, 0.03367692232131958, 0.014088158495724201, 0.02311222441494465, -0.01...
0.094341
"ws://127.0.0.1:18789", token: "your-token", }, }, } ``` When the gateway is loopback-only, keep the URL at `ws://127.0.0.1:18789` and open the SSH tunnel first. In the macOS app's SSH tunnel transport, discovered gateway hostnames belong in `gateway.remote.sshTarget`; `gateway.remote.url` remains the local tunnel URL....
https://github.com/openclaw/openclaw/blob/main/docs/gateway/remote.md
main
opebclaw
[ -0.018312398344278336, 0.002261594869196415, -0.03917757421731949, 0.01857694797217846, -0.022869238629937172, -0.05773663893342018, -0.008881236426532269, 0.04664900526404381, 0.008618861436843872, 0.03622802346944809, -0.04131978750228882, -0.004506503231823444, 0.000209141056984663, 0.0...
0.084288
follow the gateway's normal HTTP auth mode. This tokenless flow assumes the gateway host is trusted. Set it to `false` if you want shared-secret auth everywhere. - \*\*Trusted-proxy\*\* auth expects non-loopback identity-aware proxy setups by default. Same-host loopback reverse proxies require explicit `gateway.auth.tr...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/remote.md
main
opebclaw
[ -0.00644536642357707, -0.01334806066006422, -0.023828621953725815, 0.01050595473498106, -0.041843365877866745, -0.004772231448441744, -0.0331176295876503, -0.01122625544667244, -0.012840387411415577, 0.016938619315624237, -0.023825226351618767, 0.041329316794872284, -0.0014536448288708925, ...
0.019014
The Gateway WS protocol is the \*\*single control plane + node transport\*\* for OpenClaw. All clients (CLI, web UI, macOS app, iOS/Android nodes, headless nodes) connect over WebSocket and declare their \*\*role\*\* + \*\*scope\*\* at handshake time. ## Transport - WebSocket, text frames with JSON payloads. - First fr...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/protocol.md
main
opebclaw
[ -0.025966251268982887, 0.03171100839972496, -0.002941932762041688, 0.005721727851778269, -0.010759093798696995, -0.11650634557008743, -0.006747154984623194, -0.004094249103218317, 0.05270059406757355, -0.0021262115333229303, -0.003381346585229039, 0.049761515110731125, -0.021153710782527924,...
0.07839
"operator.talk.secrets", "operator.write"] } ] } } ``` The operator handoff is intentionally bounded so QR onboarding can start the mobile operator loop without granting `operator.admin` or `operator.pairing`. It does include `operator.talk.secrets` so the native client can read the Talk configuration it needs after bo...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/protocol.md
main
opebclaw
[ -0.09359598904848099, 0.04772203788161278, 0.0006535167340189219, 0.02981865406036377, -0.09957542270421982, -0.035548631101846695, -0.0071953823789954185, 0.015885600820183754, 0.02176203578710556, -0.004281483590602875, 0.006575932260602713, 0.044015202671289444, 0.019235210493206978, 0....
-0.054236
may still return `{ "ok": true }` for `node.event`; clients should treat that as an acknowledged RPC, not as durable presence persistence. ## Broadcast event scoping Server-pushed WebSocket broadcast events are scope-gated so that pairing-scoped or node-only sessions do not passively receive session content. - \*\*Chat...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/protocol.md
main
opebclaw
[ -0.05697546899318695, 0.010555972345173359, -0.05687960237264633, 0.08484312891960144, 0.04915280640125275, 0.0032326269429177046, 0.11822126805782318, -0.03517806529998779, 0.011044248938560486, 0.03924651816487312, 0.019461126998066902, 0.025022344663739204, -0.056215085089206696, 0.0801...
0.127772
returns usage log entries for one session. - `channels.status` returns built-in + bundled channel/plugin status summaries. - `channels.logout` logs out a specific channel/account where the channel supports logout. - `web.login.start` starts a QR/web login flow for the current QR-capable web channel provider. - `web.log...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/protocol.md
main
opebclaw
[ -0.04056008532643318, -0.06549157202243805, -0.0310203954577446, -0.007399475201964378, -0.038273170590400696, -0.024219170212745667, 0.05454394593834877, -0.029422063380479813, 0.08199375122785568, 0.028340836986899376, -0.009402474388480186, -0.00903653260320425, -0.05739286169409752, 0....
0.102335
`secrets.reload` re-resolves active SecretRefs and swaps runtime secret state only on full success. - `secrets.resolve` resolves command-target secret assignments for a specific command/target set. - `config.get` returns the current config snapshot and hash. - `config.set` writes a validated config payload. - `config.p...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/protocol.md
main
opebclaw
[ -0.07143761217594147, -0.0163880605250597, -0.01570720225572586, 0.037071071565151215, 0.006882098037749529, -0.05513079836964607, -0.03317642956972122, 0.0015011272625997663, -0.02470160275697708, -0.01487771887332201, 0.01998138055205345, -0.01132090575993061, -0.007124466355890036, -0.0...
0.081996
session. - `sessions.preview` returns bounded transcript previews for specific session keys. - `sessions.describe` returns one Gateway session row for an exact session key. - `sessions.resolve` resolves or canonicalizes a session target. - `sessions.create` creates a new session entry. - `sessions.send` sends a message...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/protocol.md
main
opebclaw
[ -0.06450972706079483, -0.007985906675457954, -0.04943985491991043, -0.010433241724967957, -0.037300821393728256, -0.05210031569004059, 0.05361760035157204, 0.028887484222650528, 0.025615226477384567, 0.08329508453607559, 0.0005932915373705328, 0.07349707186222076, -0.03544574975967407, 0.0...
0.140221
`session.tool`: transcript, in-flight session operation, and event-stream updates for a subscribed session. - `sessions.changed`: session index or metadata changed. - `presence`: system presence snapshot updates. - `tick`: periodic keepalive / liveness event. - `health`: gateway health snapshot update. - `heartbeat`: h...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/protocol.md
main
opebclaw
[ -0.07797647267580032, 0.005826578941196203, -0.0019175673369318247, -0.007391900289803743, 0.056380730122327805, -0.03929164260625839, -0.005035585258156061, -0.03526775538921356, 0.0504700243473053, 0.06556127220392227, 0.020266491919755936, -0.025061680004000664, -0.08005798608064651, -0...
0.126269
`source="plugin"`, `source="channel"`, or `source="mcp"`. - Operators may call `tools.invoke` (`operator.write`) to invoke one available tool through the same gateway policy path as `/tools/invoke`. - `name` is required. `args`, `sessionKey`, `agentId`, `confirm`, and `idempotencyKey` are optional. - If both `sessionKe...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/protocol.md
main
opebclaw
[ -0.09074307233095169, 0.01502949371933937, -0.04779024049639702, -0.0007126880809664726, -0.05699188634753227, -0.061784494668245316, 0.006338550243526697, 0.020876223221421242, -0.040909186005592346, 0.03129047900438309, 0.016063353046774864, -0.06454306095838547, 0.038645125925540924, -0...
0.091483
If a caller mutates `command`, `rawCommand`, `cwd`, `agentId`, or `sessionKey` between prepare and the final approved `system.run` forward, the gateway rejects the run instead of trusting the mutated payload. ## Agent delivery fallback - `agent` requests can include `deliver=true` to request outbound delivery. - `bestE...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/protocol.md
main
opebclaw
[ -0.052358224987983704, -0.026737116277217865, -0.03437446430325508, 0.03127061203122139, -0.011362982913851738, -0.10053293406963348, -0.05712980777025223, 0.024547234177589417, -0.03195689618587494, 0.010467211715877056, 0.01537243090569973, 0.0003306050202809274, 0.02042347565293312, 0.0...
0.094537
device token suppresses it. - Auto-promotion of a stored device token on the one-shot `AUTH\_TOKEN\_MISMATCH` retry is gated to \*\*trusted endpoints only\*\* — loopback, or `wss://` with a pinned `tlsFingerprint`. Public `wss://` without pinning does not qualify. - Built-in setup-code bootstrap returns the primary nod...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/protocol.md
main
opebclaw
[ -0.11178445816040039, -0.0029589293990284204, 0.0369105339050293, 0.01732536032795906, 0.010082662105560303, -0.08644045889377594, 0.04252633452415466, -0.0033358396030962467, -0.004125471226871014, 0.018520893529057503, 0.06810761243104935, 0.020193668082356453, 0.0709032267332077, 0.0300...
0.020554
with the shared gateway token/password. - Omitting device identity has scope consequences. When a Control UI connection lacks device identity, `shouldClearUnboundScopesForMissingDeviceIdentity` clears self-declared scopes to an empty set for token, password, and trusted-proxy auth. The connection is allowed on explicit...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/protocol.md
main
opebclaw
[ -0.07483264803886414, -0.009087607264518738, -0.033471278846263885, 0.02935205213725567, -0.022331126034259796, -0.031513508409261703, 0.005692591425031424, -0.0438045933842659, -0.016427697613835335, -0.015406766906380653, 0.01551276445388794, -0.06090203672647476, 0.0621890127658844, 0.0...
0.015426
The TCP bridge has been \*\*removed\*\*. Current OpenClaw builds do not ship the bridge listener and `bridge.\*` config keys are no longer in the schema. This page is kept for historical reference only. Use the [Gateway Protocol](/gateway/protocol) for all node/operator clients. ## Why it existed - \*\*Security boundar...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/bridge-protocol.md
main
opebclaw
[ -0.05662672966718674, 0.06311226636171341, -0.02359185926616192, 0.03821763023734093, 0.01676366850733757, -0.037950318306684494, -0.006067115813493729, -0.029205607250332832, -0.006844780873507261, 0.021754762157797813, -0.04386136680841446, -0.02878669835627079, 0.02658848650753498, -0.0...
0.032268
`models.providers..localService` lets OpenClaw start a provider-owned local model server on demand. It is provider-level config: when the selected model belongs to that provider, OpenClaw probes the service, starts the process if the endpoint is down, waits for readiness, then sends the model request. Use it for local ...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/local-model-services.md
main
opebclaw
[ -0.03919792175292969, -0.04961000010371208, -0.03938654437661171, 0.08955276012420654, 0.025019293650984764, -0.12382832914590836, -0.05324980616569519, -0.03287919610738754, 0.03702588006854057, 0.007174977101385593, 0.03550799936056137, 0.025921935215592384, -0.003991659265011549, 0.0098...
0.060626
that sees the same health URL already live will reuse it without adopting it. - Startup is serialized per provider command and argument set, so concurrent requests do not spawn duplicate servers for the same config. - Active streaming responses hold a lease; idle shutdown waits until response body handling is complete....
https://github.com/openclaw/openclaw/blob/main/docs/gateway/local-model-services.md
main
opebclaw
[ -0.03647724539041519, -0.027719145640730858, -0.07405810058116913, 0.03591174632310867, 0.02737424336373806, -0.06491589546203613, -0.07404783368110657, -0.015159615315496922, 0.03043544851243496, -0.04326026141643524, 0.0025705809239298105, 0.043564070016145706, -0.0027703698724508286, 0....
0.049494
Expose the Gateway only after you can explain who can reach it, how they are authenticated, which agents they can trigger, and which tools those agents can use. When in doubt, return to loopback-only access and re-run the audit. This runbook turns the broader [Security](/gateway/security) guidance into an operator chec...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/exposure-runbook.md
main
opebclaw
[ 0.034699078649282455, 0.05940801650285721, -0.04735665023326874, 0.017374172806739807, 0.00287938816472888, 0.004109754227101803, 0.08676806092262268, -0.08762223273515701, 0.054285336285829544, -0.03758225217461586, -0.0012211205903440714, 0.023005831986665726, 0.01032229047268629, -0.074...
0.006164
every sender is trusted. - Do not combine `"\*"` allowlists with broad tool access. - Require mentions in groups unless the room is tightly controlled. - Use `session.dmScope: "per-channel-peer"` when multiple people can DM the bot. - Route shared channels to agents with minimal tools and no personal credentials. Pairi...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/exposure-runbook.md
main
opebclaw
[ -0.04873232915997505, -0.04080556333065033, -0.05676101893186569, 0.03304734826087952, -0.060058314353227615, -0.05296175926923752, 0.03149467706680298, -0.03330883011221886, -0.059431806206703186, 0.028493093326687813, -0.004288488999009132, -0.022574903443455696, 0.0627131536602974, -0.0...
0.022292
audit findings are resolved. - Rollback steps are tested and documented.
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/exposure-runbook.md
main
opebclaw
[ -0.07484625279903412, 0.08730878680944443, -0.006734493654221296, 0.04038546606898308, 0.015333853662014008, 0.019459061324596405, -0.06453518569469452, -0.09113673120737076, -0.027986610308289528, 0.008695595897734165, 0.08900579810142517, 0.11435399204492569, -0.000480823713587597, -0.00...
0.00294
OpenClaw uses [`@openclaw/fs-safe`](https://github.com/openclaw/fs-safe) for security-sensitive local file operations: root-bounded reads/writes, atomic replacement, archive extraction, temp workspaces, JSON state, and secret-file handling. The goal is a consistent \*\*library guardrail\*\* for trusted OpenClaw code th...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/secure-file-operations.md
main
opebclaw
[ -0.04835578054189682, 0.0320315882563591, -0.11259793490171432, 0.04775474593043327, 0.07826372981071472, -0.12116029858589172, -0.05039547011256218, 0.02419133670628071, -0.022995855659246445, -0.018453387543559074, 0.03925476223230362, 0.035026196390390396, 0.04298561066389084, 0.0413428...
0.077849
`openclaw security audit` emits structured findings keyed by `checkId`. This page is the reference catalog for those IDs. For the high-level threat model and hardening guidance, see [Security](/gateway/security). High-signal `checkId` values you will most likely see in real deployments (not exhaustive): | `checkId` | S...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/audit-checks.md
main
opebclaw
[ -0.016808105632662773, 0.03757507726550102, -0.09630772471427917, 0.027532553300261497, 0.032206565141677856, -0.06738205999135971, 0.05261945724487305, -0.06247008219361305, -0.008257295936346054, -0.0147850988432765, 0.03295333683490753, 0.023454632610082626, 0.03472781926393509, -0.0766...
0.087203
do not match shell text or groups | `gateway.nodes.denyCommands` | no | | `gateway.tailscale\_funnel` | critical | Public internet exposure | `gateway.tailscale.mode` | no | | `gateway.tailscale\_serve` | info | Tailnet exposure is enabled via Serve | `gateway.tailscale.mode` | no | | `gateway.control\_ui.allowed\_orig...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/audit-checks.md
main
opebclaw
[ 0.002995559014379978, 0.02938222698867321, -0.01493590697646141, 0.0037368673365563154, 0.04430600628256798, -0.06470577418804169, -0.009004139341413975, -0.007681428920477629, -0.05638084188103676, -0.010062608867883682, 0.059767235070466995, -0.031191034242510796, -0.0025318991392850876, ...
0.03738
Hook install records lack integrity metadata | hook install metadata | no | | `hooks.installs\_version\_drift` | warn | Hook install records drift from installed packages | hook install metadata | no | | `logging.redact\_off` | warn | Sensitive values leak to logs/status | `logging.redactSensitive` | yes | | `browser.c...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/audit-checks.md
main
opebclaw
[ 0.03700077161192894, -0.006658532656729221, -0.08602069318294525, 0.007270759902894497, 0.037429697811603546, -0.008828354068100452, -0.0044644782319664955, 0.045281294733285904, -0.06277059018611908, 0.039134278893470764, 0.0894523561000824, -0.07254435122013092, 0.03233051300048828, 0.00...
0.046522
lack integrity metadata | plugin install metadata | no | | `plugins.installs\_version\_drift` | warn | Plugin index records drift from installed packages | plugin install metadata | no | | `plugins.code\_safety` | warn/critical | Plugin code scan found suspicious or dangerous patterns | plugin code / install source | n...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/audit-checks.md
main
opebclaw
[ -0.04095550253987312, -0.0625297799706459, -0.04791110008955002, -0.0227071363478899, 0.1058395728468895, -0.013500774279236794, 0.03505914658308029, 0.00007862841448513791, -0.0965939462184906, 0.03457473963499069, 0.0986919179558754, -0.07191929966211319, 0.044048063457012177, 0.01275982...
0.070967
OpenClaw source checkouts use `pnpm-lock.yaml`. Published OpenClaw npm packages use `npm-shrinkwrap.json`, npm's publishable dependency lockfile, so package installs use the dependency graph reviewed during release. ## The easy version Shrinkwrap is a receipt for the dependency tree that ships with an npm package. It t...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/shrinkwrap.md
main
opebclaw
[ -0.0378149040043354, 0.04604712873697281, 0.016471415758132935, 0.06715776771306992, 0.14966987073421478, -0.05018239468336105, -0.08405327796936035, -0.017750637605786324, -0.011350620537996292, 0.06872629374265671, 0.07476937770843506, 0.06850089132785797, -0.04026583954691887, -0.012441...
0.07236
\*\*Personal assistant trust model.\*\* This guidance assumes one trusted operator boundary per gateway (single-user, personal-assistant model). OpenClaw is \*\*not\*\* a hostile multi-tenant security boundary for multiple adversarial users sharing one agent or gateway. If you need mixed-trust or adversarial-user opera...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md
main
opebclaw
[ -0.0746522843837738, -0.03104596957564354, -0.06528688222169876, 0.027013888582587242, -0.033979110419750214, -0.09510982781648636, 0.04640509933233261, -0.02266138605773449, -0.02650897018611431, -0.03082164004445076, 0.031953711062669754, -0.08467090874910355, 0.09274715930223465, 0.0085...
0.06991
same permission set. Per-user session/memory isolation helps privacy, but does not convert a shared agent into per-user host authorization. ### Secure file operations OpenClaw uses `@openclaw/fs-safe` for root-bounded file access, atomic writes, archive extraction, temp workspaces, and secret-file helpers. OpenClaw def...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md
main
opebclaw
[ -0.05608713999390602, 0.014763971790671349, -0.12427946925163269, 0.03171050548553467, 0.020555095747113228, -0.09683337062597275, -0.030137883499264717, 0.0820678323507309, -0.03717789426445961, -0.014151843264698982, 0.011316685937345028, 0.010042095556855202, 0.03812776133418083, 0.0524...
0.110158
injection alone proves auth bypass" | | `canvas.eval` / browser evaluate | Intentional operator capability when enabled | "Any JS eval primitive is automatically a vuln in this trust model" | | Local TUI `!` shell | Explicit operator-triggered local execution | "Local shell convenience command is remote injection" | | ...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md
main
opebclaw
[ -0.0556497760117054, 0.04601426422595978, -0.028141038492321968, 0.0364995151758194, 0.0012447292683646083, -0.021736040711402893, 0.019618632271885872, -0.03188106045126915, -0.06138744577765465, 0.015553734265267849, 0.026965739205479622, 0.034855689853429794, 0.017516881227493286, 0.040...
0.098873
per channel or per room/conversation. See [Group Chats](/channels/groups#context-visibility-and-allowlists) for setup details. Advisory triage guidance: - Claims that only show "model can see quoted or historical text from non-allowlisted senders" are hardening findings addressable with `contextVisibility`, not auth or...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md
main
opebclaw
[ -0.03232313320040703, -0.013102008029818535, -0.02109699696302414, 0.032555289566516876, 0.11618413031101227, -0.02356250211596489, 0.08218292146921158, -0.017997371032834053, -0.02513107843697071, 0.03413327410817146, 0.05154915153980255, -0.0062790424562990665, 0.051256898790597916, 0.03...
0.174859
and auto-fix support at [Security audit checks](/gateway/security/audit-checks). ## Control UI over HTTP The Control UI needs a \*\*secure context\*\* (HTTPS or localhost) to generate device identity. `gateway.controlUi.allowInsecureAuth` is a local compatibility toggle: - On localhost, it allows Control UI auth withou...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md
main
opebclaw
[ -0.0696071907877922, 0.039640408009290695, 0.017968611791729927, 0.02260691113770008, 0.039933644235134125, -0.05948733538389206, 0.022637756541371346, -0.03566532954573631, -0.029603853821754456, -0.013741523958742619, 0.06269387155771255, 0.015366329811513424, 0.010915476828813553, 0.042...
-0.025619
- OpenClaw gateway is local/loopback first. If you terminate TLS at a reverse proxy, set HSTS on the proxy-facing HTTPS domain there. - If the gateway itself terminates HTTPS, you can set `gateway.http.securityHeaders.strictTransportSecurity` to emit the HSTS header from OpenClaw responses. - Detailed deployment guidan...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md
main
opebclaw
[ -0.04223518446087837, 0.05275162309408188, -0.06793238967657089, 0.06850206106901169, -0.01448360737413168, -0.09978970885276794, -0.07102750986814499, -0.012601014226675034, -0.03279600664973259, -0.06841228157281876, 0.028547516092658043, -0.017537739127874374, 0.03998839855194092, -0.02...
-0.11108
skills eligible (based on bin probing). Treat skill folders as \*\*trusted code\*\* and restrict who can modify them. ## The threat model Your AI assistant can: - Execute arbitrary shell commands - Read/write files - Access network services - Send messages to anyone (if you give it WhatsApp access) People who message y...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md
main
opebclaw
[ -0.10204513370990753, -0.002613338176161051, -0.03626282513141632, 0.053280699998140335, 0.011649529449641705, -0.06759517639875412, 0.009070481173694134, 0.027898479253053665, -0.05017636716365814, 0.041364166885614395, 0.01711311563849449, -0.03387891501188278, 0.05931694433093071, 0.046...
0.143257
findings still warn only. `openclaw skills install` remains the separate ClawHub skill download/install flow. Details: [Plugins](/tools/plugin) ## DM access model: pairing, allowlist, open, disabled All current DM-capable channels support a DM policy (`dmPolicy` or `\*.dm.policy`) that gates inbound DMs \*\*before\*\* ...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md
main
opebclaw
[ -0.10839762538671494, -0.0032484931871294975, -0.03290678933262825, 0.016503438353538513, -0.01788642443716526, -0.08952005952596664, -0.022209884598851204, -0.03418203070759773, -0.046363335102796555, 0.04989562928676605, 0.03469998389482498, 0.0029551794286817312, 0.03839341178536415, 0....
0.020912
"dump your filesystem", "follow this link and run commands", etc.). Even with strong system prompts, **prompt injection is not solved**. System prompt guardrails are soft guidance only; hard enforcement comes from tool policy, exec approvals, sandboxing, and channel allowlists (and operators can disable these by design...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md
main
opebclaw
[ 0.04233197867870331, 0.019524041563272476, -0.038272518664598465, 0.007938326336443424, 0.059785474091768265, -0.020641472190618515, 0.017705336213111877, 0.03895159810781479, -0.07991977035999298, 0.053442154079675674, 0.04806720092892647, 0.005099198315292597, 0.06389999389648438, -0.042...
0.112617
content, even when delivery comes from systems you control (mail/docs/web content can carry prompt injection). - Weak model tiers increase this risk. For hook-driven automation, prefer strong modern model tiers and keep tool policy tight (`tools.profile: "messaging"` or stricter), plus sandboxing where possible. ### Pr...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md
main
opebclaw
[ -0.031781841069459915, -0.009617403149604797, -0.022908559069037437, 0.04194138944149017, 0.04094543680548668, -0.0805986225605011, 0.006809793878346682, 0.06773506850004196, 0.0008947186870500445, 0.07037194073200226, 0.029591858386993408, -0.030187176540493965, 0.10378414392471313, 0.016...
0.145087
## Reasoning and verbose output in groups `/reasoning`, `/verbose`, and `/trace` can expose internal reasoning, tool output, or plugin diagnostics that was not meant for a public channel. In group settings, treat them as **debug only** and keep them off unless you explicitly need them. Guidance: - Keep `/reasoning`, `/...
https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md
main
opebclaw
[ 0.0036372365429997444, -0.024104468524456024, -0.09053685516119003, 0.06270851194858551, 0.04566653072834015, -0.1077982634305954, -0.013053221628069878, 0.007851218804717064, -0.07640402764081955, -0.019368644803762436, 0.048457905650138855, -0.007412340026348829, 0.004978914279490709, 0....
0.081994