We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ad322 commit 056a4e5Copy full SHA for 056a4e5
src/browserbase/_client.py
@@ -94,7 +94,7 @@ def __init__(
94
if base_url is None:
95
base_url = os.environ.get("BROWSERBASE_BASE_URL")
96
97
- base_url = f"https://www.browserbase.com"
+ base_url = f"https://api.dev.browserbase.com"
98
99
super().__init__(
100
version=__version__,
@@ -268,7 +268,7 @@ def __init__(
268
269
270
271
272
273
274
0 commit comments