skills/cmux-browser/references/proxy-support.md
How proxy behavior works for cmux browser automation.
Related: commands.md, SKILL.md
cmux browser uses WKWebView networking. Proxy behavior follows macOS/system networking and app process environment.
There is currently no first-class cmux browser proxy ... command for per-surface proxy routing.
Why: WKWebView does not provide CDP-style per-context proxy controls equivalent to Chrome automation stacks.
cmux browser open https://httpbin.org/ip --json
cmux browser surface:7 get text body
Compare returned IP against expected proxy egress.