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

# Replit

> Give Replit Agent a Kernel cloud browser

Connect Kernel to Replit through Replit's integration library. Replit Agent gets full Kernel capabilities over MCP — launching and controlling cloud browsers, saving and reusing [profiles](/docs/browsers/profiles), and capturing [replays](/docs/browsers/replays) — so it can complete general browser tasks or build web apps that use browser agents and automation.

## Connect Kernel to Replit

<Steps>
  <Step title="Open the integration library">
    In your Repl, click **Add an integration**, then **Manage integrations**. You can also jump straight to Kernel's connector with this [direct link](https://replit.com/~?settings.show=true\&settings.tab=integrations\&connector=predefined-kernel-sh).
  </Step>

  <Step title="Find Kernel">
    Search the integration library for `KERNEL`.
  </Step>

  <Step title="Connect">
    Click **Connect** and follow the OAuth prompts to authorize your Kernel account.
  </Step>
</Steps>

Once connected, Replit Agent can call Kernel's MCP tools directly — no API key management required.

## What Replit Agent can do

* **Launch and control cloud browsers** — create sessions and drive them with [Playwright code](/docs/browsers/playwright-execution) for DOM-based interaction, or [computer actions](/docs/browsers/computer-controls) (mouse, keyboard, screenshots) for visual control.
* **Save and reuse profiles** — persist logins and session state across runs with [profiles](/docs/browsers/profiles).
* **Capture replays** — start and stop a [video replay](/docs/browsers/replays) mid-session to record specific interactions or workflows, then review or download it afterward.

This makes Kernel a good fit both for one-off tasks you ask Replit Agent to complete in a browser, and for web apps you're building on Replit that need browser automation as part of their own functionality.
