Add Vercel Eve extension integration doc - #451
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low
The current diff only adds a Mintlify documentation page, links it into
docs.json, and updates the Vercel integration overview. The update since the prior approval only restructures feature copy into bullets and trims a redundant list; it doesn't increase risk. No runtime code, model instruction files, infrastructure, authentication enforcement, permissions, or production data paths are changed, and the repository has noCODEOWNERSfile requiring an owner review.This PR is already approved, so I did not submit another approval.
Sent by Cursor Automation: Assign PR reviewers
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low
The current diff changes only the Mintlify documentation surface: it adds one MDX integration guide, registers that page in
docs.json, and updates the Vercel overview. The changes since the prior approval only convert prose to bullets and rename a heading with its anchor; they don't increase risk. Although the guide describes an agent skill, it doesn't modify a prompt or any model-consumed instruction file. No runtime code, infrastructure, authentication enforcement, permissions, or production data paths change, and the repository contains noCODEOWNERSfile.The PR is already approved, so I retained the existing approval and did not submit another one.
Sent by Cursor Automation: Assign PR reviewers
…able Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Risk assessment: Very Low
The full diff only changes the Mintlify documentation surface: it adds one MDX integration guide, registers it in docs.json, and updates the Vercel overview. The latest update only tightens prose, punctuation, list formatting, and removes a redundant comparison table; it doesn't increase risk. No runtime code, model instruction files, infrastructure, authentication enforcement, permissions, or production data paths change. The repository also has no CODEOWNERS file requiring an owner review.
The PR is already approved, so I retained the existing approval and did not submit another one.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high 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 24a7cef. Configure here.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Risk assessment: Very Low
The full diff is limited to the Mintlify documentation surface: one new MDX integration guide, one navigation entry in docs.json, and updates to the Vercel overview. The latest synchronization only reformats and clarifies an existing security warning; it doesn't increase the change's risk. No runtime code, model instruction files, infrastructure, authentication enforcement, permissions, or production data paths change. The repository also has no CODEOWNERS file requiring an owner review.
The PR is already approved, so I retained the existing approval and did not submit another one.
Sent by Cursor Automation: Assign PR reviewers
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Risk assessment: Very Low
The full diff is confined to the Mintlify documentation surface: it adds one MDX integration guide, registers that guide in docs.json, and updates the Vercel overview. The latest synchronization changes only three documentation phrases from “one-line mount” to “1 loc,” so it does not increase risk. No runtime code, model instruction files, infrastructure, authentication enforcement, permissions, or production data paths change. The repository also has no CODEOWNERS file requiring an owner review.
The PR is already approved, so I retained the existing approval and did not submit another one.
Sent by Cursor Automation: Assign PR reviewers



Summary
Adds a new integration page for the
@onkernel/eve-extensionpackage under the Vercel section — a Vercel Eve extension that mounts a Kernel cloud browser into an Eve agent with a one-line mount.The page covers:
browseskillChanges
integrations/vercel/eve-extension.mdxdocs.jsonintegrations/vercel/overview.mdxto list the extension as a third option (intro + card)Internal doc links verified against existing pages (
/auth/overview,/auth/profiles,/proxies/overview,/browsers/live-view,/introduction/create).docs.jsonvalidated as JSON. Did not runmintlify devlocally.🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changes with no runtime, auth, or API behavior changes.
Overview
Adds documentation for mounting
@onkernel/eve-extensionon Vercel Eve agents so Kernel’s cloud browser tools and thebrowseskill appear via a one-line mount and hosted MCP.The new
integrations/vercel/eve-extensionpage documents Vercel Connect (recommended) vsKERNEL_API_KEY, prerequisites (Node 24+, Eve ≥ 0.25), the default toolset and opt-in high-blast-radius tools, connection overrides (allowlist +approval), and a multi-tenant security warning.docs.jsonregisters the page under the Vercel nav group, andintegrations/vercel/overviewnow lists Eve as a third integration path with a matching Next Steps card (3-column layout).Reviewed by Cursor Bugbot for commit c5c3d24. Bugbot is set up for automated code reviews on this repo. Configure here.