Skip to main content

Authentication

BrowserBee API requests use token-based authentication.

Create a token

Use the BrowserBee app:

  1. Go to Settings → API Tokens on app.browserbee.com
  2. Create a token
  3. 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