curl --request POST \
--url https://api.anchorbrowser.io/v1/sessions/{session_id}/agent/pause \
--header 'anchor-api-key: <api-key>'{
"data": {
"status": "<string>"
}
}Pauses the AI agent for the specified browser session.
curl --request POST \
--url https://api.anchorbrowser.io/v1/sessions/{session_id}/agent/pause \
--header 'anchor-api-key: <api-key>'{
"data": {
"status": "<string>"
}
}Was this page helpful?