Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Click Element
airtop:click_element
Click an element in the browser session using CSS selector.
Write
Medium risk
Create Session
airtop:create_session
Create a new browser session for automation tasks.
Write
Medium risk
Execute Script
airtop:execute_script
Execute custom JavaScript code in the browser session.
Write
Medium risk
Get Page Content
airtop:get_page_content
Extract content from the current page in the browser session.
Read
Low risk
Get Session
airtop:get_session
Get details of a specific browser session.
Read
Low risk
List Sessions
airtop:list_sessions
List browser sessions with optional filtering.
Read
Low risk
Navigate To Url
airtop:navigate_to_url
Navigate to a URL in the specified browser session.
Write
Medium risk
Take Screenshot
airtop:take_screenshot
Take a screenshot of the current page or specific element.
Write
Medium risk
Terminate Session
airtop:terminate_session
Terminate a browser session and clean up resources.
Write
High risk
Type Text
airtop:type_text
Type text into an input element in the browser session.
Write
Medium risk
Wait For Element
airtop:wait_for_element
Wait for an element to meet a specific condition before proceeding.
Write
Medium risk