BrowserAct just released a major feature for browser-act CLI: built-in dynamic proxies.
This is designed for AI Agents and enterprise-grade automation.
Why it matters:
Traditional browser automation requires you to:
This fragmented toolchain makes automation brittle and expensive.
The browser-act CLI way:
browser-act browser create "my-browser" --dynamic-proxy US
One command. Zero config. Unified billing.
What this means for you:
Use Cases:
Special Offer: Star for 500 credits: https://github.com/browser-act/skills
Full docs: https://github.com/browser-act/skills/tree/main/browser-act
Consolidating the proxy and CAPTCHA stack into one command is a massive relief. Juggling third-party proxy providers manually is a headache.
However, I have to challenge the claim that this 'lowers token costs.' Routing through a dynamic proxy bypasses the IP block, but it still returns the exact same bloated HTML back to the agent. Token bloat is a DOM parsing issue, not a network routing issue.
Unless the CLI is natively stripping the JS/CSS and returning clean Markdown before handing it to the LLM's context window, the token burn remains exactly the same. Does browser-act handle DOM compression internally, or is the developer still responsible for cleaning the payload post-fetch?
The infra gets more interesting once the proxy layer stops being a separate product.
Most browser automation stacks still break because orchestration, identity, and routing live in different places.
Once proxy, stealth, and execution collapse into one surface, AI agents get much closer to behaving like actual operators instead of stitched workflows.
That’s the real shift here. The browser stops being a tool wrapper and starts becoming execution infrastructure.
Exirra.com would fit this direction far better if you ever decide to brand it like infrastructure instead of a feature.