Conversation
Documents the kernel/docker-sbx-kit mixin: how to install, what it provides (CLI, skills, proxy-managed Kernel API auth), how to load the kit, troubleshooting, and how it relies on the sbx proxy to keep KERNEL_API_KEY off the sandbox VM.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Strip duplicated kit/sbx mechanics (loading methods, spec breakdown, generic troubleshooting, validation commands) and route those to Docker's docs and the kit README. Keeps only what's unique to the Kernel integration: the kit's value prop, proxy-managed KERNEL_API_KEY, and the quickstart command. Reduces drift risk as Docker evolves sbx.
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low
This synchronized diff is limited to documentation and Mintlify navigation: it adds
integrations/docker-sandboxes.mdx, adds that page todocs.json, and links it fromintegrations/overview.mdx. I found no production codepaths, runtime behavior, infrastructure, auth/permissions logic, schema changes, prompts used for model behavior, or shared systems modified.The PR is already approved, so I’m not adding a duplicate approval. I also found no
CODEOWNERSfile in the repository, so there doesn't appear to be a code owner review requirement blocking the existing approval.Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Risk assessment: Very Low
The current diff is limited to documentation and Mintlify navigation: it adds integrations/docker-sandboxes.mdx, adds that page to docs.json, and links it from integrations/overview.mdx. I found no production codepaths, runtime behavior, infrastructure, auth/permissions logic, schema changes, shared systems, or model prompt/instruction files modified.
The PR is already approved, so I’m not adding another approval. I also found no CODEOWNERS file in the repository, so there doesn't appear to be a code owner review requirement blocking approval.
Sent by Cursor Automation: Assign PR reviewers


Summary
integrations/docker-sandboxes.mdxdocumenting thekernel/docker-sbx-kitmixin for Docker Sandboxes (sbx).KERNEL_API_KEY), validation, and troubleshooting.docs.jsonnavigation and theintegrations/overview.mdxindex.Why
Surface the new sbx kit as a first-class integration so users can run agents inside isolated Docker sandboxes against Kernel without exposing their API key to the agent.
Test plan
mintlify devlocally and confirm the new page renders, sidebar entry shows under Integrations, and all internal links resolve.