Add Claude Managed Agents integration docs#402
Conversation
Document running Anthropic's hosted Managed Agents harness against Kernel cloud browsers: durable resources vs ephemeral sessions, the coordinator/ worker topology, the environment-vs-credential networking model, and a step-by-step quickstart. Add it to the integrations nav and overview. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
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.
Risk assessment: Low.
This PR adds a new public documentation page for Claude Managed Agents and links it from docs.json and integrations/overview.mdx. The changed files are docs/navigation only, with no application code, infrastructure, auth, billing, permissions, or production data changes. I’m rating it Low rather than Very Low because the new guide includes copyable agent prompts, CLI commands, and credential-handling examples, so inaccuracies could affect users following the docs, but the blast radius is limited to documentation.
I found no existing approvals and no CODEOWNERS file or requested reviewers indicating Codeowners review is required, so I’m approving under the requested risk policy.
Sent by Cursor Automation: Assign PR reviewers
Add a "what this enables" thesis paragraph framing the runtime/browser split, a benefits section near the top, and note the auto-set beta header. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
Risk assessment: Low.
The current diff adds a new Claude Managed Agents documentation page and two navigation links (docs.json, integrations/overview.mdx). There are no application code, infrastructure, auth, billing, permissions, or data-path changes. I’m rating it Low rather than Very Low because the new page includes copyable agent prompts, CLI commands, beta API details, and credential-handling guidance, so documentation mistakes could affect users who follow it.
The PR was already approved before this update, and the update since that approval only adds explanatory docs copy and beta-access clarification within the same page, so I don’t see a risk increase that would require dismissing the prior approval. I found no CODEOWNERS file indicating Codeowners review is required.
Sent by Cursor Automation: Assign PR reviewers
| The example code below is TypeScript. The same API is exposed through the Anthropic SDKs for other languages under their `beta` namespace as Managed Agents rolls out. | ||
| </Note> | ||
|
|
||
| ## Quickstart |
There was a problem hiding this comment.
@rgarcia should we also link to the cookbook? would require making the cookbook public
The quickstart uses only the Anthropic SDK and process.env — none of the recent Node APIs that would require a higher floor. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
Risk assessment: Low.
The current diff adds a new Claude Managed Agents documentation page and links it from docs.json and integrations/overview.mdx. There are no application code, infrastructure, auth, billing, permissions, schema, or production data changes. I’m rating it Low rather than Very Low because the new docs include copyable agent prompts, CLI commands, beta API details, and credential-handling guidance, so inaccurate guidance could affect users following the page.
The PR is already approved, so I’m not adding another approval. I re-evaluated the synchronized update and found it only changes the Node.js prerequisite from 22+ to 18+ within the same docs page, which doesn’t increase the risk level. I found no CODEOWNERS file indicating Codeowners review is required.
Sent by Cursor Automation: Assign PR reviewers


Summary
Adds an
integrations/claude-managed-agentspage documenting how to run Anthropic's hosted Claude Managed Agents harness against Kernel cloud browsers — the analog to the existing Claude Agent SDK page, but for the hosted agent loop (agents, sessions, environments, vaults on Anthropic's side, reaching Kernel over the network).The page covers:
KERNEL_API_KEY, never plaintext in the container or model context).Also wires it into the Integrations nav (
docs.json) right after Claude Agent SDK, and into the integrations overview list.Notes for reviewers
agent_toolset_20260401and themanaged-agents-…-research-previewheader are shown as-is; revisit at GA.<Note>points to other-language SDKs as Managed Agents rolls out. Happy to add a Python tab once that surface is stable.docs.jsonvalidated as JSON.Test plan
mintlify devand confirm the page renders + appears in the Integrations nav🤖 Generated with Claude Code