Understand the Page Agent Privacy Model
mainPage Agent follows a client-side only architecture with a "Bring Your Own Key" (BYOK) model.
Key privacy characteristics:
- No Backend: The software does not include a built-in backend service and does not collect or transmit user data on its own.
- Data Control: All data transmission occurs exclusively between your browser and the LLM provider you configure. You have full control over which provider receives your data.
- Local Execution: For the browser extension (Page Agent Ext), DOM analysis and automation actions are performed locally in your browser.
- Local Storage: Configuration settings (API endpoint, API key, model selection) are stored locally in your browser using
chrome.storage.local(or equivalent) and are not synced to any external server.