Notte
πΈ Best framework to build web agents, and deploy serverless web automation functions on reliable br
Rating
Votes
0
score
Downloads
0
total
Price
Free
API key required
Works With
About
Rapidly build reliable web automation agents
The web agent framework built for speed, cost-efficiency, scale, and reliability β Read more at: open-operator-evals β’ X β’ LinkedIn β’ Landing β’ Console
](https://github.com/nottelabs/notte/stargazers) [ ](https://www.python.org/downloads/) [ [](https://pepy.tech/projects/notte)
What is Notte?
Notte provides all the essential tools for building and deploying AI agents that interact seamlessly with the web. Our full-stack framework combines AI agents with traditional scripting for maximum efficiency - letting you script deterministic parts and use AI only when needed, cutting costs by 50%+ while improving reliability. We allow you to develop, deploy, and scale your own agents and web automations, all with a single API. Read more in our documentation here π₯
Opensource Core:
- [Run web agents](#using-python-sdk-recommended) β Give AI agents natural language tasks to complete on websites
- [Structured Output](#structured-output) β Get data in your exact format with Pydantic models
- [Site Interactions](#scraping) β Observe website states, scrape data and execute actions using Playwright compatible primitives and natural language commands
API service (Recommended)
- [Stealth Browser Sessions](#session-features) β Browser instances with built-in CAPTCHA solving, proxies, and anti-detection
- [Hybrid Workflows](#workflows) β Combine scripting and AI agents to reduce costs and improve reliability
- [Secrets Vaults](#agent-vault) β Enterprise-grade credential management to store emails, passwords, MFA tokens, SSO, etc.
- [Digital Personas](#agent-persona) β Create digital identities with unique emails, phones, and automated 2FA for account creation workflows
Quickstart
pip install notte
patchright install --with-deps chromiumRun in local mode
Use the following script to spinup an agent using opensource features (you'll need your own LLM API keys):
import notte
from dotenv import load_dotenv
load_dotenv()
with notte.Session(headless=False) as session:
agent = notte.Agent(session=session, reasoning_model='gemini/gemini-2.5-flash', max_steps=30)
response = agent.run(task="doom scroll cat memes on google images")Using Python SDK (Recommended)
We also provide an effortless API that hosts the browser sessions for you - and provide plenty of premium features. To run the agent you'll need to first sign up on the Notte Console and create a free Notte API key π
from notte_sdk import NotteClient
import os
client = NotteClient(api_key=os.getenv("NOTTE_API_KEY"))Don't lose this
Three weeks from now, you'll want Notte again. Will you remember where to find it?
Save it to your library and the next time you need Notte, itβs one tap away β from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.
β‘ Pro tip for geeks: add a-gnt π€΅π»ββοΈ as a custom connector in Claude or a custom GPT in ChatGPT β one click and your library is right there in the chat. Or, if youβre in an editor, install the a-gnt MCP server and say βuse my [bench name]β in Claude Code, Cursor, VS Code, or Windsurf.
a-gnt's Take
Our honest review
πΈ Best framework to build web agents, and deploy serverless web automation functions on reliable br. Best for anyone looking to make their AI assistant more capable in devops & monitoring. It's completely free and works across most major AI apps. This one just landed in the catalog β worth trying while it's fresh.
Tips for getting started
Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.
Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.
Read more:
What's New
Imported from GitHub
Ratings & Reviews
0.0
out of 5
0 ratings
No reviews yet. Be the first to share your experience.