Browser
Drive a headless browser on your own attached machine: open a page, read it as markdown, screenshot it, act on it (consent-gated), and close it. Public web only in P0.
5 verbs in this family.
browserActAct on a browser session's current page: click an element, type text into a field, or press a key.browserCloseClose a browser session and free its slot (sessions are capped in number).browserOpenOpen a URL in a fresh headless browser session on one of your machines (a MachineSync box) and return a sessionId you drive with the other browser verbs.browserReadRead the current page of a browser session as markdown, plus key metadata (title, final URL, description).browserScreenshotCapture a screenshot of a browser session's current page.