Introducing the New Intuned
We've been working in browser automation for over two years now. We've talked to hundreds of companies, worked closely with dozens, and built more scrapers and RPA workflows than I can count.
Today we're releasing the New Intuned — a code-first browser automation platform with an AI agent that builds and maintains your automations as deterministic, production-ready code. This is the biggest release we've ever done, and we're excited to share what we've built and how we got here.
The gap
If you've ever built browser automations — scrapers, RPA, anything that controls a browser programmatically — you know how much is involved. The scripts are tedious to write, fragile to maintain, and break constantly as websites change, and then there's everything you need around it to run reliably in production. It adds up.
Recently, AI agents and LLM-backed tools have made it possible to navigate websites and extract data in real time — which is great for one-off tasks. But for repetitive automations that run regularly, at scale, you need the speed, predictability, and low cost that only code gives you.
That's the gap the new Intuned fills.
How it works
Intuned has two parts: a platform for deploying and running code-based browser automations, and an AI agent that can build and maintain them.
Intuned Agent
Intuned Agent doesn't just write browser automation code — it understands the platform and works within it. Describe what you need in a conversation and the agent builds a complete Project, validates it against the live site, and delivers production-ready code you can review, edit, and deploy. It can also edit existing projects, and fix failed runs by pulling error context and traces to diagnose what went wrong.
You can also enable self-healing on any project — turning it into an autonomous project that closes the loop between monitoring and fixing. When something changes — a website updates its layout, response sizes shift, data patterns look off — Intuned detects it, determines whether it's a real issue, and the agent analyzes what went wrong and writes a fix. The level of autonomy is fully configurable — you control how much the agent does on its own.
Platform
You write browser automations in TypeScript or Python, organize them into Projects, and deploy to Intuned. Run them on demand via API or on a schedule.
Websites fight back against automation — CAPTCHAs, bot detection, IP blocking. Intuned handles that with built-in stealth mode, proxies, and CAPTCHA solving. For sites that require login, AuthSessions manage authentication and session state across runs.
When you need to run at scale, Jobs handle batching, retries, concurrency, and result delivery. Every run gets full observability — logs, browser traces, and session recordings.
Develop in the browser-based IDE or locally with the CLI.
What you can build
Scrapers. Extract structured data from websites on a schedule — product prices, job listings, public records, news. Write the extraction logic yourself or let the agent build it.
RPA automations. Interact with websites on behalf of users — form submissions, data entry, report downloads. Essential when a service doesn't offer an API.
Crawlers. Discover and collect data across many pages. Follow links, parse sitemaps, index content at scale.
AI-powered automations. Combine deterministic code with LLM-driven interactions. Use frameworks like Browser Use or Stagehand alongside your automation code, all running on Intuned's infrastructure.
Why we built this
One thing we heard over and over from customers: nobody wants to write and maintain browser automation code. Many asked us to just do it for them as a service. We offered that — and it became one of the most popular things about working with us.
Over the past two years, we've processed millions of automation runs for teams across e-commerce, insurance, healthcare, government, and more. The patterns are the same everywhere: critical work that depends on browser automation, and engineers who'd rather be doing anything else.
That's what the agent replaces. The same work, done by AI — faster, cheaper, and available to everyone.
Try Intuned
Sign up for free and start building at app.intuned.io, or book a demo if you'd like a walkthrough. To go deeper, head to our docs, watch the demos to see the agent in action, or read about how Intuned compares to other approaches.