


























@@ -28,7 +28,10 @@ For local integrations only, the Gateway exposes a small loopback HTTP API:
2828- State: `GET /storage/:kind`, `POST /storage/:kind/set`, `POST /storage/:kind/clear`
2929- Settings: `POST /set/offline`, `POST /set/headers`, `POST /set/credentials`, `POST /set/geolocation`, `POST /set/media`, `POST /set/timezone`, `POST /set/locale`, `POST /set/device`
303031-All endpoints accept `?profile=<name>`.
31+All endpoints accept `?profile=<name>`. `POST /start?headless=true` requests a
32+one-shot headless launch for local managed profiles without changing persisted
33+browser config; attach-only, remote CDP, and existing-session profiles reject
34+that override because OpenClaw does not launch those browser processes.
32353336If shared-secret gateway auth is configured, browser HTTP routes require auth too:
3437@@ -122,6 +125,7 @@ All commands accept `--browser-profile <name>` to target a specific profile, and
122125```bash
123126openclaw browser status
124127openclaw browser start
128+openclaw browser start --headless # one-shot local managed headless launch
125129openclaw browser stop # also clears emulation on attach-only/remote CDP
126130openclaw browser tabs
127131openclaw browser tab # shortcut for current tab
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。