@@ -38,6 +38,9 @@ Each role can be associated with one or more of the following policies:
3838| ` Deployment ` | Controls deployment-level functionality, e.g., as Playground. |
3939| ` Report ` | Controls access to specific reports in Saved Reports. |
4040| ` ReportFolder ` | Controls access to specific folders in Saved Reports. |
41+ | ` Agent ` | Controls access to specific [ AI agents] [ ref-ai-agents ] . |
42+ | ` AgentSpace ` | Controls access to specific AI agent [ spaces] [ ref-ai-spaces ] . |
43+ | ` Workbook ` | Controls access to specific [ workbooks] [ ref-workbooks ] . |
4144
4245Each policy can apply to _ all resources_ or _ specific resources_ . For example, a policy
4346could apply to all deployments or only to a specific deployment.
@@ -97,15 +100,19 @@ Existing users' roles can be modified from the "Members" tab on the Team page:
97100
98101Policies can have the following actions associated with them.
99102
100- Actions for the ` Global ` policy:
103+ ### ` Global `
101104
102105| Action | Description |
103106| --- | --- |
104107| ` Alerts Access ` <br />` Alerts Create ` <br />` Alerts Edit ` <br />` Alerts Delete ` | View, create, edit, and delete [ budgets] [ ref-budgets ] . |
105108| ` Billing Access ` | Access the billing data of the Cube Cloud account. |
106109| ` Deployment Manage ` | Create and delete deployments in the Cube Cloud account. |
110+ | ` Agent Admin ` | Administer AI agents across the account. |
111+ | ` AI BI Developer ` | Developer-level access to AI BI features with full AI token usage. |
112+ | ` AI BI User ` | User-level access to AI BI features with standard AI token usage. |
113+ | ` AI BI Viewer ` | Viewer-level access to AI BI features with limited AI token usage. |
107114
108- Actions for the ` Deployment ` policy:
115+ ### ` Deployment `
109116
110117| Action | Description |
111118| --- | --- |
@@ -117,18 +124,36 @@ Actions for the `Deployment` policy:
117124| ` SQL Runner Access ` | Use [ SQL Runner] [ ref-sql-runner ] . |
118125| ` Data Assets Access ` | Use [ Semantic Catalog] [ ref-semantic-catalog ] . |
119126
120- Actions for the ` Report ` policy:
127+ ### ` Report `
121128
122129| Action | Description |
123130| --- | --- |
124131| ` Report Read ` <br />` Report Manage ` | View and create/delete reports. |
125132
126- Actions for the ` ReportFolder ` policy:
133+ ### ` ReportFolder `
127134
128135| Action | Description |
129136| --- | --- |
130137| ` Report Read ` <br />` Report Manage ` | View and create/delete report folders. |
131138
139+ ### ` Agent `
140+
141+ | Action | Description |
142+ | --- | --- |
143+ | ` Agent Access ` <br />` Agent Manage ` | View and manage AI agents. |
144+
145+ ### ` AgentSpace `
146+
147+ | Action | Description |
148+ | --- | --- |
149+ | ` Agent Space Manage ` | Manage AI agent spaces. |
150+
151+ ### ` Workbook `
152+
153+ | Action | Description |
154+ | --- | --- |
155+ | ` Workbook Read ` <br />` Workbook Manage ` <br />` Workbook Edit ` | View, manage, and edit workbooks. |
156+
132157
133158[ ref-budgets ] : /product/workspace/budgets
134159[ ref-playground ] : /product/workspace/playground
@@ -139,3 +164,6 @@ Actions for the `ReportFolder` policy:
139164[ ref-perf-insights ] : /product/workspace/performance
140165[ ref-sql-runner ] : /product/workspace/sql-runner
141166[ ref-semantic-catalog ] : /product/workspace/semantic-catalog
167+ [ ref-ai-agents ] : /product/administration/ai/spaces-agents-models#2-agents-ai-agents
168+ [ ref-ai-spaces ] : /product/administration/ai/spaces-agents-models#1-spaces-agent-spaces
169+ [ ref-workbooks ] : /product/exploration/workbooks
0 commit comments