openclaw/docs/gateway
sheeek 15d286b617 feat(config): add $include directive for modular configs
Adds support for splitting clawdbot.json into multiple files using the
$include directive. This enables:

- Single file includes: { "$include": "./agents.json5" }
- Multiple file merging: { "$include": ["./a.json5", "./b.json5"] }
- Nested includes (up to 10 levels deep)
- Sibling key merging with includes

Features:
- Relative paths resolved from including file
- Absolute paths supported
- Circular include detection
- Clear error messages with resolved paths

Use case: Per-client agent configs for isolated sandboxed environments
(e.g., legal case management with strict data separation).
2026-01-12 00:08:27 +00:00
..
authentication.md docs: clarify model picks and auth setup 2026-01-10 17:36:54 +01:00
background-process.md feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
bonjour.md Docs: fix internal links 2026-01-10 14:51:33 -06:00
cli-backends.md feat: add codex cli backend 2026-01-11 01:39:30 +00:00
configuration-examples.md fix: update gateway auth docs and clients 2026-01-11 01:51:24 +01:00
configuration.md feat(config): add $include directive for modular configs 2026-01-12 00:08:27 +00:00
discovery.md Docs: fix internal links 2026-01-10 14:51:33 -06:00
doctor.md docs: clarify gateway remote node flow 2026-01-11 03:17:06 +01:00
gateway-lock.md docs: reorganize documentation structure 2026-01-07 00:45:46 +01:00
health.md Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
heartbeat.md Heartbeat: optional reasoning delivery (#690) 2026-01-10 22:26:20 +00:00
index.md Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
logging.md feat: improve logs output and docs 2026-01-09 02:51:17 +01:00
openai-http-api.md Gateway: disable OpenAI HTTP chat completions by default (#686) 2026-01-10 21:55:54 +00:00
pairing.md docs: refresh and simplify docs 2026-01-08 23:07:20 +01:00
remote-gateway-readme.md docs: refresh daemon troubleshooting guidance 2026-01-08 10:42:23 +01:00
remote.md docs: clarify gateway remote node flow 2026-01-11 03:17:06 +01:00
sandbox-vs-tool-policy-vs-elevated.md feat(sandbox): add sandbox explain inspector 2026-01-10 20:28:43 +01:00
sandboxing.md feat: add sandbox browser control allowlists 2026-01-11 01:52:32 +01:00
security.md feat: add plugin architecture 2026-01-11 12:11:12 +00:00
tailscale.md docs: clarify tailscale serve/funnel prerequisites 2026-01-08 07:16:12 +01:00
troubleshooting.md feat(macos): prompt for CLI install 2026-01-11 10:32:52 +00:00