Notte is a browser platform for AI agents and web automations. You can give an agent a goal like "open the billing page and download the latest invoice" instead of writing every click as a CSS selector or XPath.
That matters most on third-party sites, where layouts, labels, login flows, and dynamic content change outside your control. Notte combines cloud browser sessions, agent execution, structured scraping, vaults, personas, and browser functions so the workflow can run as part of a production system.
If you want to get started from an AI coding assistant, the Notte skill is the shortest path. Install it with npx skills add nottelabs/notte-skills, describe the browser task, and let the assistant use Notte CLI commands to explore the site before you decide whether to keep it as an agent run, a script, or a function.
Use Notte when you need:
- Cloud-hosted browser sessions that are compatible with Playwright and CDP
- Agent runs that can navigate, click, type, observe, and scrape
- Credential vaults so secrets do not need to be placed in prompts
- Browser profiles for persisted cookies and authentication state
- Session recordings and logs for debugging
- Functions and schedules for recurring browser workflows
For simple, stable pages that you own, raw Playwright or Puppeteer may be enough. For authenticated, multi-step, third-party workflows, Notte gives you the surrounding platform pieces that a local script usually lacks.