> ## 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.

# Overview

## Intuned Browser SDK

Browser automation helpers built on [Playwright](https://playwright.dev/). These SDKs extend Playwright with utilities for common automation tasks—AI-powered data extraction, pagination handling, file operations, and more.

Use these helpers in any Playwright project, or with the [Intuned platform](https://app.intuned.io) for managed infrastructure and deployment.

<CardGroup cols={2}>
  <Card title="TypeScript/JavaScript" icon="js" href="./intuned-sdk/typescript">
    `@intuned/browser` - Browser automation helpers for Node.js
  </Card>

  <Card title="Python" icon="python" href="./intuned-sdk/python">
    `intuned_browser` - Browser automation helpers for Python
  </Card>
</CardGroup>

## What's included

**AI helpers** — Extract structured data from pages using vision models. Detect page load states intelligently. These functions use AI and incur costs.

**Automation helpers** — Navigate with retries, wait for network/DOM to settle, handle infinite scroll and "Load More" pagination, convert pages to markdown.

**File utilities** — Download files from pages, upload to S3, handle file operations.

**Data processing** — Validate against schemas, sanitize HTML, parse dates, filter empty values.

## Requirements

Both SDKs require:

* Playwright installed and configured
* For AI functions: an API key for the AI provider (OpenAI, Anthropic, etc.)

## Using with Intuned

When deployed to [Intuned](https://app.intuned.io), these SDKs are pre-installed and configured. AI functions use Intuned's built-in AI integration, and file utilities can leverage Intuned's storage.

For standalone use, install the SDK directly and configure AI providers as needed.
