docs(user-guide): document the invoker role - #382
Open
s5unanow wants to merge 1 commit into
Open
Conversation
Add a dedicated Invoker Role page under Project & User Management, extend the roles overview, Users Management, section index and glossary, and add two FAQ entries. Covers permissions, restrictions, the reduced interface, Marketplace cloning, personal integrations, assignment rules and audit trail for EPMCDME-10371. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FmU5HQdgfkGEbrdFyiRWms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new Invoker role (EPMCDME-10371): a run-only, least-privileged user who can chat with shared assistants, run shared workflows, clone Marketplace assistants, and manage personal integrations, but cannot view or change any AI configuration. Covers what the role can and cannot do, how the reduced interface looks, how the role is assigned in Users Management, and how it compares with the other platform roles.
Changes
docs/user-guide/project-user-management/invoker-role.md— full Invoker reference (permissions, restrictions, reduced UI, Marketplace clone flow, personal integrations, assignment rules, audit trail, role comparison) and registered it insidebars.tsdocs/admin/security/roles-rbac.md— Invoker added to the role list, capability table, hierarchy diagram, plus an assignment/exclusivity/prerequisite sectiondocs/user-guide/project-user-management/users.md— "Assign the Invoker Role" steps under User Details and the newAuditor/Invokervalues in the Platform Role filterdocs/user-guide/project-user-management/index.mdx(Invoker column in "Access by Role", FeatureCard) anddocs/user-guide/getting-started/glossary.md(Invoker entry)faq/what-can-an-invoker-do-in-codemie.md,faq/how-do-i-assign-the-invoker-role-to-a-user.mdTesting
npm run build(full production build;npm startwas not used)onBrokenLinks: 'throw')Quality Checks
npm run checkpasses (typecheck + lint + commitlint)<text>must be`<text>`)static/img/)Additional Notes
codemieMR !4072) and UI (codemie-uiMR !1773) implementations of EPMCDME-10371; it should be merged together with, or after, those changes reach a release.