Add Replit integration guide - #620
Conversation
Documents connecting Kernel to Replit Agent through Replit's integration library (MCP-based OAuth connector), covering browser control via Playwright or computer actions, profiles, and replays. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
There was a problem hiding this comment.
Risk level: Very Low
Approved. This change adds a Replit integration guide and wires it into the docs nav. I checked the diff directly:
integrations/replit.mdx— new documentation page (setup steps and links to existing browser, profile, replay, and MCP pages)integrations/overview.mdx— one list item linking to that pagedocs.json— one navigation entry under Integrations
36 lines added, nothing removed. No application code, auth, permissions, infrastructure, or shared runtime logic. No CODEOWNERS file, so codeowner review is not required.
This is documentation-only with a small blast radius, so it meets the Very Low bar.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4e12dc9. Configure here.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Risk level: Very Low (unchanged)
Re-evaluated after 7b14469 (Add sidebar icon for Replit integration page). The new commit adds:
images/integration-icons/replit.svg— a static monochrome SVG (one path, no scripts or external references)integrations/replit.mdx— oneiconfrontmatter field pointing at that file
The full PR is still docs-only: a new Replit integration page, one overview list item, one docs.json nav entry, and this icon. No application code, auth, permissions, infrastructure, or shared runtime logic. No CODEOWNERS file, so codeowner review is not required.
Risk did not increase, so the existing approval stands. Not re-approving.
Sent by Cursor Automation: Assign PR reviewers
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Risk level: Very Low (unchanged)
Re-evaluated after 1ef74ac (Drop "via MCP" from Replit integration description). That commit changes two documentation strings:
integrations/overview.mdx— overview list item, removes the words "via MCP"integrations/replit.mdx— page description frontmatter, same wording change
The full PR is still documentation only: a new Replit integration page, one overview list item, one docs.json navigation entry, and a static SVG icon with a single path and no scripts or external references. No application code, auth, permissions, infrastructure, or shared runtime logic. No CODEOWNERS file, so codeowner review is not required.
Risk did not increase, so the existing approval stands. Not re-approving.
Sent by Cursor Automation: Assign PR reviewers
Replays are started and stopped explicitly mid-session via the replays API, not recorded automatically. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Risk level: Very Low (unchanged)
Re-evaluated after c72d1c6 (Fix inaccurate claim about automatic replays). That commit changes one documentation bullet in integrations/replit.mdx: the replays item now says you start and stop a video replay mid-session, instead of claiming every session records an automatic replay.
The full PR is still documentation only: a new Replit integration page, one overview list item, one docs.json navigation entry, and a static SVG icon with a single path and no scripts or external references. No application code, auth, permissions, infrastructure, or shared runtime logic. No CODEOWNERS file, so codeowner review is not required.
Risk did not increase, so the existing approval stands. Not re-approving.
Sent by Cursor Automation: Assign PR reviewers
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Risk level: Very Low (unchanged)
Re-evaluated after f937cb9 (Remove Learn more section from Replit integration page). That commit deletes four lines from integrations/replit.mdx: the Learn more heading and the links to the MCP server reference and other clients.
The full PR is still documentation only:
integrations/replit.mdx— new integration guideintegrations/overview.mdx— one overview list itemdocs.json— one navigation entryimages/integration-icons/replit.svg— a static monochrome SVG (one path, no scripts or external references)
No application code, auth, permissions, infrastructure, or shared runtime logic. No CODEOWNERS file, so codeowner review is not required.
Risk did not increase, so the existing approval stands. Not re-approving.
Sent by Cursor Automation: Assign PR reviewers



Summary
integrations/replit.mdxcovering the new Replit integration: connecting Kernel via the integration library (Add an integration → Manage integrations → search "KERNEL" → Connect → OAuth), and what Replit Agent can do with it (Playwright/computer-action browser control, profiles, replays).docs.json) and to the integrations overview list.Test plan
docs.jsonis valid JSON.integrations/1password.mdx,integrations/hermes-agent.mdx).🤖 Generated with Claude Code
Note
Low Risk
Documentation and navigation updates only; no product code, auth, or runtime behavior changes.
Overview
Adds Replit to the integrations docs so users can connect Kernel through Replit’s integration library and use Replit Agent with Kernel over MCP (OAuth, no API keys in the Repl).
New
integrations/replit.mdxwalks through Add an integration → Manage integrations → KERNEL → Connect, links to Kernel’s predefined connector, and summarizes agent capabilities (cloud browsers via Playwright/computer actions, profiles, replays). A Replit nav entry is added indocs.json, the page is listed onintegrations/overview.mdx, andimages/integration-icons/replit.svgis included for the page icon.Reviewed by Cursor Bugbot for commit f937cb9. Bugbot is set up for automated code reviews on this repo. Configure here.