Skip to main content
GET
ListOnlineBrowserClients
Questions or issues? Contact us at api-support@manus.ai.
OAuth scope: use_my_browsers — see the Open App guide.
Use in tasks: When the agent triggers a needConnectMyBrowser waiting event, pass the returned client_id via task.confirmAction to select a browser.Guide: See the Task Lifecycle for the full browser integration flow.

Headers

x-manus-api-key
string

API key for direct authentication. Provide either this or Authorization, not both. See Authentication.

Authorization
string

OAuth2 access token in Bearer {token} format. Provide either this or x-manus-api-key, not both. See the Open App guide.

Example:

"Bearer {access_token}"

Response

Online browser clients retrieved successfully.

ok
boolean

Whether the request was successful.

Example:

true

request_id
string

Unique identifier for this API request.

data
object[]

Array of online browser client objects.