Docs › REST API
Authentication
|
The local API uses a bearer token. Generate and rotate it from the desktop app — separate from your cloud account login at autobrowser.app/account.
Where to find the token
- Open the AutoBrowser desktop app.
- Go to Settings → Integrations → Local API.
- Copy the bearer token or click Regenerate to rotate it.
Using the token
Send it on every request:
Authorization: Bearer <your-token>
Example:
curl http://127.0.0.1:10108/v1/profiles \ -H "Authorization: Bearer $DONUT_API_KEY"
Rotating the token
Regenerate anytime from the same settings panel. The previous token stops working immediately — update scripts and MCP configs that use the old value.