
Notte
Build and deploy reliable browser agents at scale
1.2K followers
Build and deploy reliable browser agents at scale
1.2K followers
One platform to build and deploy enterprise-grade browser agents. Managed infrastructure (sessions, proxies, identities, vaults) via a single API. Hybrid architecture combines deterministic scripts with AI reasoning for production reliability.
This is the 3rd launch from Notte. View more
Anything API
Launching today
Many websites don't have public APIs. Anything API fills that gap.
Turn any browser work into a production-ready API. Describe the task, and our agents build a custom function that calls the site directly. Ship a custom API endpoint you can deploy serverless, schedule on Cron, or call via API.
Tell Notte what you need. We ship the function endpoint.







Free
Launch Team / Built With





Product Hunt
Notte
@curiouskitty yes we do. We leverage the full notte ecosystem (browser profiles, vaults, etc.) to build the automation
Notte
@curiouskitty for auth flows that require 2FA, we recommend using browser profiles and either login manually to persist the cookies, or use an Agent to login on your behalf. If you put your MFA secret inside our vaults, the agent can login super easily
I just used this for my platform One Pager and I gotta say wow!
This is much more than a standard chatbot.
One Pager rapidly creates websites for outreach, but does not have a public API at the moment. I entered my website, then anything API created an account, logged in starting understanding my platform and created an API to build website using my data structure.
This is something I haven't seen before and really impressed me.
Curios if there is a way to output the endpoints created into a document for external use?
Also how to you ensure that people aren't building APIs for sites that aren't theirs?
Notte
@jake_friedberg Re security - we're trying to enforce as much as possible a fair use policy through our agent prompt and safety railguard. Eg - Anything will not let you automate LinkedIn work due to their terms of services
Notte
@jake_friedberg hey Jake! thanks for the nice feedback. Yes the endpoint that gets created is actually hosted as a Notte function on Notte (You get a pointer to the Notte console from Anything). You can get the curl command to invoke the function from anywhere directly from the Notte console and also get observability and co from there. hope this helps?
This solves a real pain — so many useful sites still have no API. Turning browser workflows into callable endpoints could save teams a lot of brittle scraping work. Curious how it handles sites that change their UI often.
Notte
@allinonetools_net once the endpoint is built, subsequent runs call the site directly rather than re-navigating the browser UI, so UI changes don’t affect it after the initial build
Notte
@allinonetools_net Handling function rebuilds on sites updates will be our next move ;)
This is pretty cool. Btw when the agent generates the API endpoint, how deterministic is the execution layer? Is the AI only used during the build phase and the runtime stays fully scripted?
Notte
@lak7 The AI tries its best to create a fully scripted runtime, but can also create hybrids where an AI agent itself can be used during the execution of the function if needed
Velocity: AI User testing
Kind of amazing that you can generate an API like this. Does it suffer from the same problems as web scrapers if the DOM should change dynamically? Since it's an API I'm supposing that actually it could protect as a layer of abstraction above the changes on the page and then you just get it to self heal on a recurring basis? Perhaps you could even charge for that self healing cadence.
Notte
@kevin_mcdonagh1 Yes exactly, Anything tries to do as much as possible at the API level (faster, more stable, etc.) when it's not possible to do so the Anything agent is also able to generate script that themselves use playwright and browser agents; so you end up with hybrid browser functions. If your usecase only leverage APIs than its much less sensitive to UI changes, if it's hybrid it will be a bit more. We're working on self-healing as a next step
Great launch—this is exactly the gap most GTM teams hit when they need reliable data from tools that don’t expose APIs. Quick follow-up from my earlier thread: if I need session persistence + proxy rotation for long-running enrichment jobs, can Anything API pin identity state per endpoint (so retries don’t break auth flows)?
Notte
@danielsinewe not 100% sure i got the question; but anything is compatible with all the Notte stack so you can run w/ proxies enabled, run with session profiles, etc.
Notte
@chriswyatt2 good question - to generate the API you'd need to run the automation in a browser session first, handle the browser infra, captchas, proxies, auth etc. Anything API uses the Notte CLI to generate the browser session and ships it as an endpoint (that you can deploy serverless, schedule on cron, call via API)
Notte
@chriswyatt2 Yeah as Sam said, main diff is the hosted service. You can run your claude code generate API so many times locally but if you need to run it at scale or when you sleep you better have a managed infra that also handles stealth with your volume