What problem does it solve?
Neo removes the gap between web apps and automation by letting you read pages, discover hidden website APIs, and interact with sites without fragile screenshot-based browser automation.
Core Features & Use Cases
- API Discovery and Replay: Capture browser network traffic, generate a schema for a domain, and replay calls with inherited cookies and session state.
- UI Automation: Use accessibility-tree actions like clicking, filling, typing, scrolling, and waiting when a site has no useful API.
- Browser Operations: Open URLs, read content from tabs, manage cookies and profiles, inspect captures, and close tabs cleanly after use.
- Use Case: A user can browse a SaaS dashboard normally, let Neo learn the internal endpoints, and then reuse those endpoints for fast, repeatable task automation.
Quick Start
Use Neo to run a browser health check, open the target website, and then either call its API directly or drive the page through the UI.