Learn how to authenticate with the Browser Use Cloud API
The Browser Use Cloud API uses API keys to authenticate requests. You can obtain an API key from your Browser Use Cloud dashboard.
All API requests must include your API key in the Authorization
header:
Keep your API keys secure and do not share them in publicly accessible areas such as GitHub, client-side code, or in your browser’s developer tools. API keys should be stored securely in environment variables or a secure key management system.
Here’s an example of how to include your API key in a request using Python:
You can verify that your API key is valid by making a request to the /api/v1/me
endpoint. See the Me endpoint documentation for more details.
To ensure the security of your API keys:
If you believe your API key has been compromised, you should immediately revoke it and generate a new one from your Browser Use Cloud dashboard.