Add docs for os-sandboxing beta#1160
Conversation
|
Droid finished @stepan-factory's task —— View job Solid addition of the Sandbox (Beta) documentation and navigation wiring. The main gaps are a missing mention of folder-level settings in the merge hierarchy and a couple places where the docs could better warn about configurations that broaden access more than users may expect. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
factory-ain3sh
left a comment
There was a problem hiding this comment.
Found seven additional security-documentation mismatches against the current CLI implementation and open Sandbox Hardening work: sandbox startup can fail open; WebSearch/FetchUrl, Task, hooks, and MCP are overclaimed; network filtering has an open SRT bypass; and the documented denyRead, mode, and org-policy prompt behavior differs from what ships today.
The "Configure & Extend" group in docs.json contained an unsupported
{"page": "...", "tag": "Beta"} entry (introduced in #1160). Mintlify's
docs.json schema only allows path strings or group objects in pages
arrays; the malformed entry caused the entire Docs tab to drop from the
rendered nav, redirecting docs.factory.ai to /guides/power-user/setup-checklist.
Replace it with a plain path string and move the Beta badge into the
sandbox page's frontmatter where Mintlify supports the tag property.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
No description provided.