← Documentation
Agent
The execution layer. Real mouse, keyboard, and app control on your OS — not a browser sandbox.
Supported actions
openLaunch native apps — Chrome, Excel, Figma, Calendar
clickMouse control with screen awareness before every click
typeKeyboard input, shortcuts, form fields
readOCR and DOM parsing to understand what's on screen
navigateURLs, tabs, windows, file paths
waitPause until UI state matches before continuing
Live session
✓ open Chrome
✓ navigate maps.google.com
> click "La Piazza" · Reserve▋
type party of 2 · 8:00 PM
open Calendar.app
Autonomous mode
Give one goal — the agent chains actions until the workflow is done. It reads the screen after each step and adapts if the UI changes.
Next
Every action is logged and replayable through the Audit layer.
Explore Audit →