
Browser infrastructure that lets AI run on the internet at speed.
Trusted by 100+ AI companies and partners
Describe a task.
Watch it happen.
One prompt. No selectors, no maintenance.
Meet our Studio.
A place to build, test and ship agents & automations.

Notte
Notte, italian for night, sole mission is to be the infrastructure for the agentic internet. The platform for nightly users of the web. A new internet for agents era.
Built for developers
The complete stack for developers to quickly automate the web.
1from notte_sdk import NotteClient
2
3client = NotteClient()
4
5with client.Session() as session:
6 p = session.page
7 p.goto("https://notte.cc")Authentication
Everything your agents & automations need to authenticate, stay authenticated, and operate the web like real users.
01
Agent Vaults
Encrypted credential storage. Agents fetch secrets at runtime, never hardcoded.
Encryption
AES-256 at rest
Access
Scoped per session
Rotation
Automatic
Audit
Full access log
02
Agent Identities
Real emails and phone numbers per agent. Receive OTPs, pass 2FA, verify accounts.
Dedicated inbox
Phone
Real SMS number
OTP
Auto-intercept
2FA
Any platform
03
Session Profiles
Save full browser state across sessions. Log in once, skip auth on every future run.
State
Full browser snapshot
Persist
Auto-save on exit
Reuse
Attach to any session
Parallel
Safe read-only mode
Works with your stack.
Drop in one line of code.
No rewrites, no lock-in.
Playwright
Browser automation
Puppeteer
Browser automation
Selenium
Browser automation
browser-use
AI browser agent
Stagehand
AI browser agent
Python
Language
TypeScript
Language
Node.js
Runtime
Docker
Containerisation
OpenAI
LLM provider
Anthropic
LLM provider
Gemini
LLM provider
LangChain
AI framework
Claude Code
AI coding tool
Cursor
AI coding tool
Loved by builders.
What the community is saying
about Notte.
“wow I'm testing this right now, got really high hopes for it”
John Rush
@johnrushx
“build and deploy fast web agents with headless browser sessions and LLM automation”
Tom Dörr
@tom_doerr
“Notte is magnitudes ahead”
Peter
@FeelinBluu
“The fastest, most reliable open-source framework for browser using agents”
GitHub Projects Community
@GithubProjects
“This tool is fire”
Shushant Lakhyani
@shushant_l
“Beautiful”
Ogst
@0xgsttt
“Finally, a web layer that speaks AI's language. Notte is a breakthrough.”
Muhammad Ayan
@socialwithaayan
API for Anything.
Describe the task. We engineer the skill. Your agent calls it.
Describe the task
Any workflow, any site.
We engineer it
No agent improvising.
Your agent calls it
One clean API endpoint.
Input
$ "Get listing details for any Airbnb URL"
API Endpoint
POST api.notte.cc/functions/run
Response
{
"title": "Cozy Studio in Shibuya",
"price_per_night": "$89",
"rating": 4.92,
"reviews": 214,
"superhost": true
}