Skip to content

Add Replit integration guide - #620

Merged
dprevoznik merged 5 commits into
mainfrom
hypeship/replit-integration-docs
Sep 22, 2026
Merged

dprevoznik merged 5 commits into
mainfrom
hypeship/replit-integration-docs

Conversation

@dprevoznik

@dprevoznik dprevoznik commented Sep 22, 2026 •

Copy link
Copy Markdown
Contributor

Summary

  • Add integrations/replit.mdx covering 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).
  • Add the page to the docs nav (docs.json) and to the integrations overview list.

Test plan

  • Validated docs.json is valid JSON.
  • No local Mintlify build available in this checkout to preview rendering — relying on structure matching existing integration pages (e.g. 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.mdx walks 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 in docs.json, the page is listed on integrations/overview.mdx, and images/integration-icons/replit.svg is 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.

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>
@mintlify

mintlify Bot commented Sep 22, 2026 •

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
Kernel 🟢 Ready View Preview Sep 22, 2026, 5:37 PM

💡 Tip: Enable Automations to automatically generate PRs for you.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 page
  • docs.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.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

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

Comment thread integrations/replit.mdx
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 — one icon frontmatter 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.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Open in Web View Automation 

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>

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 guide
  • integrations/overview.mdx — one overview list item
  • docs.json — one navigation entry
  • images/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.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

@dprevoznik
dprevoznik merged commit 6028e0f into main Sep 22, 2026
4 checks passed
@dprevoznik
dprevoznik deleted the hypeship/replit-integration-docs branch September 22, 2026 17:53

This branch was successfully deployed

1 active deployment
staging — f937cb9b Deployed Sep 22, 2026 by mintlify[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant