docs: add Organizations & Permissions section under AI builder [ENG-10395]#6802
Conversation
Add docs/ai_builder/organization/ covering organizations end to end: overview, members & seats, roles & permissions, managing project access, custom roles, verified domains, SSO, deployment approvals, audit logs, moving projects & apps, and bring-your-own-cloud. Wire the section into the AI builder docs sidebar and cross-link from hosting/adding-members and hosting/billing.
Merging this PR will not alter performance
Comparing Footnotes
|
Greptile SummaryThis PR adds a complete "Organizations & Permissions" documentation section (11 new pages) under the AI Builder docs, wires it into the sidebar, and adds cross-link alerts in two existing hosting pages.
Confidence Score: 5/5Safe to merge — pure documentation addition with no runtime logic changes. All changes are Markdown content and two small Python additions (a sidebar group and an acronym entry). The permission tables and cross-links are internally consistent across the 11 new pages. No runtime code is modified. No files require special attention. The pre-existing commented-out Integrations block in ai.py was already noted in a previous review cycle. Important Files Changed
Reviews (2): Last reviewed commit: "use explicit kwargs with color_mode_cond" | Re-trigger Greptile |
masenf
left a comment
There was a problem hiding this comment.
looks good, running it locally
Co-authored-by: Masen Furer <m_github@0x26.net>
New
docs/ai_builder/organization/section (11 pages) documenting organizations and permissions end to end:Also wires the section into the AI builder docs sidebar and cross-links from
hosting/adding-membersandhosting/billing.Content is sourced from the shipped flexgen org/permission model (org roles Admin/Manager/Member, project roles Viewer/Editor/Admin plus custom roles). Screenshots are live on the CDN under
docs-preview/organization/….