← Back to Notte

Which platform lets AI agents browse websites using natural language instructions instead of hardcoded selectors?

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:

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.