Skip to content

Commit 4286978

Browse files
Clarify base URL validation in README
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 0afddcf commit 4286978

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ export HYPERBROWSER_API_KEY="your_api_key"
2424
export HYPERBROWSER_BASE_URL="https://api.hyperbrowser.ai" # optional
2525
```
2626

27+
`base_url` must start with `https://` (or `http://` for local testing).
28+
The SDK normalizes trailing slashes automatically.
29+
2730
You can also pass custom headers (for tracing/correlation) either via
2831
`ClientConfig` or directly to the client constructor.
2932

0 commit comments

Comments
 (0)