Authentication
BrowserBee API requests use token-based authentication.
Create a token
Use the BrowserBee app:
- Go to Settings → API Tokens on
app.browserbee.com - Create a token
- Save it securely (shown once)
Send authenticated requests
Use the token as a Bearer token:
curl -H "Authorization: Bearer <YOUR_TOKEN>" \
https://api.browserbee.com/api/v1/browsers
Security recommendations
- rotate tokens regularly
- use one token per environment/workload
- revoke tokens immediately if exposed