> ## Documentation Index
> Fetch the complete documentation index at: https://intunedhq.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Code-first browser automation platform with an AI agent that builds and maintains your automations

<Frame>
  <iframe src="https://share.descript.com/embed/3NH1rQ7iM3a" width="100%" style={{ aspectRatio: "16 / 9", border: 0 }} allowFullScreen />
</Frame>

## What is Intuned?

Intuned is a code-first browser automation platform for developers, with two parts:

1. **A platform** for deploying and running browser automations as code—with built-in authentication, stealth, monitoring, scheduling, and scale.
2. **An AI agent** that builds, edits, and maintains those automations autonomously.

Build automations by hand or let AI build them for you. What deploys is always code you can read, debug, and own. Because the agent runs inside the platform—with access to browser traces, run history, and project configuration—it can do more than generate code. It can test against live pages, diagnose failures, and maintain your automations after deployment.

## What you can build

Browser automation covers any task where software controls a browser to interact with websites. Common use cases include:

**Scrapers** — Extract structured data from websites. Product prices, job listings, public records, news articles. Write the extraction logic once, run it on a schedule, and get results delivered to your systems.

**RPA automations** — Interact with websites on behalf of users. Form submissions, data entry, account actions, report downloads. Useful when a service doesn't offer an API or you need to automate legacy web apps.

**Crawlers** — Discover and collect data across many pages. Follow links, parse sitemaps, index content. Build crawlers that process hundreds or thousands of pages per run.

**AI-powered automations** — Use LLMs to navigate, interact, and extract from websites. Build AI agents that adapt to different sites or combine AI with deterministic code for reliability where it matters.

## Intuned Agent

Intuned Agent is an AI agent that builds, edits, and maintains browser automation Projects. It runs inside the Intuned platform with a real browser, full access to the platform, and works in the background as long as needed.

**Build from a conversation** — Describe your scraper or automation in natural language. The agent creates a plan, controls a real browser in the background, validates against live pages, and delivers working code with sample data. Typically takes 30–60 minutes.

**Edit existing projects** — Select a project, describe the change. Add fields, fix selectors, change pagination, modify formatting. The agent shows a diff, tests it, and delivers results.

**Fix failed runs** — Click "Fix with AI" on any failed run. Error context is pre-filled—the agent diagnoses and generates a fix without back-and-forth.

**Self-healing projects** — Enable self-healing on any project. Intuned detects issues automatically—not just pass/fail, but anomalies in response size, output patterns, and run behavior. The agent can [fix issues, merge changes, and redeploy](/main/02-intuned-agent/self-healing-projects), with the level of autonomy you choose.

<CardGroup cols={2}>
  <Card title="Try Intuned Agent" icon="wand-magic-sparkles" href="https://app.intuned.io/agent">
    Start building with Intuned Agent
  </Card>

  <Card title="Learn more" icon="book" href="/main/02-intuned-agent/overview">
    See what the agent can do
  </Card>
</CardGroup>

## Platform features

**[Built-in authentication](/main/02-features/auth-sessions)** — Handle login flows with AuthSessions. You define how to log in and verify sessions—Intuned manages the rest.

**[Stealth and anti-detection](/main/02-features/stealth-mode-captcha-solving-proxies)** — Proxies, stealth mode, and CAPTCHA solving help your automations avoid detection.

**[Monitoring and traces](/main/02-features/observability-monitoring-logs)** — Full logs, browser traces, and session recordings for every Run.

**[Jobs and scheduling](/main/02-features/jobs-batched-executions)** — Run automations on a schedule or in batches. Configure retries, concurrency, and result delivery.

**[Flexible automations](/main/02-features/flexible-automation)** — Write deterministic scripts, AI-driven automations, crawlers, or any combination. Use any library or pattern.

## Quickstarts

<CardGroup cols={2}>
  <Card title="Build a scraper with AI" icon="wand-magic-sparkles" href="/main/00-getting-started/quickstarts/intuned-agent">
    Generate a scraper from a prompt and schema.
  </Card>

  <Card title="Build an RPA with AI" icon="robot" href="/main/00-getting-started/quickstarts/build-an-rpa-with-intuned-agent">
    Automate browser workflows using the agent.
  </Card>

  <Card title="Build a scraper manually" icon="database" href="/main/00-getting-started/quickstarts/scraper">
    Extract data from a website with code.
  </Card>

  <Card title="Build an RPA manually" icon="robot" href="/main/00-getting-started/quickstarts/rpa">
    Automate browser workflows with code.
  </Card>

  <Card title="Authenticated RPA" icon="lock" href="/main/00-getting-started/quickstarts/auth-rpa">
    Automate login-protected workflows with AuthSessions.
  </Card>
</CardGroup>

## Continue reading

<CardGroup cols={2}>
  <Card title="How the platform works" icon="book" href="/main/00-getting-started/how-intuned-works">
    Understand Projects, Runs, Jobs, and the execution model
  </Card>

  <Card title="Intuned vs other approaches" icon="scale-balanced" href="/main/01-learn/deep-dives/intuned-vs-others">
    See how Intuned compares to other browser automation tools
  </Card>
</CardGroup>

<Note>
  **Need managed automations?** Our solution engineers—powered by Intuned Agent—build and maintain automations for you. Tell us what you need, and we handle the rest. [Get in touch](https://cal.com/team/intuned/get-started).
</Note>
