Skip to content

Commit d23b683

Browse files
Document HYPERBROWSER_HEADERS environment variable
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 97f9e14 commit d23b683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ You can pass credentials directly, or use environment variables.
2222
```bash
2323
export HYPERBROWSER_API_KEY="your_api_key"
2424
export HYPERBROWSER_BASE_URL="https://api.hyperbrowser.ai" # optional
25+
export HYPERBROWSER_HEADERS='{"X-Correlation-Id":"req-123"}' # optional JSON object
2526
```
2627

2728
`base_url` must start with `https://` (or `http://` for local testing).

0 commit comments

Comments
 (0)