2026-01-04 00:36:48 +01:00
{
"$schema" : "https://mintlify.com/docs.json" ,
2026-01-30 03:15:10 +01:00
"name" : "OpenClaw" ,
2026-04-04 16:28:05 +09:00
"description" : "Self-hosted gateway that connects Discord, Google Chat, iMessage, Matrix, Microsoft Teams, Signal, Slack, Telegram, WhatsApp, Zalo, and more to AI coding agents. Run one Gateway process on your own machine and message your AI assistant from anywhere." ,
2026-01-04 00:36:48 +01:00
"theme" : "mint" ,
2026-02-04 10:37:14 -05:00
"icons" : {
"library" : "lucide"
} ,
2026-01-04 00:36:48 +01:00
"logo" : {
"light" : "/assets/pixel-lobster.svg" ,
"dark" : "/assets/pixel-lobster.svg"
} ,
2026-02-04 10:37:14 -05:00
"fonts" : {
"body" : {
"family" : "Fragment Mono"
} ,
"heading" : {
"family" : "DM Sans"
}
} ,
2026-01-04 00:36:48 +01:00
"favicon" : "/assets/pixel-lobster.svg" ,
"colors" : {
2026-02-04 10:37:14 -05:00
"primary" : "#FF5A36" ,
"dark" : "#FF5A36" ,
"light" : "#FF8A6B"
} ,
2026-02-11 10:44:34 -05:00
"styling" : {
"codeblocks" : {
"theme" : {
"dark" : "min-dark" ,
"light" : "min-light"
}
}
} ,
2026-02-04 10:37:14 -05:00
"navbar" : {
"links" : [
{
"label" : "GitHub" ,
"href" : "https://github.com/openclaw/openclaw" ,
"icon" : "github"
} ,
{
"label" : "Releases" ,
"href" : "https://github.com/openclaw/openclaw/releases" ,
"icon" : "package"
2026-03-19 11:58:25 -07:00
} ,
{
"label" : "Discord" ,
"href" : "https://discord.com/invite/clawd" ,
"icon" : "discord"
2026-02-04 10:37:14 -05:00
}
]
2026-01-04 00:36:48 +01:00
} ,
2026-01-06 22:32:01 +00:00
"redirects" : [
2026-03-26 15:11:28 +08:00
{
"source" : "/providers/modelstudio" ,
2026-04-04 17:48:38 +01:00
"destination" : "/providers/qwen"
2026-03-26 15:11:28 +08:00
} ,
2026-03-19 13:29:35 -07:00
{
"source" : "/platforms/oracle" ,
"destination" : "/install/oracle"
} ,
{
"source" : "/platforms/digitalocean" ,
"destination" : "/install/digitalocean"
} ,
{
"source" : "/platforms/raspberry-pi" ,
"destination" : "/install/raspberry-pi"
} ,
2026-03-20 10:54:48 -07:00
{
"source" : "/plugins/building-extensions" ,
"destination" : "/plugins/building-plugins"
} ,
2026-03-20 11:32:11 -07:00
{
"source" : "/plugins/agent-tools" ,
"destination" : "/plugins/building-plugins#registering-agent-tools"
} ,
{
"source" : "/tools/capability-cookbook" ,
"destination" : "/plugins/architecture"
} ,
2026-03-19 10:42:46 -07:00
{
"source" : "/brave-search" ,
"destination" : "/tools/brave-search"
} ,
{
"source" : "/perplexity" ,
"destination" : "/tools/perplexity-search"
} ,
2026-03-22 15:00:56 -07:00
{
"source" : "/web-fetch" ,
"destination" : "/tools/web-fetch"
} ,
2026-03-22 21:17:10 -07:00
{
"source" : "/duckduckgo-search" ,
"destination" : "/tools/duckduckgo-search"
} ,
2026-03-22 21:27:21 -07:00
{
"source" : "/exa-search" ,
"destination" : "/tools/exa-search"
} ,
2026-03-22 14:24:34 -07:00
{
"source" : "/gemini-search" ,
"destination" : "/tools/gemini-search"
} ,
{
"source" : "/grok-search" ,
"destination" : "/tools/grok-search"
} ,
{
"source" : "/kimi-search" ,
"destination" : "/tools/kimi-search"
} ,
2026-03-19 10:42:46 -07:00
{
"source" : "/tts" ,
"destination" : "/tools/tts"
} ,
2026-01-09 19:03:17 +00:00
{
"source" : "/messages" ,
"destination" : "/concepts/messages"
} ,
2026-01-15 01:09:21 +00:00
{
"source" : "/context" ,
"destination" : "/concepts/context"
} ,
2026-01-15 05:55:21 +00:00
{
"source" : "/compaction" ,
"destination" : "/concepts/compaction"
} ,
2026-03-14 10:02:21 -07:00
{
"source" : "/context-engine" ,
"destination" : "/concepts/context-engine"
} ,
2026-02-07 15:40:35 -05:00
{
"source" : "/cron" ,
2026-03-18 00:13:18 -07:00
"destination" : "/automation/cron-jobs"
2026-02-07 15:40:35 -05:00
} ,
2026-01-13 00:08:08 +00:00
{
"source" : "/minimax" ,
"destination" : "/providers/minimax"
} ,
2026-01-29 00:30:17 +08:00
{
"source" : "/xiaomi" ,
"destination" : "/providers/xiaomi"
} ,
2026-01-13 00:08:08 +00:00
{
"source" : "/openai" ,
"destination" : "/providers/openai"
} ,
{
"source" : "/openai/" ,
"destination" : "/providers/openai"
} ,
{
"source" : "/anthropic" ,
"destination" : "/providers/anthropic"
} ,
{
"source" : "/anthropic/" ,
"destination" : "/providers/anthropic"
} ,
{
"source" : "/moonshot" ,
"destination" : "/providers/moonshot"
} ,
2026-02-22 19:03:56 -05:00
{
"source" : "/mistral" ,
"destination" : "/providers/mistral"
} ,
2026-01-13 00:08:08 +00:00
{
"source" : "/openrouter" ,
"destination" : "/providers/openrouter"
} ,
{
"source" : "/opencode" ,
"destination" : "/providers/opencode"
} ,
2026-03-11 16:31:06 +11:00
{
"source" : "/opencode-go" ,
"destination" : "/providers/opencode-go"
} ,
2026-02-04 22:21:46 +08:00
{
"source" : "/qianfan" ,
"destination" : "/providers/qianfan"
} ,
2026-01-23 01:35:08 +00:00
{
"source" : "/mattermost" ,
"destination" : "/channels/mattermost"
} ,
2026-01-26 08:50:01 -06:00
{
"source" : "/line" ,
"destination" : "/channels/line"
} ,
2026-01-13 00:08:08 +00:00
{
"source" : "/glm" ,
"destination" : "/providers/glm"
} ,
{
"source" : "/zai" ,
"destination" : "/providers/zai"
} ,
2026-01-10 20:50:17 +01:00
{
"source" : "/message" ,
"destination" : "/cli/message"
} ,
2026-01-13 06:16:43 +00:00
{
"source" : "/providers/discord" ,
"destination" : "/channels/discord"
} ,
2026-01-23 16:45:37 -06:00
{
"source" : "/providers/googlechat" ,
"destination" : "/channels/googlechat"
} ,
2026-01-13 06:16:43 +00:00
{
"source" : "/providers/grammy" ,
2026-02-27 07:42:51 +05:30
"destination" : "/channels/telegram"
2026-01-13 06:16:43 +00:00
} ,
{
"source" : "/providers/imessage" ,
"destination" : "/channels/imessage"
} ,
{
"source" : "/providers/location" ,
"destination" : "/channels/location"
} ,
2026-01-21 18:40:56 -05:00
{
"source" : "/providers/mattermost" ,
"destination" : "/channels/mattermost"
} ,
2026-01-13 06:16:43 +00:00
{
"source" : "/providers/msteams" ,
"destination" : "/channels/msteams"
} ,
2026-01-26 08:50:01 -06:00
{
"source" : "/providers/line" ,
"destination" : "/channels/line"
} ,
2026-01-13 06:16:43 +00:00
{
"source" : "/providers/signal" ,
"destination" : "/channels/signal"
} ,
{
"source" : "/providers/slack" ,
"destination" : "/channels/slack"
} ,
{
"source" : "/providers/telegram" ,
"destination" : "/channels/telegram"
} ,
{
"source" : "/providers/troubleshooting" ,
"destination" : "/channels/troubleshooting"
} ,
2026-01-15 05:36:23 +00:00
{
"source" : "/providers/zalo" ,
"destination" : "/channels/zalo"
} ,
2026-01-13 06:16:43 +00:00
{
"source" : "/providers/whatsapp" ,
"destination" : "/channels/whatsapp"
} ,
2026-01-10 20:50:17 +01:00
{
"source" : "/sandbox" ,
"destination" : "/cli/sandbox"
} ,
2026-01-15 07:44:23 +00:00
{
"source" : "/sandboxing" ,
"destination" : "/gateway/sandboxing"
} ,
2026-01-07 00:41:31 +01:00
{
"source" : "/AGENTS.default" ,
"destination" : "/reference/AGENTS.default"
} ,
{
"source" : "/RELEASING" ,
"destination" : "/reference/RELEASING"
} ,
{
"source" : "/agent" ,
"destination" : "/concepts/agent"
} ,
{
"source" : "/agent-loop" ,
"destination" : "/concepts/agent-loop"
} ,
{
"source" : "/agent-send" ,
"destination" : "/tools/agent-send"
} ,
{
"source" : "/agent-workspace" ,
"destination" : "/concepts/agent-workspace"
} ,
{
"source" : "/android" ,
"destination" : "/platforms/android"
} ,
{
"source" : "/architecture" ,
"destination" : "/concepts/architecture"
} ,
{
"source" : "/audio" ,
"destination" : "/nodes/audio"
} ,
{
"source" : "/background-process" ,
"destination" : "/gateway/background-process"
} ,
{
"source" : "/bash" ,
2026-01-12 02:49:55 +00:00
"destination" : "/tools/exec"
} ,
{
"source" : "/tools/bash" ,
"destination" : "/tools/exec"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/bonjour" ,
"destination" : "/gateway/bonjour"
} ,
{
"source" : "/browser" ,
"destination" : "/tools/browser"
} ,
{
"source" : "/browser-linux-troubleshooting" ,
"destination" : "/tools/browser-linux-troubleshooting"
} ,
{
"source" : "/bun" ,
"destination" : "/install/bun"
} ,
2026-01-09 00:32:48 +00:00
{
"source" : "/auth-monitoring" ,
2026-04-03 03:16:41 +09:00
"destination" : "/gateway/authentication"
2026-01-09 00:32:48 +00:00
} ,
2026-01-07 00:41:31 +01:00
{
"source" : "/camera" ,
"destination" : "/nodes/camera"
} ,
{
"source" : "/clawd" ,
2026-01-30 03:15:10 +01:00
"destination" : "/start/openclaw"
} ,
{
"source" : "/start/clawd" ,
"destination" : "/start/openclaw"
} ,
{
"source" : "/start/clawd/" ,
"destination" : "/start/openclaw"
2026-01-07 00:41:31 +01:00
} ,
2026-02-22 20:04:08 +01:00
{
"source" : "/start/pairing" ,
"destination" : "/channels/pairing"
} ,
2026-01-30 21:01:02 +01:00
{
"source" : "/clawhub" ,
"destination" : "/tools/clawhub"
} ,
2026-01-07 00:41:31 +01:00
{
"source" : "/clawdhub" ,
2026-01-30 21:01:02 +01:00
"destination" : "/tools/clawhub"
} ,
{
"source" : "/tools/clawdhub" ,
"destination" : "/tools/clawhub"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/configuration" ,
"destination" : "/gateway/configuration"
} ,
{
"source" : "/control-ui" ,
"destination" : "/web/control-ui"
} ,
{
"source" : "/cron-jobs" ,
"destination" : "/automation/cron-jobs"
} ,
2026-01-23 19:00:17 +00:00
{
"source" : "/cron-vs-heartbeat" ,
2026-04-03 03:16:41 +09:00
"destination" : "/automation"
2026-01-23 19:00:17 +00:00
} ,
2026-01-07 00:41:31 +01:00
{
"source" : "/dashboard" ,
"destination" : "/web/dashboard"
} ,
{
"source" : "/device-models" ,
"destination" : "/reference/device-models"
} ,
{
"source" : "/discord" ,
2026-01-13 06:16:43 +00:00
"destination" : "/channels/discord"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/discovery" ,
"destination" : "/gateway/discovery"
} ,
{
"source" : "/docker" ,
"destination" : "/install/docker"
} ,
2026-02-14 17:39:06 +01:00
{
"source" : "/podman" ,
"destination" : "/install/podman"
} ,
2026-01-07 00:41:31 +01:00
{
"source" : "/doctor" ,
"destination" : "/gateway/doctor"
} ,
{
"source" : "/elevated" ,
"destination" : "/tools/elevated"
} ,
{
"source" : "/faq" ,
2026-01-24 09:49:35 +00:00
"destination" : "/help/faq"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/gateway-lock" ,
"destination" : "/gateway/gateway-lock"
} ,
{
"source" : "/getting-started" ,
"destination" : "/start/getting-started"
} ,
2026-02-05 10:09:45 -05:00
{
"source" : "/quickstart" ,
"destination" : "/start/getting-started"
} ,
{
"source" : "/start/quickstart" ,
"destination" : "/start/getting-started"
} ,
2026-01-07 00:41:31 +01:00
{
"source" : "/gmail-pubsub" ,
2026-04-03 03:16:41 +09:00
"destination" : "/automation/cron-jobs"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/grammy" ,
2026-02-27 07:42:51 +05:30
"destination" : "/channels/telegram"
} ,
{
"source" : "/channels/grammy" ,
"destination" : "/channels/telegram"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/group-messages" ,
2026-02-07 15:40:35 -05:00
"destination" : "/channels/group-messages"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/groups" ,
2026-02-07 15:40:35 -05:00
"destination" : "/channels/groups"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/health" ,
"destination" : "/gateway/health"
} ,
{
"source" : "/heartbeat" ,
"destination" : "/gateway/heartbeat"
} ,
{
"source" : "/hubs" ,
"destination" : "/start/hubs"
} ,
{
"source" : "/images" ,
"destination" : "/nodes/images"
} ,
{
"source" : "/imessage" ,
2026-01-13 06:16:43 +00:00
"destination" : "/channels/imessage"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/ios" ,
"destination" : "/platforms/ios"
} ,
{
"source" : "/linux" ,
"destination" : "/platforms/linux"
} ,
{
"source" : "/location" ,
2026-01-13 06:16:43 +00:00
"destination" : "/channels/location"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/location-command" ,
"destination" : "/nodes/location-command"
} ,
{
"source" : "/lore" ,
"destination" : "/start/lore"
} ,
{
"source" : "/mac/bun" ,
2026-01-10 16:03:01 +01:00
"destination" : "/platforms/mac/bundled-gateway"
} ,
{
"source" : "/platforms/mac/bun" ,
"destination" : "/platforms/mac/bundled-gateway"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/mac/canvas" ,
"destination" : "/platforms/mac/canvas"
} ,
{
"source" : "/mac/child-process" ,
"destination" : "/platforms/mac/child-process"
} ,
{
"source" : "/mac/dev-setup" ,
"destination" : "/platforms/mac/dev-setup"
} ,
{
"source" : "/mac/health" ,
"destination" : "/platforms/mac/health"
} ,
{
"source" : "/mac/icon" ,
"destination" : "/platforms/mac/icon"
} ,
{
"source" : "/mac/logging" ,
"destination" : "/platforms/mac/logging"
} ,
{
"source" : "/mac/menu-bar" ,
"destination" : "/platforms/mac/menu-bar"
} ,
{
"source" : "/mac/peekaboo" ,
"destination" : "/platforms/mac/peekaboo"
} ,
{
"source" : "/mac/permissions" ,
"destination" : "/platforms/mac/permissions"
} ,
{
"source" : "/mac/release" ,
2026-03-15 20:42:39 +01:00
"destination" : "/reference/RELEASING"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/mac/remote" ,
"destination" : "/platforms/mac/remote"
} ,
{
"source" : "/mac/signing" ,
"destination" : "/platforms/mac/signing"
} ,
{
"source" : "/mac/skills" ,
"destination" : "/platforms/mac/skills"
} ,
{
"source" : "/mac/voice-overlay" ,
"destination" : "/platforms/mac/voice-overlay"
} ,
{
"source" : "/mac/voicewake" ,
"destination" : "/platforms/mac/voicewake"
} ,
{
"source" : "/mac/webchat" ,
"destination" : "/platforms/mac/webchat"
} ,
{
"source" : "/mac/xpc" ,
"destination" : "/platforms/mac/xpc"
} ,
{
"source" : "/macos" ,
"destination" : "/platforms/macos"
} ,
{
"source" : "/model-failover" ,
"destination" : "/concepts/model-failover"
} ,
2026-02-07 15:40:35 -05:00
{
"source" : "/model" ,
2026-03-18 00:13:18 -07:00
"destination" : "/concepts/models"
2026-02-07 15:40:35 -05:00
} ,
{
"source" : "/model/" ,
2026-03-18 00:13:18 -07:00
"destination" : "/concepts/models"
2026-02-07 15:40:35 -05:00
} ,
2026-01-07 00:41:31 +01:00
{
"source" : "/models" ,
"destination" : "/concepts/models"
} ,
{
"source" : "/multi-agent" ,
"destination" : "/concepts/multi-agent"
} ,
{
"source" : "/nix" ,
"destination" : "/install/nix"
} ,
{
"source" : "/onboarding" ,
"destination" : "/start/onboarding"
} ,
{
"source" : "/pairing" ,
2026-02-07 15:40:35 -05:00
"destination" : "/channels/pairing"
2026-01-07 00:41:31 +01:00
} ,
{
2026-02-22 21:56:01 +01:00
"source" : "/experiments/plans/cron-add-hardening" ,
"destination" : "/automation/cron-jobs"
2026-01-07 00:41:31 +01:00
} ,
{
2026-02-22 21:56:01 +01:00
"source" : "/experiments/plans/group-policy-hardening" ,
"destination" : "/channels/groups"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/poll" ,
2026-04-03 03:16:41 +09:00
"destination" : "/cli/message"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/presence" ,
"destination" : "/concepts/presence"
} ,
{
"source" : "/provider-routing" ,
2026-02-07 15:40:35 -05:00
"destination" : "/channels/channel-routing"
2026-01-13 06:16:43 +00:00
} ,
{
"source" : "/concepts/provider-routing" ,
2026-02-07 15:40:35 -05:00
"destination" : "/channels/channel-routing"
2026-01-13 06:16:43 +00:00
} ,
2026-01-07 00:41:31 +01:00
{
"source" : "/queue" ,
"destination" : "/concepts/queue"
} ,
{
"source" : "/remote" ,
"destination" : "/gateway/remote"
} ,
{
"source" : "/remote-gateway-readme" ,
"destination" : "/gateway/remote-gateway-readme"
} ,
{
"source" : "/rpc" ,
"destination" : "/reference/rpc"
} ,
{
"source" : "/security" ,
"destination" : "/gateway/security"
} ,
{
"source" : "/session" ,
"destination" : "/concepts/session"
} ,
{
"source" : "/session-tool" ,
"destination" : "/concepts/session-tool"
} ,
{
"source" : "/sessions" ,
2026-03-01 23:40:09 -08:00
"destination" : "/concepts/session"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/setup" ,
"destination" : "/start/setup"
} ,
{
"source" : "/showcase" ,
"destination" : "/start/showcase"
} ,
{
"source" : "/signal" ,
2026-01-13 06:16:43 +00:00
"destination" : "/channels/signal"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/skills" ,
"destination" : "/tools/skills"
} ,
{
"source" : "/skills-config" ,
"destination" : "/tools/skills-config"
} ,
{
"source" : "/slack" ,
2026-01-13 06:16:43 +00:00
"destination" : "/channels/slack"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/slash-commands" ,
"destination" : "/tools/slash-commands"
} ,
{
"source" : "/subagents" ,
"destination" : "/tools/subagents"
} ,
{
"source" : "/tailscale" ,
"destination" : "/gateway/tailscale"
} ,
{
"source" : "/talk" ,
"destination" : "/nodes/talk"
} ,
{
"source" : "/telegram" ,
2026-01-13 06:16:43 +00:00
"destination" : "/channels/telegram"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/templates/AGENTS" ,
"destination" : "/reference/templates/AGENTS"
} ,
2026-01-18 10:10:05 +02:00
{
"source" : "/templates/BOOT" ,
"destination" : "/reference/templates/BOOT"
} ,
2026-01-07 00:41:31 +01:00
{
"source" : "/templates/BOOTSTRAP" ,
"destination" : "/reference/templates/BOOTSTRAP"
} ,
{
"source" : "/templates/HEARTBEAT" ,
"destination" : "/reference/templates/HEARTBEAT"
} ,
{
"source" : "/templates/IDENTITY" ,
"destination" : "/reference/templates/IDENTITY"
} ,
{
"source" : "/templates/SOUL" ,
"destination" : "/reference/templates/SOUL"
} ,
{
"source" : "/templates/TOOLS" ,
"destination" : "/reference/templates/TOOLS"
} ,
{
"source" : "/templates/USER" ,
"destination" : "/reference/templates/USER"
} ,
{
"source" : "/test" ,
"destination" : "/reference/test"
} ,
{
"source" : "/thinking" ,
"destination" : "/tools/thinking"
} ,
{
"source" : "/timezone" ,
"destination" : "/concepts/timezone"
} ,
{
"source" : "/troubleshooting" ,
2026-02-07 10:28:19 -05:00
"destination" : "/help/troubleshooting"
2026-01-07 00:41:31 +01:00
} ,
{
2026-02-07 15:40:35 -05:00
"source" : "/tui" ,
"destination" : "/web/tui"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/typebox" ,
"destination" : "/concepts/typebox"
} ,
{
"source" : "/updating" ,
"destination" : "/install/updating"
} ,
{
"source" : "/voicewake" ,
"destination" : "/nodes/voicewake"
} ,
{
"source" : "/webchat" ,
"destination" : "/web/webchat"
} ,
{
"source" : "/webhook" ,
2026-04-03 03:16:41 +09:00
"destination" : "/automation/cron-jobs"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/whatsapp" ,
2026-01-13 06:16:43 +00:00
"destination" : "/channels/whatsapp"
2026-01-07 00:41:31 +01:00
} ,
{
"source" : "/windows" ,
"destination" : "/platforms/windows"
} ,
{
"source" : "/wizard" ,
"destination" : "/start/wizard"
2026-01-08 09:29:29 +01:00
} ,
2026-02-05 13:46:11 -05:00
{
"source" : "/start/wizard-cli-flow" ,
"destination" : "/start/wizard-cli-reference"
} ,
{
"source" : "/start/wizard-cli-auth" ,
"destination" : "/start/wizard-cli-reference"
} ,
{
"source" : "/start/wizard-cli-outputs" ,
"destination" : "/start/wizard-cli-reference"
} ,
2026-01-16 23:10:10 +00:00
{
"source" : "/start/faq" ,
2026-01-24 09:39:19 +00:00
"destination" : "/help/faq"
2026-01-16 23:10:10 +00:00
} ,
2026-01-08 09:29:29 +01:00
{
"source" : "/oauth" ,
"destination" : "/concepts/oauth"
2026-01-11 12:11:12 +00:00
} ,
2026-02-07 15:40:35 -05:00
{
"source" : "/plugin" ,
"destination" : "/tools/plugin"
} ,
2026-01-11 12:11:12 +00:00
{
"source" : "/plugins" ,
2026-02-07 15:40:35 -05:00
"destination" : "/tools/plugin"
2026-01-24 15:58:58 -08:00
} ,
{
2026-02-05 17:45:01 -05:00
"source" : "/railway" ,
"destination" : "/install/railway"
2026-01-24 15:58:58 -08:00
} ,
{
2026-02-05 17:45:01 -05:00
"source" : "/northflank" ,
"destination" : "/install/northflank"
2026-01-25 22:34:09 -06:00
} ,
2026-01-26 08:07:33 +01:00
{
2026-02-05 17:45:01 -05:00
"source" : "/render" ,
"destination" : "/install/render"
2026-01-26 08:07:33 +01:00
} ,
2026-01-25 22:34:09 -06:00
{
"source" : "/gcp" ,
2026-02-05 17:45:01 -05:00
"destination" : "/install/gcp"
} ,
2026-03-19 06:15:06 -07:00
{
"source" : "/azure" ,
"destination" : "/install/azure"
} ,
2026-02-05 17:45:01 -05:00
{
"source" : "/platforms/fly" ,
"destination" : "/install/fly"
} ,
{
"source" : "/platforms/hetzner" ,
"destination" : "/install/hetzner"
} ,
{
"source" : "/platforms/gcp" ,
"destination" : "/install/gcp"
} ,
2026-03-19 06:15:06 -07:00
{
"source" : "/platforms/azure" ,
"destination" : "/install/azure"
} ,
2026-02-05 17:45:01 -05:00
{
"source" : "/platforms/macos-vm" ,
"destination" : "/install/macos-vm"
} ,
{
"source" : "/platforms/exe-dev" ,
"destination" : "/install/exe-dev"
} ,
{
"source" : "/platforms/railway" ,
"destination" : "/install/railway"
} ,
{
"source" : "/platforms/render" ,
"destination" : "/install/render"
} ,
{
"source" : "/platforms/northflank" ,
"destination" : "/install/northflank"
2026-02-14 12:44:25 +01:00
} ,
{
"source" : "/gateway/trusted-proxy" ,
"destination" : "/gateway/trusted-proxy-auth"
2026-04-02 19:28:49 +09:00
} ,
{
"source" : "/automation/clawflow" ,
"destination" : "/automation/taskflow"
2026-04-03 03:16:41 +09:00
} ,
{
"source" : "/automation/poll" ,
"destination" : "/cli/message"
} ,
{
"source" : "/automation/auth-monitoring" ,
"destination" : "/gateway/authentication"
} ,
{
"source" : "/automation/troubleshooting" ,
"destination" : "/automation/cron-jobs"
} ,
{
"source" : "/automation/cron-vs-heartbeat" ,
"destination" : "/automation"
} ,
{
"source" : "/automation/webhook" ,
"destination" : "/automation/cron-jobs"
} ,
{
"source" : "/automation/gmail-pubsub" ,
"destination" : "/automation/cron-jobs"
2026-01-06 22:32:01 +00:00
}
] ,
2026-01-04 00:36:48 +01:00
"navigation" : {
2026-02-01 17:53:54 +01:00
"languages" : [
2026-01-04 00:36:48 +01:00
{
2026-02-01 17:53:54 +01:00
"language" : "en" ,
2026-02-03 09:57:43 -08:00
"tabs" : [
2026-02-01 17:53:54 +01:00
{
2026-02-03 09:57:43 -08:00
"tab" : "Get started" ,
"groups" : [
{
"group" : "Overview" ,
2026-03-19 11:10:53 -07:00
"pages" : [ "index" , "start/showcase" , "concepts/features" ]
2026-02-03 09:57:43 -08:00
} ,
{
2026-02-05 17:45:01 -05:00
"group" : "First steps" ,
2026-02-10 20:31:02 +08:00
"pages" : [
"start/getting-started" ,
"start/onboarding-overview" ,
"start/wizard" ,
"start/onboarding"
]
2026-02-05 10:09:45 -05:00
} ,
{
2026-02-05 17:45:01 -05:00
"group" : "Guides" ,
2026-03-01 15:09:35 -08:00
"pages" : [
"start/openclaw" ,
"start/wizard-cli-reference" ,
"start/wizard-cli-automation"
]
2026-02-05 10:09:45 -05:00
}
]
} ,
{
"tab" : "Install" ,
"groups" : [
{
"group" : "Install overview" ,
2026-03-19 10:42:46 -07:00
"pages" : [ "install/index" , "install/installer" , "install/node" ]
2026-02-03 09:57:43 -08:00
} ,
{
2026-03-19 11:51:07 -07:00
"group" : "Containers" ,
2026-02-14 17:39:06 +01:00
"pages" : [
2026-03-19 11:51:07 -07:00
"install/ansible" ,
"install/bun" ,
2026-03-30 19:09:40 +09:00
"install/clawdock" ,
2026-02-14 17:39:06 +01:00
"install/docker" ,
"install/nix" ,
2026-03-19 11:51:07 -07:00
"install/podman"
2026-02-14 17:39:06 +01:00
]
2026-02-03 09:57:43 -08:00
} ,
{
2026-03-19 11:51:07 -07:00
"group" : "Hosting" ,
2026-02-03 09:57:43 -08:00
"pages" : [
2026-03-19 11:51:07 -07:00
"install/azure" ,
2026-03-19 13:29:35 -07:00
"install/digitalocean" ,
2026-03-19 10:29:57 -07:00
"install/docker-vm-runtime" ,
2026-03-19 11:51:07 -07:00
"install/exe-dev" ,
2026-02-05 17:45:01 -05:00
"install/fly" ,
"install/gcp" ,
2026-03-19 11:51:07 -07:00
"install/hetzner" ,
"install/kubernetes" ,
2026-03-19 13:31:55 -07:00
"vps" ,
2026-02-05 17:45:01 -05:00
"install/macos-vm" ,
2026-03-19 11:51:07 -07:00
"install/northflank" ,
2026-03-19 13:29:35 -07:00
"install/oracle" ,
2026-02-05 17:45:01 -05:00
"install/railway" ,
2026-03-19 13:29:35 -07:00
"install/raspberry-pi" ,
2026-03-19 13:31:55 -07:00
"install/render"
2026-02-03 09:57:43 -08:00
]
2026-02-05 17:45:01 -05:00
} ,
2026-02-03 09:57:43 -08:00
{
2026-03-19 11:51:07 -07:00
"group" : "Maintenance" ,
"pages" : [
"install/updating" ,
"install/migrating" ,
2026-03-23 10:17:07 -07:00
"install/migrating-matrix" ,
2026-03-19 11:51:07 -07:00
"install/uninstall" ,
"install/development-channels"
]
2026-02-03 09:57:43 -08:00
}
2026-02-01 17:53:54 +01:00
]
} ,
{
2026-02-03 09:57:43 -08:00
"tab" : "Channels" ,
"groups" : [
{
"group" : "Overview" ,
"pages" : [ "channels/index" ]
} ,
{
"group" : "Messaging platforms" ,
"pages" : [
2026-03-01 23:38:55 -08:00
"channels/bluebubbles" ,
2026-02-03 09:57:43 -08:00
"channels/discord" ,
2026-02-03 14:27:13 -08:00
"channels/feishu" ,
2026-02-03 09:57:43 -08:00
"channels/googlechat" ,
"channels/imessage" ,
2026-03-01 23:38:55 -08:00
"channels/irc" ,
2026-02-03 09:57:43 -08:00
"channels/line" ,
"channels/matrix" ,
2026-03-01 23:38:55 -08:00
"channels/mattermost" ,
"channels/msteams" ,
2026-02-22 20:27:48 +01:00
"channels/nextcloud-talk" ,
"channels/nostr" ,
2026-03-31 16:13:16 +08:00
"channels/qqbot" ,
2026-03-01 23:38:55 -08:00
"channels/signal" ,
2026-03-01 23:40:51 -08:00
"channels/slack" ,
2026-03-23 10:17:07 -07:00
"channels/synology-chat" ,
2026-03-01 23:38:55 -08:00
"channels/telegram" ,
2026-02-22 20:27:48 +01:00
"channels/tlon" ,
"channels/twitch" ,
2026-03-01 23:38:55 -08:00
"channels/whatsapp" ,
2026-02-03 09:57:43 -08:00
"channels/zalo" ,
"channels/zalouser"
]
} ,
{
"group" : "Configuration" ,
"pages" : [
2026-02-07 15:40:35 -05:00
"channels/pairing" ,
"channels/group-messages" ,
"channels/groups" ,
"channels/broadcast-groups" ,
"channels/channel-routing" ,
2026-02-03 09:57:43 -08:00
"channels/location" ,
"channels/troubleshooting"
]
}
2026-02-01 17:53:54 +01:00
]
} ,
{
2026-02-03 09:57:43 -08:00
"tab" : "Agents" ,
"groups" : [
{
"group" : "Fundamentals" ,
"pages" : [
"concepts/architecture" ,
"concepts/agent" ,
"concepts/agent-loop" ,
"concepts/system-prompt" ,
"concepts/context" ,
2026-03-14 10:02:21 -07:00
"concepts/context-engine" ,
2026-02-03 09:57:43 -08:00
"concepts/agent-workspace" ,
2026-04-04 14:59:20 +09:00
"concepts/soul" ,
2026-03-19 10:42:46 -07:00
"concepts/oauth" ,
"start/bootstrapping"
2026-02-03 09:57:43 -08:00
]
} ,
{
"group" : "Sessions and memory" ,
"pages" : [
"concepts/session" ,
"concepts/session-pruning" ,
"concepts/session-tool" ,
2026-03-30 07:45:20 +09:00
{
"group" : "Memory" ,
"pages" : [
"concepts/memory" ,
"concepts/memory-builtin" ,
"concepts/memory-qmd" ,
"concepts/memory-honcho" ,
2026-04-03 22:10:13 -07:00
"concepts/memory-search" ,
2026-04-05 15:58:35 +01:00
"concepts/dreaming"
2026-03-30 07:45:20 +09:00
]
} ,
2026-02-03 09:57:43 -08:00
"concepts/compaction"
]
} ,
{
"group" : "Multi-agent" ,
2026-03-20 10:23:17 -04:00
"pages" : [
"concepts/multi-agent" ,
"concepts/presence" ,
"concepts/delegate-architecture"
]
2026-02-03 09:57:43 -08:00
} ,
{
"group" : "Messages and delivery" ,
"pages" : [
"concepts/messages" ,
"concepts/streaming" ,
"concepts/retry" ,
"concepts/queue"
]
}
2026-02-01 17:53:54 +01:00
]
} ,
{
2026-03-20 10:54:48 -07:00
"tab" : "Tools & Plugins" ,
2026-02-03 09:57:43 -08:00
"groups" : [
{
"group" : "Overview" ,
"pages" : [ "tools/index" ]
} ,
2026-02-07 15:40:35 -05:00
{
2026-03-20 10:44:11 -07:00
"group" : "Plugins" ,
2026-03-01 15:09:35 -08:00
"pages" : [
2026-03-20 10:54:48 -07:00
"tools/plugin" ,
2026-03-01 15:09:35 -08:00
"plugins/community" ,
2026-03-15 16:08:30 -07:00
"plugins/bundles" ,
2026-04-06 15:59:47 +02:00
"plugins/webhooks" ,
2026-03-30 19:09:40 +09:00
"plugins/voice-call" ,
2026-03-22 11:35:53 -07:00
{
"group" : "Building Plugins" ,
"pages" : [
"plugins/building-plugins" ,
"plugins/sdk-channel-plugins" ,
2026-03-22 11:50:53 -07:00
"plugins/sdk-provider-plugins" ,
"plugins/sdk-migration"
2026-03-22 11:35:53 -07:00
]
} ,
{
"group" : "SDK Reference" ,
"pages" : [
"plugins/sdk-overview" ,
"plugins/sdk-entrypoints" ,
"plugins/sdk-runtime" ,
"plugins/sdk-setup" ,
"plugins/sdk-testing" ,
"plugins/manifest" ,
"plugins/architecture"
]
}
2026-03-22 08:50:43 -07:00
]
} ,
2026-03-20 10:54:48 -07:00
{
"group" : "Skills" ,
"pages" : [
"tools/skills" ,
"tools/creating-skills" ,
"tools/skills-config" ,
"tools/slash-commands" ,
"tools/clawhub" ,
"prose"
]
} ,
2026-02-03 09:57:43 -08:00
{
2026-04-03 03:16:41 +09:00
"group" : "Automation & Tasks" ,
2026-02-03 09:57:43 -08:00
"pages" : [
2026-03-30 19:07:18 +09:00
"automation/index" ,
2026-04-03 03:16:41 +09:00
"automation/cron-jobs" ,
2026-04-03 13:11:13 +09:00
"automation/tasks" ,
2026-04-02 19:28:49 +09:00
"automation/taskflow" ,
2026-04-03 13:11:13 +09:00
"automation/standing-orders" ,
"automation/hooks"
2026-02-03 09:57:43 -08:00
]
} ,
{
2026-03-20 11:10:45 -07:00
"group" : "Tools" ,
2026-02-03 09:57:43 -08:00
"pages" : [
2026-04-06 16:18:22 +01:00
"tools/media-overview" ,
2026-03-20 11:10:45 -07:00
"tools/apply-patch" ,
2026-03-20 11:17:49 -07:00
{
2026-03-22 15:00:56 -07:00
"group" : "Web Browser" ,
2026-03-20 11:17:49 -07:00
"pages" : [
"tools/browser" ,
"tools/browser-login" ,
"tools/browser-linux-troubleshooting" ,
"tools/browser-wsl2-windows-remote-cdp-troubleshooting"
]
} ,
{
2026-03-22 15:00:56 -07:00
"group" : "Web Tools" ,
2026-03-20 11:17:49 -07:00
"pages" : [
2026-03-22 15:00:56 -07:00
"tools/web-fetch" ,
"tools/web" ,
2026-03-20 11:17:49 -07:00
"tools/brave-search" ,
2026-03-22 21:17:10 -07:00
"tools/duckduckgo-search" ,
2026-03-22 21:27:21 -07:00
"tools/exa-search" ,
2026-03-20 11:17:49 -07:00
"tools/firecrawl" ,
2026-03-22 14:24:34 -07:00
"tools/gemini-search" ,
"tools/grok-search" ,
"tools/kimi-search" ,
2026-04-03 13:41:24 -07:00
"tools/ollama-search" ,
2026-03-20 11:33:51 -07:00
"tools/perplexity-search" ,
2026-04-01 19:18:03 +09:00
"tools/searxng-search" ,
2026-04-02 03:07:33 -04:00
"tools/tavily"
2026-03-20 11:17:49 -07:00
]
2026-03-22 15:00:56 -07:00
} ,
"tools/btw" ,
2026-03-27 22:24:40 -04:00
"tools/code-execution" ,
2026-03-22 15:00:56 -07:00
"tools/diffs" ,
"tools/elevated" ,
"tools/exec" ,
"tools/exec-approvals" ,
2026-03-30 19:12:35 +09:00
"tools/image-generation" ,
2026-04-06 01:42:46 +01:00
"tools/music-generation" ,
2026-03-22 15:00:56 -07:00
"tools/llm-task" ,
"tools/lobster" ,
"tools/loop-detection" ,
"tools/pdf" ,
"tools/reactions" ,
2026-04-06 01:42:46 +01:00
"tools/thinking" ,
"tools/video-generation"
2026-03-20 11:10:45 -07:00
]
} ,
{
"group" : "Agent coordination" ,
"pages" : [
"tools/agent-send" ,
"tools/subagents" ,
"tools/acp-agents" ,
"tools/multi-agent-sandbox-tools"
2026-02-03 09:57:43 -08:00
]
}
2026-02-01 17:53:54 +01:00
]
} ,
{
2026-02-03 09:57:43 -08:00
"tab" : "Models" ,
"groups" : [
{
"group" : "Overview" ,
2026-02-07 15:40:35 -05:00
"pages" : [ "providers/index" , "providers/models" ]
} ,
{
2026-03-19 10:42:46 -07:00
"group" : "Concepts and configuration" ,
"pages" : [ "concepts/models" , "concepts/model-providers" , "concepts/model-failover" ]
2026-02-03 09:57:43 -08:00
} ,
{
"group" : "Providers" ,
"pages" : [
2026-04-06 01:02:43 +01:00
"providers/alibaba" ,
2026-02-03 09:57:43 -08:00
"providers/anthropic" ,
2026-04-05 11:01:59 -07:00
"providers/arcee" ,
2026-03-01 23:42:55 -08:00
"providers/bedrock" ,
2026-04-05 13:04:37 +01:00
"providers/bedrock-mantle" ,
2026-04-04 07:14:19 +01:00
"providers/chutes" ,
2026-04-06 01:42:46 +01:00
"providers/comfy" ,
2026-03-01 15:09:35 -08:00
"providers/claude-max-api-proxy" ,
2026-03-23 10:17:07 -07:00
"providers/cloudflare-ai-gateway" ,
2026-03-01 15:09:35 -08:00
"providers/deepgram" ,
2026-03-23 05:04:08 -07:00
"providers/deepseek" ,
2026-04-06 01:02:43 +01:00
"providers/fal" ,
2026-03-01 15:09:35 -08:00
"providers/github-copilot" ,
2026-03-23 10:17:07 -07:00
"providers/glm" ,
2026-03-18 12:26:01 -07:00
"providers/google" ,
2026-03-19 10:57:34 -07:00
"providers/groq" ,
2026-03-01 15:09:35 -08:00
"providers/huggingface" ,
"providers/kilocode" ,
2026-02-11 02:46:56 -08:00
"providers/litellm" ,
2026-03-01 23:42:55 -08:00
"providers/minimax" ,
2026-03-23 10:17:07 -07:00
"providers/mistral" ,
2026-02-03 09:57:43 -08:00
"providers/moonshot" ,
2026-03-01 15:09:35 -08:00
"providers/nvidia" ,
"providers/ollama" ,
2026-03-01 23:42:55 -08:00
"providers/openai" ,
2026-02-03 09:57:43 -08:00
"providers/opencode" ,
2026-03-23 10:17:07 -07:00
"providers/opencode-go" ,
2026-03-01 23:42:55 -08:00
"providers/openrouter" ,
2026-03-18 12:26:01 -07:00
"providers/perplexity-provider" ,
2026-03-01 23:42:55 -08:00
"providers/qianfan" ,
2026-03-01 15:09:35 -08:00
"providers/qwen" ,
2026-04-06 01:02:43 +01:00
"providers/runway" ,
2026-03-18 12:26:01 -07:00
"providers/sglang" ,
2026-04-03 14:53:50 +08:00
"providers/stepfun" ,
2026-03-01 23:42:55 -08:00
"providers/synthetic" ,
2026-03-01 15:09:35 -08:00
"providers/together" ,
"providers/venice" ,
2026-03-23 10:17:07 -07:00
"providers/vercel-ai-gateway" ,
2026-04-06 02:15:51 +01:00
"providers/vydra" ,
2026-03-01 15:09:35 -08:00
"providers/vllm" ,
2026-03-18 12:26:01 -07:00
"providers/volcengine" ,
"providers/xai" ,
2026-03-01 15:09:35 -08:00
"providers/xiaomi" ,
2026-03-01 23:42:55 -08:00
"providers/zai"
2026-02-03 09:57:43 -08:00
]
}
2026-02-01 17:53:54 +01:00
]
} ,
{
2026-02-05 17:45:01 -05:00
"tab" : "Platforms" ,
"groups" : [
{
"group" : "Platforms overview" ,
"pages" : [
"platforms/index" ,
"platforms/macos" ,
"platforms/linux" ,
"platforms/windows" ,
"platforms/android" ,
2026-03-19 13:29:35 -07:00
"platforms/ios"
2026-02-05 17:45:01 -05:00
]
} ,
{
"group" : "macOS companion app" ,
"pages" : [
"platforms/mac/dev-setup" ,
"platforms/mac/menu-bar" ,
"platforms/mac/voicewake" ,
"platforms/mac/voice-overlay" ,
"platforms/mac/webchat" ,
"platforms/mac/canvas" ,
"platforms/mac/child-process" ,
"platforms/mac/health" ,
"platforms/mac/icon" ,
"platforms/mac/logging" ,
"platforms/mac/permissions" ,
"platforms/mac/remote" ,
"platforms/mac/signing" ,
"platforms/mac/bundled-gateway" ,
"platforms/mac/xpc" ,
"platforms/mac/skills" ,
"platforms/mac/peekaboo"
]
}
]
} ,
2026-02-01 17:53:54 +01:00
{
2026-02-05 10:09:45 -05:00
"tab" : "Gateway & Ops" ,
2026-02-03 09:57:43 -08:00
"groups" : [
{
"group" : "Gateway" ,
"pages" : [
"gateway/index" ,
{
"group" : "Configuration and operations" ,
"pages" : [
"gateway/configuration" ,
2026-02-11 10:44:34 -05:00
"gateway/configuration-reference" ,
2026-02-03 09:57:43 -08:00
"gateway/configuration-examples" ,
"gateway/authentication" ,
2026-03-03 20:29:46 -06:00
"auth-credential-semantics" ,
2026-02-24 16:26:51 -06:00
"gateway/secrets" ,
2026-02-26 14:32:04 +01:00
"gateway/secrets-plan-contract" ,
2026-02-14 12:44:25 +01:00
"gateway/trusted-proxy-auth" ,
2026-02-03 09:57:43 -08:00
"gateway/health" ,
"gateway/heartbeat" ,
"gateway/doctor" ,
"gateway/logging" ,
2026-03-19 10:29:57 -07:00
"logging" ,
2026-02-03 09:57:43 -08:00
"gateway/gateway-lock" ,
"gateway/background-process" ,
"gateway/multiple-gateways" ,
"gateway/troubleshooting"
]
} ,
{
"group" : "Security and sandboxing" ,
"pages" : [
"gateway/security/index" ,
"gateway/sandboxing" ,
2026-03-18 15:44:08 -07:00
"gateway/openshell" ,
2026-02-03 09:57:43 -08:00
"gateway/sandbox-vs-tool-policy-vs-elevated"
]
} ,
{
"group" : "Protocols and APIs" ,
"pages" : [
"gateway/protocol" ,
"gateway/bridge-protocol" ,
"gateway/openai-http-api" ,
2026-03-01 15:09:35 -08:00
"gateway/openresponses-http-api" ,
2026-02-03 09:57:43 -08:00
"gateway/tools-invoke-http-api" ,
2026-04-06 12:18:18 +01:00
"gateway/cli-backends" ,
2026-02-03 09:57:43 -08:00
"gateway/local-models"
]
} ,
{
"group" : "Networking and discovery" ,
2026-02-04 10:37:14 -05:00
"pages" : [
2026-03-19 10:29:57 -07:00
"network" ,
2026-02-04 10:37:14 -05:00
"gateway/network-model" ,
"gateway/pairing" ,
"gateway/discovery" ,
"gateway/bonjour"
]
2026-02-03 09:57:43 -08:00
}
]
} ,
{
2026-02-05 17:45:01 -05:00
"group" : "Remote access" ,
"pages" : [ "gateway/remote" , "gateway/remote-gateway-readme" , "gateway/tailscale" ]
2026-02-03 09:57:43 -08:00
} ,
{
"group" : "Security" ,
2026-03-01 15:09:35 -08:00
"pages" : [
"security/formal-verification" ,
"security/THREAT-MODEL-ATLAS" ,
"security/CONTRIBUTING-THREAT-MODEL"
]
2026-02-03 09:57:43 -08:00
} ,
2026-03-20 11:10:45 -07:00
{
2026-03-30 19:13:00 +09:00
"group" : "Nodes and media" ,
2026-03-20 11:10:45 -07:00
"pages" : [
"nodes/index" ,
"nodes/troubleshooting" ,
2026-03-30 19:13:00 +09:00
{
"group" : "Media capabilities" ,
"pages" : [
"nodes/media-understanding" ,
"nodes/images" ,
"nodes/audio" ,
"nodes/camera" ,
"tools/tts"
]
} ,
{
"group" : "Node features" ,
2026-03-30 16:18:42 +01:00
"pages" : [ "nodes/talk" , "nodes/voicewake" , "nodes/location-command" ]
2026-03-30 19:13:00 +09:00
}
2026-03-20 11:10:45 -07:00
]
} ,
2026-02-03 09:57:43 -08:00
{
"group" : "Web interfaces" ,
2026-02-07 15:40:35 -05:00
"pages" : [ "web/index" , "web/control-ui" , "web/dashboard" , "web/webchat" , "web/tui" ]
2026-02-03 09:57:43 -08:00
}
2026-02-01 17:53:54 +01:00
]
} ,
{
2026-02-03 09:57:43 -08:00
"tab" : "Reference" ,
"groups" : [
{
"group" : "CLI commands" ,
"pages" : [
"cli/index" ,
2026-03-19 10:57:34 -07:00
{
"group" : "Gateway and service" ,
"pages" : [
"cli/backup" ,
"cli/daemon" ,
"cli/doctor" ,
"cli/gateway" ,
"cli/health" ,
"cli/logs" ,
"cli/onboard" ,
"cli/reset" ,
"cli/secrets" ,
"cli/security" ,
"cli/setup" ,
"cli/status" ,
"cli/uninstall" ,
"cli/update"
]
} ,
{
"group" : "Agents and sessions" ,
"pages" : [
"cli/agent" ,
"cli/agents" ,
"cli/hooks" ,
"cli/memory" ,
"cli/message" ,
"cli/models" ,
"cli/sessions" ,
"cli/system"
]
} ,
{
"group" : "Channels and messaging" ,
"pages" : [
"cli/channels" ,
"cli/devices" ,
"cli/directory" ,
"cli/pairing" ,
"cli/qr" ,
"cli/voicecall"
]
} ,
{
"group" : "Tools and execution" ,
"pages" : [
"cli/approvals" ,
"cli/browser" ,
"cli/cron" ,
2026-03-31 10:08:50 +02:00
"cli/flows" ,
2026-03-19 10:57:34 -07:00
"cli/node" ,
"cli/nodes" ,
"cli/sandbox"
]
} ,
{
"group" : "Configuration" ,
"pages" : [ "cli/config" , "cli/configure" , "cli/webhooks" ]
} ,
{
"group" : "Plugins and skills" ,
"pages" : [ "cli/plugins" , "cli/skills" ]
} ,
{
"group" : "Interfaces" ,
"pages" : [ "cli/dashboard" , "cli/tui" ]
} ,
{
"group" : "Utility" ,
2026-03-28 02:41:06 +00:00
"pages" : [
"cli/acp" ,
"cli/clawbot" ,
"cli/completion" ,
"cli/dns" ,
"cli/docs" ,
"cli/mcp"
]
2026-03-19 10:57:34 -07:00
}
2026-02-03 09:57:43 -08:00
]
} ,
{
"group" : "RPC and API" ,
"pages" : [ "reference/rpc" , "reference/device-models" ]
} ,
{
"group" : "Templates" ,
"pages" : [
"reference/AGENTS.default" ,
"reference/templates/AGENTS" ,
"reference/templates/BOOT" ,
"reference/templates/BOOTSTRAP" ,
"reference/templates/HEARTBEAT" ,
"reference/templates/IDENTITY" ,
"reference/templates/SOUL" ,
"reference/templates/TOOLS" ,
"reference/templates/USER"
]
} ,
{
"group" : "Technical reference" ,
2026-03-01 15:09:35 -08:00
"pages" : [
2026-03-19 10:42:46 -07:00
"pi" ,
2026-03-01 15:09:35 -08:00
"reference/wizard" ,
"reference/token-use" ,
2026-03-02 20:58:20 -06:00
"reference/secretref-credential-surface" ,
2026-03-01 15:09:35 -08:00
"reference/prompt-caching" ,
"reference/api-usage-costs" ,
"reference/transcript-hygiene" ,
2026-03-19 10:57:34 -07:00
"reference/memory-config" ,
2026-03-01 15:09:35 -08:00
"date-time"
]
2026-02-07 15:40:35 -05:00
} ,
{
"group" : "Concept internals" ,
2026-02-03 09:57:43 -08:00
"pages" : [
"concepts/typebox" ,
"concepts/markdown-formatting" ,
"concepts/typing-indicators" ,
"concepts/usage-tracking" ,
2026-02-07 15:40:35 -05:00
"concepts/timezone"
2026-02-03 09:57:43 -08:00
]
} ,
2026-02-04 10:37:14 -05:00
{
"group" : "Project" ,
"pages" : [ "reference/credits" ]
} ,
2026-02-03 09:57:43 -08:00
{
2026-03-15 20:42:39 +01:00
"group" : "Release policy" ,
2026-02-03 09:57:43 -08:00
"pages" : [ "reference/RELEASING" , "reference/test" ]
}
2026-02-01 17:53:54 +01:00
]
} ,
{
2026-02-03 09:57:43 -08:00
"tab" : "Help" ,
"groups" : [
{
"group" : "Help" ,
"pages" : [ "help/index" , "help/troubleshooting" , "help/faq" ]
} ,
2026-02-05 17:45:01 -05:00
{
"group" : "Community" ,
"pages" : [ "start/lore" ]
} ,
2026-02-03 09:57:43 -08:00
{
"group" : "Environment and debugging" ,
2026-03-01 15:09:35 -08:00
"pages" : [
"help/environment" ,
"help/debugging" ,
"help/testing" ,
"help/scripts" ,
"debug/node-issue" ,
"diagnostics/flags"
]
2026-02-07 15:40:35 -05:00
} ,
2026-02-05 10:09:45 -05:00
{
2026-02-07 15:40:35 -05:00
"group" : "Compaction internals" ,
"pages" : [ "reference/session-management-compaction" ]
} ,
{
"group" : "Developer setup" ,
2026-03-01 15:09:35 -08:00
"pages" : [ "start/setup" , "pi-dev" ]
2026-02-07 15:40:35 -05:00
} ,
{
"group" : "Contributing" ,
2026-02-14 08:27:01 -06:00
"pages" : [ "ci" ]
2026-02-05 10:09:45 -05:00
} ,
{
"group" : "Docs meta" ,
"pages" : [ "start/hubs" , "start/docs-directory" ]
2026-02-03 09:57:43 -08:00
}
2026-02-01 17:53:54 +01:00
]
}
2026-01-04 00:36:48 +01:00
]
}
]
}
}