-
Notifications
You must be signed in to change notification settings - Fork 11
Add Replit integration guide #620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+37
−0
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
4e12dc9
Add Replit integration guide
dprevoznik 7b14469
Add sidebar icon for Replit integration page
dprevoznik 1ef74ac
Drop "via MCP" from Replit integration description
dprevoznik c72d1c6
Fix inaccurate claim about automatic replays
dprevoznik f937cb9
Remove Learn more section from Replit integration page
dprevoznik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| --- | ||
| title: "Replit" | ||
| description: "Give Replit Agent a Kernel cloud browser" | ||
| icon: "/images/integration-icons/replit.svg" | ||
| --- | ||
|
|
||
| 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](/browsers/profiles), and capturing [replays](/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](/browsers/playwright-execution) for DOM-based interaction, or [computer actions](/browsers/computer-controls) (mouse, keyboard, screenshots) for visual control. | ||
| - **Save and reuse profiles** — persist logins and session state across runs with [profiles](/browsers/profiles). | ||
| - **Capture replays** — start and stop a [video replay](/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. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.