29 Oct 2024

[FEATURE] Multi-region browser support. You can now run sessions locally in your region, offering major performance gains. To learn more, check out our multi-region guide.

[FEATURE] New Browserbase SDKs. We’ve recreated our Python and Node SDKs from scratch, offering greater capability, higher performance and generally improved quality.

[FEATURE] Stagehand. We’ve released an open-source AI web browsing framework that offers simple APIs (act, extract, and observe) to enable natural language-driven web automation. Built on top of Playwright, Stagehand focuses on atomic, reliable actions and supports multiple AI models. To learn more, check out the Stagehand repo.

9 Oct 2024

[ANNOUNCEMENT] HIPAA Compliance. The Browserbase platform is now HIPAA compliant.

30 Sep 2024

[ANNOUNCEMENT] SOC 2 Compliance. We’re excited to announce that Browserbase is now certified SOC 2 Type 1 compliant.

5 Sep 2024

[GUIDE] Performance Tuning your Browserbase app. This guide offers recommendations and approaches for optimizing your app to get the best performance out of Browserbase.

1 Sep 2024

[ANNOUNCEMENT] Introducing our new Browserbase operational status board:

https://status.browserbase.com/

Use it to get a real-time picture of platform health and to track any maintenance or incidents impacting our services. Subscribe to it to receive incident notifications.

22 Aug 2024

[FEATURE] Optional Session Recording - You can now disable session recording by setting browserSettings.recordSession to false in the create session API.

21 Aug 2024

[FEATURE] Playground Training Mode - You can now record your actions in the playground, making your dev experience much easier.

[GUIDE] Building your own AI Codegen - A walkthrough on how we’ve built the popular codegen feature in our playground (demo).

9 Aug 2024

[CHANGE] When using Selenium, it’s no longer necessary to specify the debugger address in WebDriver requests.

6 Aug 2024

[DEPRECATED] The api.browserbase.com endpoint has been deprecated. Please use connect.browserbase.com instead.

17 Jul 2024

[FEATURE] Sessions can now be configured to block ads and to enable or disable captcha solving.

16 Jul 2024

[FEATURE] Sessions can now be configured to use custom proxies which can be combined with Browserbase proxies. Use domain filters to conditionally enable them. You can now also specify the geographic location for Browserbase proxies.

11 Jul 2024

[FEATURE] Session Live URLs now returns all pages in the browser. Playground uses this to now support multiple tabs.