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

# Browser Integrations

> Services accessed via stealth browser authentication.

# Browser Integrations

Platforms without public APIs (Twitter/X, LinkedIn, Instagram, TikTok) are accessed via the stealth browser — logging in with your credentials like a human would.

## How It Works

1. You provide platform credentials (encrypted in vault)
2. Agent launches a stealth browser session when needed
3. Browser authenticates using your credentials
4. Agent performs actions (post, reply, search) via the browser
5. Session cookies persist for future sessions

## Supported Platforms

| Platform  | Actions                                         |
| --------- | ----------------------------------------------- |
| Twitter/X | Post, reply, DM, search, follow, analytics      |
| LinkedIn  | Post, connect, message, search, analytics       |
| Instagram | Post photos/reels, stories, comments, analytics |
| TikTok    | Upload videos, track trends, comments           |

## Anti-Detection

* No webdriver flags
* Real browser fingerprint (plugins, GPU, languages)
* Human-like mouse movements and typing patterns
* Proper event dispatching (isTrusted = true)

## 2FA Handling

If the platform has 2FA enabled, the agent pauses and prompts you for the verification code. After you provide it, the agent resumes automatically.
