Skip to content

Commit 2830501

Browse files
Document non-empty api_key requirement
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 11faf30 commit 2830501

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ export HYPERBROWSER_BASE_URL="https://api.hyperbrowser.ai" # optional
2525
export HYPERBROWSER_HEADERS='{"X-Correlation-Id":"req-123"}' # optional JSON object
2626
```
2727

28+
`api_key` must be a non-empty string.
29+
2830
`base_url` must start with `https://` (or `http://` for local testing), include a host,
2931
and not contain query parameters, URL fragments, or newline characters.
3032
The SDK normalizes trailing slashes automatically.

0 commit comments

Comments
 (0)