Re-add Claude Managed Agents integration docs#404
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes 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 49be3a0. Configure here.
| - **Parallel by default**: fan out one browser per subagent and run them concurrently, so a single coordinator can cover many pages at once. | ||
| - **Stealth, non-headless browsing**: [stealth mode](/browsers/bot-detection/stealth) drives real Chromium that renders and behaves like a human visitor, not a flagged bot. | ||
| - **Managed Authentication**: Claude Managed Agents can seamlessly access browsers on behalf of users using Kernel's secure, permissioned abstraction of user identity. | ||
| - **Persistent session state**: carry cookies and logins across runs with [Profiles](/auth/profiles), so agents resume where they left off. |
There was a problem hiding this comment.
Benefits link Profiles not Managed Auth
Medium Severity
The benefits bullet on carrying cookies and logins across runs points readers to Profiles instead of the canonical Managed Auth page. Integration docs are expected to route authenticated browsing and session persistence to Managed Auth, not the lower-level profiles building block.
Triggered by learned rule: Integration pages should highlight Managed Auth for authenticated browsing
Reviewed by Cursor Bugbot for commit 49be3a0. Configure here.
There was a problem hiding this comment.
Risk assessment: Very Low.
I assessed the actual diff only. The PR adds one new Mintlify documentation page, links it from docs.json, and adds it to the integrations overview. I don't see runtime code, infrastructure, auth/permissions, billing, schema, or shared-library changes. No CODEOWNERS file is present in the repository.
The PR already has an active approval, so I’m not adding another approval.
Sent by Cursor Automation: Assign PR reviewers




Summary
Re-publishes the Claude Managed Agents integration docs that were removed in #403. Restores the three files to their exact state from commit
3ce3a5c(verified byte-identical):integrations/claude-managed-agents.mdx(217 lines)docs.jsonintegrations/overview.mdxPure re-add, no other changes. Merge when the docs should go back up.
Note
Low Risk
Documentation-only restore; no runtime, API, or auth behavior changes.
Overview
Restores the Claude Managed Agents integration guide that was removed in #403, with no content edits beyond putting it back in the docs site.
Adds
integrations/claude-managed-agents.mdx, which explains pairing Anthropic’s hosted agent harness with Kernel cloud browsers via the Kernel CLI (environments, vault credentials forKERNEL_API_KEY, worker/coordinator agents, sessions, and teardown). Integrations nav indocs.jsonand the popular-integrations list onintegrations/overview.mdxagain link to that page.Reviewed by Cursor Bugbot for commit 49be3a0. Bugbot is set up for automated code reviews on this repo. Configure here.