We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f9e14 commit d23b683Copy full SHA for d23b683
README.md
@@ -22,6 +22,7 @@ You can pass credentials directly, or use environment variables.
22
```bash
23
export HYPERBROWSER_API_KEY="your_api_key"
24
export HYPERBROWSER_BASE_URL="https://api.hyperbrowser.ai" # optional
25
+export HYPERBROWSER_HEADERS='{"X-Correlation-Id":"req-123"}' # optional JSON object
26
```
27
28
`base_url` must start with `https://` (or `http://` for local testing).
0 commit comments