Lists the user’s online browser clients. Use the returned client_id with task.confirmAction when the agent triggers a needConnectMyBrowser waiting event. See the Task Lifecycle guide.
GET
/
v2
/
browser.onlineList
ListOnlineBrowserClients
curl --request GET \ --url https://api.manus.ai/v2/browser.onlineList \ --header 'x-manus-api-key: <api-key>'
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.