@uipath/skills 1.200.0 → 1.201.0-preview.433
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/.cursor-plugin/plugin.json +32 -0
- package/CODEOWNERS +25 -4
- package/README.md +1 -0
- package/assets/skill-status.json +8 -0
- package/assets/uip-catalog-snapshot.json +113 -41
- package/assets/uipath-icon.png +0 -0
- package/commands/install-permissions.md +1 -0
- package/package.json +3 -2
- package/skills/uipath-admin/SKILL.md +1 -1
- package/skills/uipath-admin/references/authorization/permission-catalog.md +61 -1
- package/skills/uipath-admin/references/authorization/role-management.md +3 -1
- package/skills/uipath-admin/references/diagnose/references/failure-modes.md +29 -4
- package/skills/uipath-admin/references/diagnose/references/troubleshooting-guide.md +13 -0
- package/skills/uipath-agents/SKILL.md +1 -0
- package/skills/uipath-agents/references/coded/capabilities/context-grounding.md +3 -3
- package/skills/uipath-agents/references/coded/capabilities/guardrails/guardrails-recommend.md +6 -1
- package/skills/uipath-agents/references/coded/capabilities/guardrails/guardrails.md +89 -1
- package/skills/uipath-agents/references/coded/embedding-in-flows.md +17 -1
- package/skills/uipath-agents/references/coded/frameworks/llamaindex-integration.md +64 -2
- package/skills/uipath-agents/references/coded/lifecycle/deployment.md +3 -0
- package/skills/uipath-agents/references/coded/lifecycle/environment-variables.md +90 -0
- package/skills/uipath-agents/references/coded/lifecycle/file-sync.md +3 -1
- package/skills/uipath-agents/references/coded/quickstart.md +10 -6
- package/skills/uipath-agents/references/lowcode/capabilities/guardrails/guardrails-recommend.md +20 -5
- package/skills/uipath-agents/references/lowcode/capabilities/guardrails/guardrails.md +13 -0
- package/skills/uipath-agents/references/lowcode/capabilities/inline-in-flow/inline-in-flow.md +1 -3
- package/skills/uipath-api-workflow/references/operating-published-workflows.md +17 -6
- package/skills/uipath-automationhub/SKILL.md +58 -0
- package/skills/uipath-automationhub/references/api-endpoints.md +140 -0
- package/skills/uipath-automationhub/references/get-process.md +69 -0
- package/skills/uipath-automationhub/references/publish-process.md +171 -0
- package/skills/uipath-coded-apps/SKILL.md +24 -11
- package/skills/uipath-coded-apps/references/commands-reference.md +29 -29
- package/skills/uipath-coded-apps/references/create-action-app.md +4 -0
- package/skills/uipath-coded-apps/references/create-web-app.md +10 -0
- package/skills/uipath-coded-apps/references/debug.md +16 -0
- package/skills/uipath-coded-apps/references/oauth-client-setup.md +3 -1
- package/skills/uipath-coded-apps/references/oauth-scopes.md +39 -4
- package/skills/uipath-coded-apps/references/pack-publish-deploy.md +37 -21
- package/skills/uipath-coded-apps/references/sdk/conversational-agent.md +2 -0
- package/skills/uipath-coded-apps/references/sdk/data-fabric.md +2 -0
- package/skills/uipath-coded-apps/references/sdk/orchestrator.md +2 -0
- package/skills/uipath-coded-apps/references/widgets/conversational-agent-chat.md +90 -0
- package/skills/uipath-coded-apps/references/widgets/datatable.md +97 -0
- package/skills/uipath-coded-apps/references/widgets/external-auth.md +97 -0
- package/skills/uipath-coded-apps/references/widgets/multi-file-upload.md +98 -0
- package/skills/uipath-coded-apps/references/widgets/pdf-viewer.md +122 -0
- package/skills/uipath-coded-apps/references/widgets/validation-station.md +1 -1
- package/skills/uipath-functions/SKILL.md +11 -0
- package/skills/uipath-insights/SKILL.md +52 -247
- package/skills/uipath-insights/references/filter-discovery-guide.md +106 -0
- package/skills/uipath-insights/references/investigation-playbook-guide.md +24 -16
- package/skills/uipath-insights/references/jobs-commands-guide.md +196 -53
- package/skills/uipath-ixp/SKILL.md +10 -4
- package/skills/uipath-ixp/references/cli-reference.md +59 -5
- package/skills/uipath-ixp/references/label-documents-guide.md +12 -5
- package/skills/uipath-maestro-bpmn/SKILL.md +27 -9
- package/skills/uipath-maestro-bpmn/references/diagnose/references/failure-modes.md +6 -3
- package/skills/uipath-maestro-bpmn/references/operate/CAPABILITY.md +1 -1
- package/skills/uipath-maestro-bpmn/references/operate/references/ship.md +9 -3
- package/skills/uipath-maestro-bpmn/references/registry-workflow.md +1 -1
- package/skills/uipath-maestro-bpmn/references/shared/local-metadata-regeneration-guide.md +18 -11
- package/skills/uipath-maestro-bpmn/references/structural-bpmn.md +13 -7
- package/skills/uipath-maestro-case/SKILL.md +138 -170
- package/skills/uipath-maestro-case/references/bindings-and-expressions.md +14 -1
- package/skills/uipath-maestro-case/references/bindings-v2-sync.md +25 -1
- package/skills/uipath-maestro-case/references/brownfield.md +7 -3
- package/skills/uipath-maestro-case/references/case-commands.md +63 -8
- package/skills/uipath-maestro-case/references/case-editing-operations.md +11 -8
- package/skills/uipath-maestro-case/references/case-schema.md +5 -3
- package/skills/uipath-maestro-case/references/case-spec-input-details.md +4 -0
- package/skills/uipath-maestro-case/references/connector-integration.md +3 -1
- package/skills/uipath-maestro-case/references/connector-trigger-impl.md +236 -0
- package/skills/uipath-maestro-case/references/connector-trigger-planning.md +300 -0
- package/skills/uipath-maestro-case/references/entry-points-sync.md +2 -0
- package/skills/uipath-maestro-case/references/evals/evals.json +33 -40
- package/skills/uipath-maestro-case/references/implementation.md +58 -13
- package/skills/uipath-maestro-case/references/phased-execution.md +87 -20
- package/skills/uipath-maestro-case/references/placeholder-tasks.md +3 -1
- package/skills/uipath-maestro-case/references/planning.md +26 -16
- package/skills/uipath-maestro-case/references/plugins/case/impl-json.md +2 -5
- package/skills/uipath-maestro-case/references/plugins/case/planning.md +3 -1
- package/skills/uipath-maestro-case/references/plugins/conditions/case-exit-conditions/impl-json.md +3 -1
- package/skills/uipath-maestro-case/references/plugins/conditions/case-exit-conditions/planning.md +5 -3
- package/skills/uipath-maestro-case/references/plugins/conditions/stage-entry-conditions/impl-json.md +4 -2
- package/skills/uipath-maestro-case/references/plugins/conditions/stage-entry-conditions/planning.md +6 -4
- package/skills/uipath-maestro-case/references/plugins/conditions/stage-exit-conditions/impl-json.md +6 -4
- package/skills/uipath-maestro-case/references/plugins/conditions/stage-exit-conditions/planning.md +6 -4
- package/skills/uipath-maestro-case/references/plugins/conditions/task-entry-conditions/impl-json.md +42 -3
- package/skills/uipath-maestro-case/references/plugins/conditions/task-entry-conditions/planning.md +6 -4
- package/skills/uipath-maestro-case/references/plugins/logging/impl-json.md +50 -32
- package/skills/uipath-maestro-case/references/plugins/sla/impl-json.md +2 -4
- package/skills/uipath-maestro-case/references/plugins/sla/planning.md +3 -1
- package/skills/uipath-maestro-case/references/plugins/stages/impl-json.md +1 -4
- package/skills/uipath-maestro-case/references/plugins/stages/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/action/impl-json.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/action/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/agent/impl-json.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/agent/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/api-workflow/impl-json.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/api-workflow/planning.md +5 -3
- package/skills/uipath-maestro-case/references/plugins/tasks/case-management/impl-json.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/case-management/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/connector-activity/impl-json.md +43 -13
- package/skills/uipath-maestro-case/references/plugins/tasks/connector-activity/planning.md +4 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/connector-trigger/impl-json.md +10 -7
- package/skills/uipath-maestro-case/references/plugins/tasks/connector-trigger/planning.md +5 -3
- package/skills/uipath-maestro-case/references/plugins/tasks/create-inline-common.md +3 -1
- package/skills/uipath-maestro-case/references/plugins/tasks/process/impl-json.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/process/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/rpa/impl-json.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/rpa/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/wait-for-timer/impl-json.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/wait-for-timer/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/triggers/event/impl-json.md +9 -6
- package/skills/uipath-maestro-case/references/plugins/triggers/event/planning.md +5 -3
- package/skills/uipath-maestro-case/references/plugins/triggers/manual/impl-json.md +1 -4
- package/skills/uipath-maestro-case/references/plugins/triggers/manual/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/triggers/timer/impl-json.md +1 -4
- package/skills/uipath-maestro-case/references/plugins/triggers/timer/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/variables/bindings/impl-json.md +3 -1
- package/skills/uipath-maestro-case/references/plugins/variables/global-vars/impl-json.md +40 -2
- package/skills/uipath-maestro-case/references/plugins/variables/global-vars/planning.md +12 -2
- package/skills/uipath-maestro-case/references/plugins/variables/io-binding/impl-json.md +8 -6
- package/skills/uipath-maestro-case/references/plugins/variables/io-binding/planning.md +17 -3
- package/skills/uipath-maestro-case/references/registry-discovery.md +9 -5
- package/skills/uipath-maestro-case/references/sla-response-shapes.md +3 -1
- package/skills/uipath-maestro-case/references/troubleshooting-guide.md +2 -0
- package/skills/uipath-maestro-case/scripts/audit_plan.py +231 -0
- package/skills/uipath-maestro-flow/references/author/CAPABILITY.md +8 -4
- package/skills/uipath-maestro-flow/references/author/references/editing-operations-cli.md +5 -3
- package/skills/uipath-maestro-flow/references/author/references/editing-operations-json.md +14 -4
- package/skills/uipath-maestro-flow/references/author/references/editing-operations.md +3 -3
- package/skills/uipath-maestro-flow/references/author/references/greenfield.md +12 -3
- package/skills/uipath-maestro-flow/references/author/references/planning-arch.md +17 -13
- package/skills/uipath-maestro-flow/references/author/references/planning-impl.md +1 -1
- package/skills/uipath-maestro-flow/references/author/references/plugins/agent/impl.md +49 -4
- package/skills/uipath-maestro-flow/references/author/references/plugins/connector/impl.md +59 -17
- package/skills/uipath-maestro-flow/references/author/references/plugins/connector-trigger/impl.md +3 -3
- package/skills/uipath-maestro-flow/references/author/references/plugins/http/impl-connector.md +3 -1
- package/skills/uipath-maestro-flow/references/author/references/plugins/http/impl-manual.md +3 -1
- package/skills/uipath-maestro-flow/references/author/references/plugins/http/impl.md +5 -2
- package/skills/uipath-maestro-flow/references/author/references/plugins/inline-agent/impl.md +31 -16
- package/skills/uipath-maestro-flow/references/author/references/plugins/ixp/impl.md +13 -4
- package/skills/uipath-maestro-flow/references/author/references/plugins/loop/impl.md +185 -25
- package/skills/uipath-maestro-flow/references/author/references/plugins/loop/planning.md +18 -10
- package/skills/uipath-maestro-flow/references/author/references/plugins/rpa/impl.md +9 -3
- package/skills/uipath-maestro-flow/references/author/references/plugins/terminate/impl.md +6 -3
- package/skills/uipath-maestro-flow/references/diagnose/references/failure-modes.md +68 -0
- package/skills/uipath-maestro-flow/references/shared/cli-commands.md +2 -1
- package/skills/uipath-maestro-flow/references/shared/file-format.md +36 -9
- package/skills/uipath-maestro-flow/references/shared/node-output-wiring.md +1 -1
- package/skills/uipath-maestro-flow/references/shared/ux-narration-and-todos.md +1 -1
- package/skills/uipath-maestro-flow/references/shared/variables-and-expressions.md +77 -20
- package/skills/uipath-planner/SKILL.md +30 -12
- package/skills/{uipath-maestro-case/assets/templates/sdd-template-examples.md → uipath-planner/assets/templates/case-sdd-examples.md} +18 -32
- package/skills/uipath-planner/assets/templates/case-sdd-template.md +289 -309
- package/skills/uipath-planner/references/case-design-lane-guide.md +288 -0
- package/skills/uipath-planner/references/multi-skill-patterns-guide.md +1 -1
- package/skills/uipath-planner/references/package-selection-guide.md +2 -2
- package/skills/uipath-planner/references/pdd-driven-lane-guide.md +5 -1
- package/skills/uipath-planner/references/product-selection-guide.md +2 -2
- package/skills/uipath-planner/references/sdd-generation-guide.md +16 -15
- package/skills/uipath-planner/scripts/audit_sdd.py +437 -0
- package/skills/uipath-platform/SKILL.md +7 -2
- package/skills/uipath-platform/references/data-fabric/choice-sets.md +1 -1
- package/skills/uipath-platform/references/data-fabric/data-fabric.md +1 -1
- package/skills/uipath-platform/references/data-fabric/entity-schema.md +37 -21
- package/skills/uipath-platform/references/data-fabric/file-attachments.md +1 -1
- package/skills/uipath-platform/references/guardrails/byo-configurations.md +205 -0
- package/skills/uipath-platform/references/traces/feedback.md +4 -2
- package/skills/uipath-platform/references/uip-commands.md +2 -2
- package/skills/uipath-review/SKILL.md +55 -52
- package/skills/uipath-review/references/agents/agent-grading-rubric.md +62 -40
- package/skills/uipath-review/references/agents/agents-coded-rules.md +7 -1
- package/skills/uipath-review/references/agents/agents-lowcode-rules.md +21 -2
- package/skills/uipath-review/references/agents/guardrails/coded-guardrails-review.md +78 -13
- package/skills/uipath-review/references/agents/guardrails/guardrails-review.md +11 -4
- package/skills/uipath-review/references/architecture-assessment-guide.md +1 -1
- package/skills/uipath-review/references/review-workflow-guide.md +19 -10
- package/skills/uipath-review/references/rule-catalog-workflow.md +6 -6
- package/skills/uipath-review/references/rule-format.md +1 -1
- package/skills/uipath-rpa/SKILL.md +1 -1
- package/skills/uipath-solution/SKILL.md +4 -4
- package/skills/uipath-solution/references/solution-overview.md +7 -2
- package/skills/uipath-tasks/SKILL.md +27 -1
- package/skills/uipath-tasks/references/task-catalogs.md +79 -0
- package/skills/uipath-tasks/references/task-data.md +45 -0
- package/skills/uipath-tasks/references/task-metadata.md +69 -0
- package/skills/uipath-test/SKILL.md +3 -3
- package/skills/uipath-test/references/test-result-report-guide.md +16 -1
- package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/ambiguous-selector.md +1 -1
- package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/scope-container-wrong-page.md +1 -1
- package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/verify-execution-failure.md +2 -2
- package/skills/uipath-troubleshoot/references/products/agents/playbooks/guardrail-violation.md +12 -0
- package/version-manifest.json +2 -2
- package/skills/uipath-maestro-case/assets/templates/sdd-template.md +0 -667
- package/skills/uipath-maestro-case/references/connector-trigger-common.md +0 -511
- package/skills/uipath-maestro-case/references/phase-0-interview.md +0 -279
- package/skills/uipath-maestro-case/references/sdd-generation-rules.md +0 -1026
- package/skills/uipath-review/references/agents/agent-common-issues.md +0 -401
- package/skills/uipath-review/references/agents/agent-review-checklist.md +0 -379
- /package/skills/{uipath-maestro-case → uipath-planner}/assets/templates/sdd-viewer.html +0 -0
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"name": "uipath",
|
|
10
10
|
"source": "./",
|
|
11
11
|
"description": "UiPath plugin for Claude Code — custom skills, agents, hooks, and MCP servers for UiPath workflows, UI automation, UI testing and UiPath troubleshoot",
|
|
12
|
-
"version": "1.
|
|
12
|
+
"version": "1.201.0",
|
|
13
13
|
"author": {
|
|
14
14
|
"name": "UiPath"
|
|
15
15
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uipath",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.201.0",
|
|
4
4
|
"description": "UiPath plugin for Claude Code — custom skills, agents, hooks, and MCP servers for UiPath RPA workflows, UI automation, UI testing, Python coded agents and UiPath troubleshoot",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "UiPath"
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "uipath",
|
|
3
|
+
"displayName": "UiPath",
|
|
4
|
+
"version": "1.201.0",
|
|
5
|
+
"description": "UiPath plugin for Cursor — skills for building, running, testing, and deploying UiPath automations, agents, coded apps, and platform operations.",
|
|
6
|
+
"author": {
|
|
7
|
+
"name": "UiPath",
|
|
8
|
+
"email": "support@uipath.com"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/UiPath/skills",
|
|
11
|
+
"repository": "https://github.com/UiPath/skills",
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"uipath",
|
|
15
|
+
"automation",
|
|
16
|
+
"rpa",
|
|
17
|
+
"workflows",
|
|
18
|
+
"skills",
|
|
19
|
+
"code",
|
|
20
|
+
"xaml",
|
|
21
|
+
"studio",
|
|
22
|
+
"ui-automation",
|
|
23
|
+
"ui-testing",
|
|
24
|
+
"desktop",
|
|
25
|
+
"browser",
|
|
26
|
+
"coded-apps",
|
|
27
|
+
"coded-agents",
|
|
28
|
+
"agent",
|
|
29
|
+
"troubleshoot"
|
|
30
|
+
],
|
|
31
|
+
"logo": "assets/uipath-icon.png"
|
|
32
|
+
}
|
package/CODEOWNERS
CHANGED
|
@@ -14,6 +14,14 @@
|
|
|
14
14
|
# CLI versions config (per-environment CLI versions)
|
|
15
15
|
/assets/cli-versions.json @vlad-uipath
|
|
16
16
|
|
|
17
|
+
# Studio Web flavor overrides
|
|
18
|
+
/skill-flavors/studioweb/ @astridstaicu
|
|
19
|
+
|
|
20
|
+
# preview skills
|
|
21
|
+
/preview/uipath-maestro-flow/ @dmetzgar @tmatup
|
|
22
|
+
/preview/uipath-maestro-case/ @dmetzgar @tmatup
|
|
23
|
+
/preview/uipath-maestro-bpmn/ @dmetzgar @tmatup
|
|
24
|
+
|
|
17
25
|
# Activity references (bundled inside uipath-rpa skill)
|
|
18
26
|
/skills/uipath-rpa/references/activity-docs/ @DragosUnguru
|
|
19
27
|
|
|
@@ -71,8 +79,16 @@
|
|
|
71
79
|
/tests/tasks/activation/uipath-functions.jsonl @AlexBizon @UiPath/team-coded-agents
|
|
72
80
|
|
|
73
81
|
# Planner skill (PDD → SDD design + multi-skill task planning)
|
|
74
|
-
/skills/uipath-planner/ @RaduAna-Maria @abhiram-vad
|
|
75
|
-
/tests/tasks/uipath-planner/ @RaduAna-Maria @abhiram-vad
|
|
82
|
+
/skills/uipath-planner/ @RaduAna-Maria @abhiram-vad @charlesliu9 @song-zhao-25
|
|
83
|
+
/tests/tasks/uipath-planner/ @RaduAna-Maria @abhiram-vad @charlesliu9 @song-zhao-25
|
|
84
|
+
# Case-design evals migrated from uipath-maestro-case (planner-sole-SDD-author) — case owners stay reviewers
|
|
85
|
+
/tests/tasks/uipath-planner/_shared/ @RaduAna-Maria @abhiram-vad @charlesliu9 @song-zhao-25 @jundayin
|
|
86
|
+
/tests/tasks/uipath-planner/case_design_interview/ @RaduAna-Maria @abhiram-vad @charlesliu9 @song-zhao-25 @jundayin
|
|
87
|
+
/tests/tasks/uipath-planner/case_design_loan/ @RaduAna-Maria @abhiram-vad @charlesliu9 @song-zhao-25 @jundayin
|
|
88
|
+
/tests/tasks/uipath-planner/case_finalize_draft/ @RaduAna-Maria @abhiram-vad @charlesliu9 @song-zhao-25 @jundayin
|
|
89
|
+
/tests/tasks/uipath-planner/case_finalize_draft_loan/ @RaduAna-Maria @abhiram-vad @charlesliu9 @song-zhao-25 @jundayin
|
|
90
|
+
/tests/tasks/uipath-planner/case_finalize_draft_picker/ @RaduAna-Maria @abhiram-vad @charlesliu9 @song-zhao-25 @jundayin
|
|
91
|
+
/tests/tasks/uipath-planner/case_finalize_draft_reject/ @RaduAna-Maria @abhiram-vad @charlesliu9 @song-zhao-25 @jundayin
|
|
76
92
|
|
|
77
93
|
# Solution skill (uip solution lifecycle)
|
|
78
94
|
/skills/uipath-solution/ @UiPath/team-merlot @UiPath/team-orange
|
|
@@ -100,8 +116,8 @@
|
|
|
100
116
|
/tests/tasks/uipath-human-in-the-loop/ @dushyant-uipath
|
|
101
117
|
|
|
102
118
|
# Case Management skill
|
|
103
|
-
/skills/uipath-maestro-case/ @charlesliu9 @song-zhao-25 @abhiram-vad @
|
|
104
|
-
/tests/tasks/uipath-maestro-case/ @charlesliu9 @song-zhao-25 @abhiram-vad @
|
|
119
|
+
/skills/uipath-maestro-case/ @charlesliu9 @song-zhao-25 @abhiram-vad @roberts-cliff
|
|
120
|
+
/tests/tasks/uipath-maestro-case/ @charlesliu9 @song-zhao-25 @abhiram-vad @roberts-cliff
|
|
105
121
|
/tests/tasks/uipath-maestro-case/guardrails/ @apetraru-uipath @valentinabojan @ctiliescuuipath
|
|
106
122
|
|
|
107
123
|
# Coded Apps skill
|
|
@@ -117,6 +133,7 @@
|
|
|
117
133
|
# Add your team here when contributing a new plugin category
|
|
118
134
|
/skills/uipath-maestro-flow/references/plugins/connector/ @baishalighosh @chandusailella @bai-uipath @rockymadden @DevMomo
|
|
119
135
|
/skills/uipath-maestro-flow/references/plugins/connector-trigger/ @baishalighosh @chandusailella @bai-uipath @rockymadden @DevMomo
|
|
136
|
+
/skills/uipath-maestro-flow/references/author/references/plugins/agent/ @UiPath/team-coded-agents @AlexandruCGhimisi @andreibalas-uipath @al3xanndru
|
|
120
137
|
/skills/uipath-maestro-flow/references/author/references/plugins/inline-agent/ @AlexandruCGhimisi @andreibalas-uipath @al3xanndru
|
|
121
138
|
/tests/tasks/uipath-maestro-flow/connector_features/ @baishalighosh @chandusailella @mukundbayyaram
|
|
122
139
|
|
|
@@ -175,3 +192,7 @@
|
|
|
175
192
|
/skills/uipath-process-mining/ @UiPath/team-backendhoven
|
|
176
193
|
/tests/tasks/uipath-process-mining/ @UiPath/team-backendhoven
|
|
177
194
|
/tests/tasks/activation/uipath-process-mining.jsonl @UiPath/team-backendhoven
|
|
195
|
+
|
|
196
|
+
# Automation Hub skills (Open API publish/read of processes via the user's cloud token)
|
|
197
|
+
/skills/uipath-automationhub/ @parth-patil-uipath @abhiram-vad
|
|
198
|
+
/tests/tasks/uipath-automationhub/ @parth-patil-uipath @abhiram-vad
|
package/README.md
CHANGED
|
@@ -106,6 +106,7 @@ Every skill's maturity is tracked in [`assets/skill-status.json`](assets/skill-s
|
|
|
106
106
|
| `uipath-agents` | In-development |
|
|
107
107
|
| `uipath-api-workflow` | In-development |
|
|
108
108
|
| `uipath-automation-discovery` | Preview |
|
|
109
|
+
| `uipath-automationhub` | In-development |
|
|
109
110
|
| `uipath-coded-apps` | Preview |
|
|
110
111
|
| `uipath-connector-builder` | In-development |
|
|
111
112
|
| `uipath-feedback` | Stable |
|
package/assets/skill-status.json
CHANGED
|
@@ -49,6 +49,14 @@
|
|
|
49
49
|
},
|
|
50
50
|
"last_synced": null
|
|
51
51
|
},
|
|
52
|
+
"uipath-automationhub": {
|
|
53
|
+
"status": "in-development",
|
|
54
|
+
"confluence": {
|
|
55
|
+
"page_id": null,
|
|
56
|
+
"url": null
|
|
57
|
+
},
|
|
58
|
+
"last_synced": null
|
|
59
|
+
},
|
|
52
60
|
"uipath-coded-apps": {
|
|
53
61
|
"status": "preview",
|
|
54
62
|
"confluence": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated_at": "2026-08-
|
|
3
|
-
"cli_version": "1.
|
|
2
|
+
"generated_at": "2026-08-22T04:19:58Z",
|
|
3
|
+
"cli_version": "1.201.0-dev.8319",
|
|
4
4
|
"verbs": [
|
|
5
5
|
"admin",
|
|
6
6
|
"admin audit",
|
|
@@ -250,6 +250,62 @@
|
|
|
250
250
|
"agenthub remote-a2a-agent list",
|
|
251
251
|
"agenthub remote-a2a-agent refresh-card",
|
|
252
252
|
"agenthub remote-a2a-agent update",
|
|
253
|
+
"ah",
|
|
254
|
+
"ah applications",
|
|
255
|
+
"ah applications delete",
|
|
256
|
+
"ah applications list",
|
|
257
|
+
"ah applications update",
|
|
258
|
+
"ah audit-logs",
|
|
259
|
+
"ah audit-logs download",
|
|
260
|
+
"ah audit-logs list",
|
|
261
|
+
"ah auth-info",
|
|
262
|
+
"ah auth-info get",
|
|
263
|
+
"ah automations",
|
|
264
|
+
"ah automations create",
|
|
265
|
+
"ah automations get",
|
|
266
|
+
"ah automations list",
|
|
267
|
+
"ah automations schema",
|
|
268
|
+
"ah automations schema get",
|
|
269
|
+
"ah automations update",
|
|
270
|
+
"ah business-cases",
|
|
271
|
+
"ah business-cases get",
|
|
272
|
+
"ah business-cases set-baseline",
|
|
273
|
+
"ah categories",
|
|
274
|
+
"ah categories get",
|
|
275
|
+
"ah categories set",
|
|
276
|
+
"ah categories update",
|
|
277
|
+
"ah collaborators",
|
|
278
|
+
"ah collaborators create",
|
|
279
|
+
"ah collaborators delete",
|
|
280
|
+
"ah collaborators list",
|
|
281
|
+
"ah components",
|
|
282
|
+
"ah components list",
|
|
283
|
+
"ah documents",
|
|
284
|
+
"ah documents create",
|
|
285
|
+
"ah documents download",
|
|
286
|
+
"ah documents list",
|
|
287
|
+
"ah idea-flows",
|
|
288
|
+
"ah idea-flows list",
|
|
289
|
+
"ah media",
|
|
290
|
+
"ah media create",
|
|
291
|
+
"ah phases",
|
|
292
|
+
"ah phases set",
|
|
293
|
+
"ah pipelines",
|
|
294
|
+
"ah pipelines list",
|
|
295
|
+
"ah questionnaires",
|
|
296
|
+
"ah questionnaires list",
|
|
297
|
+
"ah roles",
|
|
298
|
+
"ah roles list",
|
|
299
|
+
"ah store-listings",
|
|
300
|
+
"ah store-listings list",
|
|
301
|
+
"ah store-reviews",
|
|
302
|
+
"ah store-reviews list",
|
|
303
|
+
"ah tags",
|
|
304
|
+
"ah tags set",
|
|
305
|
+
"ah users",
|
|
306
|
+
"ah users create",
|
|
307
|
+
"ah users list",
|
|
308
|
+
"ah users update",
|
|
253
309
|
"aops",
|
|
254
310
|
"aops connection",
|
|
255
311
|
"aops connection azure-projects",
|
|
@@ -460,8 +516,18 @@
|
|
|
460
516
|
"guardrails byo-configurations create",
|
|
461
517
|
"guardrails byo-configurations delete",
|
|
462
518
|
"guardrails byo-configurations list",
|
|
519
|
+
"guardrails byo-configurations list-validators",
|
|
520
|
+
"guardrails byo-configurations probe",
|
|
463
521
|
"guardrails byo-configurations update",
|
|
464
522
|
"insights",
|
|
523
|
+
"insights filter-folders",
|
|
524
|
+
"insights filter-folders list",
|
|
525
|
+
"insights filter-machines",
|
|
526
|
+
"insights filter-machines list",
|
|
527
|
+
"insights filter-processes",
|
|
528
|
+
"insights filter-processes list",
|
|
529
|
+
"insights filter-queues",
|
|
530
|
+
"insights filter-queues list",
|
|
465
531
|
"insights jobs",
|
|
466
532
|
"insights jobs completed-timeline",
|
|
467
533
|
"insights jobs failure-details",
|
|
@@ -565,7 +631,10 @@
|
|
|
565
631
|
"ixp data-types rename",
|
|
566
632
|
"ixp data-types update-instructions",
|
|
567
633
|
"ixp deployments",
|
|
634
|
+
"ixp deployments create",
|
|
568
635
|
"ixp deployments get-taxonomy",
|
|
636
|
+
"ixp deployments list",
|
|
637
|
+
"ixp deployments upgrade",
|
|
569
638
|
"ixp documents",
|
|
570
639
|
"ixp documents delete",
|
|
571
640
|
"ixp documents download",
|
|
@@ -622,6 +691,8 @@
|
|
|
622
691
|
"logout",
|
|
623
692
|
"maestro",
|
|
624
693
|
"maestro bpmn",
|
|
694
|
+
"maestro bpmn check",
|
|
695
|
+
"maestro bpmn compile",
|
|
625
696
|
"maestro bpmn debug",
|
|
626
697
|
"maestro bpmn debug-instance",
|
|
627
698
|
"maestro bpmn debug-instance breakpoints",
|
|
@@ -633,6 +704,7 @@
|
|
|
633
704
|
"maestro bpmn debug-instance variables",
|
|
634
705
|
"maestro bpmn debug-instance variables-all",
|
|
635
706
|
"maestro bpmn debug-instance variables-set",
|
|
707
|
+
"maestro bpmn format",
|
|
636
708
|
"maestro bpmn incident",
|
|
637
709
|
"maestro bpmn incident get",
|
|
638
710
|
"maestro bpmn incident summary",
|
|
@@ -679,28 +751,26 @@
|
|
|
679
751
|
"maestro bpmn processes error-codes",
|
|
680
752
|
"maestro bpmn processes incidents",
|
|
681
753
|
"maestro bpmn processes list",
|
|
754
|
+
"maestro bpmn refresh",
|
|
682
755
|
"maestro bpmn registry",
|
|
683
756
|
"maestro bpmn registry get",
|
|
684
757
|
"maestro bpmn registry list",
|
|
685
758
|
"maestro bpmn registry pull",
|
|
686
759
|
"maestro bpmn registry search",
|
|
760
|
+
"maestro bpmn tidy",
|
|
761
|
+
"maestro bpmn update-metadata",
|
|
687
762
|
"maestro bpmn validate",
|
|
688
763
|
"maestro case",
|
|
689
764
|
"maestro case case-exit-conditions",
|
|
690
|
-
"maestro case case-exit-conditions add",
|
|
691
765
|
"maestro case case-exit-conditions get",
|
|
692
|
-
"maestro case case-exit-conditions remove",
|
|
693
|
-
"maestro case case-exit-conditions update",
|
|
694
766
|
"maestro case cases",
|
|
695
|
-
"maestro case cases add",
|
|
696
767
|
"maestro case cases get",
|
|
697
|
-
"maestro case
|
|
768
|
+
"maestro case check",
|
|
769
|
+
"maestro case compile",
|
|
698
770
|
"maestro case debug",
|
|
771
|
+
"maestro case decompile",
|
|
699
772
|
"maestro case edges",
|
|
700
|
-
"maestro case edges add",
|
|
701
773
|
"maestro case edges get",
|
|
702
|
-
"maestro case edges remove",
|
|
703
|
-
"maestro case edges update",
|
|
704
774
|
"maestro case incident",
|
|
705
775
|
"maestro case incident get",
|
|
706
776
|
"maestro case incident summary",
|
|
@@ -755,62 +825,33 @@
|
|
|
755
825
|
"maestro case registry search",
|
|
756
826
|
"maestro case sla",
|
|
757
827
|
"maestro case sla escalation",
|
|
758
|
-
"maestro case sla escalation add",
|
|
759
828
|
"maestro case sla escalation list",
|
|
760
|
-
"maestro case sla escalation remove",
|
|
761
829
|
"maestro case sla get",
|
|
762
|
-
"maestro case sla remove",
|
|
763
830
|
"maestro case sla rules",
|
|
764
|
-
"maestro case sla rules add",
|
|
765
831
|
"maestro case sla rules list",
|
|
766
|
-
"maestro case sla rules remove",
|
|
767
|
-
"maestro case sla set",
|
|
768
832
|
"maestro case spec",
|
|
769
833
|
"maestro case stage-entry-conditions",
|
|
770
|
-
"maestro case stage-entry-conditions add",
|
|
771
834
|
"maestro case stage-entry-conditions get",
|
|
772
|
-
"maestro case stage-entry-conditions remove",
|
|
773
|
-
"maestro case stage-entry-conditions update",
|
|
774
835
|
"maestro case stage-exit-conditions",
|
|
775
|
-
"maestro case stage-exit-conditions add",
|
|
776
836
|
"maestro case stage-exit-conditions get",
|
|
777
|
-
"maestro case stage-exit-conditions remove",
|
|
778
|
-
"maestro case stage-exit-conditions update",
|
|
779
837
|
"maestro case stages",
|
|
780
|
-
"maestro case stages add",
|
|
781
838
|
"maestro case stages get",
|
|
782
|
-
"maestro case stages remove",
|
|
783
|
-
"maestro case stages update",
|
|
784
839
|
"maestro case sticky-notes",
|
|
785
|
-
"maestro case sticky-notes add",
|
|
786
840
|
"maestro case sticky-notes get",
|
|
787
|
-
"maestro case sticky-notes remove",
|
|
788
|
-
"maestro case sticky-notes update",
|
|
789
841
|
"maestro case task-entry-conditions",
|
|
790
|
-
"maestro case task-entry-conditions add",
|
|
791
842
|
"maestro case task-entry-conditions get",
|
|
792
|
-
"maestro case task-entry-conditions remove",
|
|
793
|
-
"maestro case task-entry-conditions update",
|
|
794
843
|
"maestro case tasks",
|
|
795
|
-
"maestro case tasks add",
|
|
796
|
-
"maestro case tasks add-connector",
|
|
797
844
|
"maestro case tasks describe",
|
|
798
845
|
"maestro case tasks enrich",
|
|
799
846
|
"maestro case tasks get",
|
|
800
|
-
"maestro case tasks remove",
|
|
801
|
-
"maestro case tasks update",
|
|
802
|
-
"maestro case triggers",
|
|
803
|
-
"maestro case triggers add-event",
|
|
804
|
-
"maestro case triggers add-manual",
|
|
805
|
-
"maestro case triggers add-timer",
|
|
806
847
|
"maestro case validate",
|
|
807
|
-
"maestro case var",
|
|
808
|
-
"maestro case var bind",
|
|
809
848
|
"maestro flow",
|
|
810
849
|
"maestro flow binding",
|
|
811
850
|
"maestro flow binding add",
|
|
812
851
|
"maestro flow binding list",
|
|
813
852
|
"maestro flow binding remove",
|
|
853
|
+
"maestro flow check",
|
|
854
|
+
"maestro flow compile",
|
|
814
855
|
"maestro flow debug",
|
|
815
856
|
"maestro flow debug-instance",
|
|
816
857
|
"maestro flow debug-instance breakpoints",
|
|
@@ -822,6 +863,7 @@
|
|
|
822
863
|
"maestro flow debug-instance variables",
|
|
823
864
|
"maestro flow debug-instance variables-all",
|
|
824
865
|
"maestro flow debug-instance variables-set",
|
|
866
|
+
"maestro flow decompile",
|
|
825
867
|
"maestro flow edge",
|
|
826
868
|
"maestro flow edge add",
|
|
827
869
|
"maestro flow edge delete",
|
|
@@ -882,6 +924,7 @@
|
|
|
882
924
|
"maestro flow job list",
|
|
883
925
|
"maestro flow job status",
|
|
884
926
|
"maestro flow job traces",
|
|
927
|
+
"maestro flow merge",
|
|
885
928
|
"maestro flow migrate",
|
|
886
929
|
"maestro flow node",
|
|
887
930
|
"maestro flow node add",
|
|
@@ -920,6 +963,10 @@
|
|
|
920
963
|
"maestro flow variable-update add",
|
|
921
964
|
"maestro flow variable-update list",
|
|
922
965
|
"maestro flow variable-update remove",
|
|
966
|
+
"maestro registry",
|
|
967
|
+
"maestro registry path",
|
|
968
|
+
"maestro registry pull",
|
|
969
|
+
"maestro registry search",
|
|
923
970
|
"mcp",
|
|
924
971
|
"mcp serve",
|
|
925
972
|
"model-hub",
|
|
@@ -1148,6 +1195,7 @@
|
|
|
1148
1195
|
"pm app-types get",
|
|
1149
1196
|
"pm app-types list",
|
|
1150
1197
|
"pm apps",
|
|
1198
|
+
"pm apps changes",
|
|
1151
1199
|
"pm apps create",
|
|
1152
1200
|
"pm apps data-mapping",
|
|
1153
1201
|
"pm apps data-mapping get",
|
|
@@ -1156,18 +1204,27 @@
|
|
|
1156
1204
|
"pm apps data-model add-table",
|
|
1157
1205
|
"pm apps data-model get",
|
|
1158
1206
|
"pm apps delete",
|
|
1207
|
+
"pm apps get",
|
|
1159
1208
|
"pm apps list",
|
|
1160
1209
|
"pm apps model",
|
|
1210
|
+
"pm apps model dashboards",
|
|
1211
|
+
"pm apps model dashboards get",
|
|
1212
|
+
"pm apps model dashboards list",
|
|
1213
|
+
"pm apps model dashboards update",
|
|
1161
1214
|
"pm apps model fields",
|
|
1162
1215
|
"pm apps model fields list",
|
|
1163
1216
|
"pm apps model fields remove",
|
|
1164
1217
|
"pm apps model fields set",
|
|
1165
1218
|
"pm apps model get",
|
|
1219
|
+
"pm apps model metrics",
|
|
1220
|
+
"pm apps model metrics list",
|
|
1166
1221
|
"pm apps model update",
|
|
1222
|
+
"pm apps publications",
|
|
1167
1223
|
"pm apps publish",
|
|
1168
1224
|
"pm files",
|
|
1169
1225
|
"pm files upload",
|
|
1170
1226
|
"pm ingestions",
|
|
1227
|
+
"pm ingestions cancel",
|
|
1171
1228
|
"pm ingestions create",
|
|
1172
1229
|
"pm ingestions logs",
|
|
1173
1230
|
"pm query",
|
|
@@ -1180,6 +1237,7 @@
|
|
|
1180
1237
|
"pm query run",
|
|
1181
1238
|
"pm transformations",
|
|
1182
1239
|
"pm transformations apply",
|
|
1240
|
+
"pm transformations cancel",
|
|
1183
1241
|
"pm transformations create",
|
|
1184
1242
|
"pm transformations get",
|
|
1185
1243
|
"pm transformations list",
|
|
@@ -1288,6 +1346,7 @@
|
|
|
1288
1346
|
"solution feeds",
|
|
1289
1347
|
"solution feeds list",
|
|
1290
1348
|
"solution init",
|
|
1349
|
+
"solution list",
|
|
1291
1350
|
"solution pack",
|
|
1292
1351
|
"solution packages",
|
|
1293
1352
|
"solution packages delete",
|
|
@@ -1312,9 +1371,22 @@
|
|
|
1312
1371
|
"solution upload",
|
|
1313
1372
|
"tasks",
|
|
1314
1373
|
"tasks assign",
|
|
1374
|
+
"tasks catalogs",
|
|
1375
|
+
"tasks catalogs create",
|
|
1376
|
+
"tasks catalogs get",
|
|
1377
|
+
"tasks catalogs list",
|
|
1378
|
+
"tasks catalogs update",
|
|
1379
|
+
"tasks comments",
|
|
1380
|
+
"tasks comments add",
|
|
1381
|
+
"tasks comments list",
|
|
1315
1382
|
"tasks complete",
|
|
1383
|
+
"tasks data",
|
|
1384
|
+
"tasks data get",
|
|
1385
|
+
"tasks data save",
|
|
1316
1386
|
"tasks get",
|
|
1387
|
+
"tasks labels",
|
|
1317
1388
|
"tasks list",
|
|
1389
|
+
"tasks metadata",
|
|
1318
1390
|
"tasks reassign",
|
|
1319
1391
|
"tasks unassign",
|
|
1320
1392
|
"tasks users",
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/skills",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.201.0-preview.433",
|
|
4
4
|
"description": "UiPath agent skills for Claude Code, Codex, Cursor, Copilot, Gemini and OpenCode — RPA, UI automation, UI testing, coded agents/apps/workflows, and troubleshooting. Distributed as the UiPath Claude Code plugin.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "UiPath"
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"hooks",
|
|
34
34
|
"assets",
|
|
35
35
|
".claude-plugin",
|
|
36
|
+
".cursor-plugin",
|
|
36
37
|
"version-manifest.json",
|
|
37
38
|
"README.md",
|
|
38
39
|
"LICENSE",
|
|
@@ -40,7 +41,7 @@
|
|
|
40
41
|
"scripts/npm-package-lifecycle.mjs"
|
|
41
42
|
],
|
|
42
43
|
"scripts": {
|
|
43
|
-
"skills:test": "node --test tests/scripts/compose-skill-flavor.test.mjs tests/scripts/manage-skill-flavors-skill.test.mjs",
|
|
44
|
+
"skills:test": "node --test tests/scripts/compose-skill-flavor.test.mjs tests/scripts/manage-skill-flavors-skill.test.mjs tests/scripts/sync-maestro-sdk-preview.test.mjs",
|
|
44
45
|
"skills:validate": "node scripts/compose-skill-flavor.mjs validate",
|
|
45
46
|
"skills:build": "node scripts/compose-skill-flavor.mjs build",
|
|
46
47
|
"skills:pack": "node scripts/compose-skill-flavor.mjs pack",
|
|
@@ -102,7 +102,7 @@ Each rule is the agent contract. Per-area detail is in the linked reference file
|
|
|
102
102
|
|
|
103
103
|
11. **Built-in roles are read-only.** Only `Custom` roles can be created / updated / deleted. CLI also rejects authoring against service-managed and platform-level services. Service lists: [role-management.md → Services That Manage Their Own Roles](references/authorization/role-management.md#services-that-manage-their-own-roles).
|
|
104
104
|
12. **`roles create` / `roles update` are PUT-style upserts.** Body is assembled from inline flags + `--file ./actions.json`. Always `roles get` first before updating — omitted flags overwrite that field.
|
|
105
|
-
13. **`--service` infers scope** (e.g., `--service studio` → `Tenant`; `--service apps` → `Organization`). Combine with `--scope` only to override.
|
|
105
|
+
13. **`--service` infers scope** (e.g., `--service studio` → `Tenant`; `--service apps` → `Organization`). Combine with `--scope` only to override. **Never guess a `serviceName`** — the valid values and the command that re-derives them: [permission-catalog.md → `--service` serviceNames](references/authorization/permission-catalog.md#--service-servicenames-and-how-to-re-derive-them).
|
|
106
106
|
14. **Listing works for every service; authoring is what's blocked.** `roles list --service <svc>` and `roles assignments list --service <svc>` accept every service. For effective access on a principal use `check-access` (PDP).
|
|
107
107
|
15. **Scope vocab differs across verbs.** `roles create --scope`: `Organization|TenantGlobal|Tenant|Project`. `roles assignments create --scope`: those + `Folder|App`. `roles assignments list --scope`: excludes `TenantGlobal`. `check-access --scope`: only `Tenant|Folder`.
|
|
108
108
|
16. **`roles assignments create/delete` MUST resolve the principal first** per Rule 5 — `--identity-id` is a raw UUID the CLI does not name-check.
|
|
@@ -40,9 +40,69 @@ uip admin authorization permissions list --service studio --output json
|
|
|
40
40
|
uip admin authorization permissions list --service documentunderstanding --scope Project --output json
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
+
### `--service` serviceNames and How to Re-Derive Them
|
|
44
|
+
|
|
45
|
+
`--service <NAME>` is right when the caller names the service ("which permissions does Orchestrator contribute?"). It is wrong for locating a permission whose owning service you do not know — use [Find the Permission Governing an Action](#workflow-find-the-permission-governing-an-action) instead.
|
|
46
|
+
|
|
47
|
+
The value `--service` takes is a **`serviceName`** — the API filter this flag sets, equal to the catalog `Namespace` lowercased and to `lowercase(OwnerServiceName)` from `roles list`. All 22 (verified against `uip` 1.201.0):
|
|
48
|
+
|
|
49
|
+
```
|
|
50
|
+
apps audit authz automationops casemanagement communicationsmining cx
|
|
51
|
+
dataservice documentunderstanding governedinference identity insights
|
|
52
|
+
licensing oms orchestrator platform processmining reinfer relay studio
|
|
53
|
+
taskmining testmanager
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
`centralizedaccess` is the one namespace with **no** usable `serviceName`. `CENTRALIZEDACCESS` permissions (the platform Administration page) are reachable only via `--scope Tenant` or an unfiltered list.
|
|
57
|
+
|
|
58
|
+
Derive the `serviceName` from `Namespace` or `OwnerServiceName`, never from `ServiceDisplayName`: `reinfer` works and `ixp` does not (`REINFER` / `Reinfer` displays as "IXP"); `casemanagement` works and `maestro` does not (displays as "Maestro").
|
|
59
|
+
|
|
60
|
+
#### Re-derive the List When a `serviceName` Is Rejected
|
|
61
|
+
|
|
62
|
+
Never guess a replacement `serviceName`, and never trust the `Known services:` roster printed by `check-access --help` — it is a stale 18-entry mirror that omits `audit`, `communicationsmining`, `cx`, `governedinference`, and `relay`. Ask the catalog:
|
|
63
|
+
|
|
64
|
+
```bash
|
|
65
|
+
uip admin authorization permissions list --output plain --output-filter "[].Namespace" \
|
|
66
|
+
| tr '[:upper:]' '[:lower:]' | sort -u | grep -v '^centralizedaccess$'
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
`--output plain` emits one bare value per line, so this needs no `jq` and the ~210 KB catalog never reaches the transcript. Run it, pick the real `serviceName`, retry the original command.
|
|
70
|
+
|
|
43
71
|
## Cross-Cutting `authz` Permissions
|
|
44
72
|
|
|
45
|
-
`
|
|
73
|
+
`AUTHZ` holds 14 permissions: 10 at `ScopeType: ANY` — the only `ANY` rows in the whole catalog — plus 4 at `ORGANIZATION`. `ANY` matches every scope filter, so **every** `--service` slice returns those 10 alongside the service's own rows: `--service studio` yields `STUDIO` + `AUTHZ`, `--service identity` yields `IDENTITY` + `AUTHZ`. `--service authz` adds the 4 `ORGANIZATION` rows.
|
|
74
|
+
|
|
75
|
+
A slice is a **role-shape slice**, never a namespace filter, and never returns another namespace's rows. Two consequences:
|
|
76
|
+
|
|
77
|
+
1. **A slice returning only those 10 `AUTHZ` rows means the `--service` / `--scope` pair matched nothing of that service** — e.g. `--service apps --scope Project`. That floor, not `Data: []`, is the "wrong slice" signal.
|
|
78
|
+
2. **A valid `serviceName` at the wrong scope hides real permissions.** `--service documentunderstanding` returns 17 rows at its inferred `Tenant` scope; `--scope Project` returns 49. Never rule a permission out from one slice — drop `--service` and re-query.
|
|
79
|
+
|
|
80
|
+
## Workflow: Find the Permission Governing an Action
|
|
81
|
+
|
|
82
|
+
Use this when diagnosing a 403 or mapping a UI surface ("the Administration page", "the Studio settings tab") to its permission name. Search the **whole** catalog — do not pre-filter by `--service`:
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
uip admin authorization permissions list --output json \
|
|
86
|
+
--output-filter "[?contains(Name, 'ADMINISTRATION')]"
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
```json
|
|
90
|
+
{ "Name": "CENTRALIZEDACCESS.ADMINISTRATIONPAGE.VIEW", "Namespace": "CENTRALIZEDACCESS",
|
|
91
|
+
"ResourceType": "AdministrationPage", "ResourceAction": "View",
|
|
92
|
+
"Description": "View the administration page", "ScopeType": "TENANT" }
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
Rules:
|
|
96
|
+
|
|
97
|
+
1. **When searching, always filter.** An unfiltered list is ~500 records / ~210 KB of JSON — past most agents' tool-output limit, so it truncates and the record you need can be present but unread. Never conclude "not found" from a truncated list. (Filtering is for *finding* one permission. When the goal is to hand over the whole catalog, or one named service's slice, list it unfiltered or with `--service` and save it complete — see [Find Permission Names for Role Authoring](#workflow-find-permission-names-for-role-authoring).)
|
|
98
|
+
2. **`--output-filter` JMESPath `contains` is case-sensitive.** `Name` is UPPERCASE; `Description`, `ResourceType`, and `ResourceGroup` are sentence/Pascal case. `contains(Description, 'Administration')` returns `[]` while `contains(Description, 'administration')` matches.
|
|
99
|
+
3. Search `Name` on an UPPERCASE keyword first, then widen to `Description` in lowercase:
|
|
100
|
+
```bash
|
|
101
|
+
uip admin authorization permissions list --output json \
|
|
102
|
+
--output-filter "[?contains(Name, 'ADMIN') || contains(Description, 'admin')]"
|
|
103
|
+
```
|
|
104
|
+
4. Narrow by role shape with `--scope`, never a guessed `--service`. Scope matters: `--scope Tenant` surfaces the Administration page permission, `--scope Organization` does not — so try the unfiltered catalog before ruling a permission out.
|
|
105
|
+
5. Read `ScopeType` off the hit — it dictates the role scope needed to grant it (`TENANT` → a `Tenant`- or `TenantGlobal`-shape role). See [role-management.md](role-management.md).
|
|
46
106
|
|
|
47
107
|
## Workflow: Find Permission Names for Role Authoring
|
|
48
108
|
|
|
@@ -24,7 +24,7 @@ For *effective* access on a principal (PDP — includes server-side rules not vi
|
|
|
24
24
|
|
|
25
25
|
**`Folder` is not a valid `--scope` for `roles create/update`.** Folder-level scoping is expressed on the *assignment* (see [role-assignment-management.md](role-assignment-management.md)).
|
|
26
26
|
|
|
27
|
-
> `--service` infers the scope from the service registry when `--scope` is omitted. Example: `roles create --service studio --name "..."` resolves to `Tenant`. Combine `--service` with `--scope` only to override the registry default (e.g., `--service documentunderstanding --scope Project`).
|
|
27
|
+
> `--service` infers the scope from the service registry when `--scope` is omitted. Example: `roles create --service studio --name "..."` resolves to `Tenant`. Combine `--service` with `--scope` only to override the registry default (e.g., `--service documentunderstanding --scope Project`). **Unsure which `serviceName` to pass, or the CLI rejected the one you tried?** Never guess — the valid values and the command that re-derives them live in [permission-catalog.md — `--service` serviceNames](permission-catalog.md#--service-servicenames-and-how-to-re-derive-them).
|
|
28
28
|
|
|
29
29
|
### Centralized Access — the "no --service" tenant role
|
|
30
30
|
|
|
@@ -64,6 +64,8 @@ If the role wraps **one** service's permissions, do not ask the user about org v
|
|
|
64
64
|
uip admin authorization permissions list --service <SERVICE> --output json
|
|
65
65
|
```
|
|
66
66
|
|
|
67
|
+
`<SERVICE>` must be a real `serviceName` — look it up in [permission-catalog.md — `--service` serviceNames](permission-catalog.md#--service-servicenames-and-how-to-re-derive-them) rather than guessing from the service's display name.
|
|
68
|
+
|
|
67
69
|
The catalog response includes `scopeType` per record. Use it to pick the mode for Step 4:
|
|
68
70
|
|
|
69
71
|
| Records' `scopeType` | Service shape | Use this for the rest of the flow |
|
|
@@ -137,10 +137,35 @@ Named failure patterns with symptom → cause → investigation → fix. Match t
|
|
|
137
137
|
4. Assignment at wrong tenant
|
|
138
138
|
|
|
139
139
|
**Investigation:**
|
|
140
|
-
1.
|
|
141
|
-
2.
|
|
142
|
-
3.
|
|
143
|
-
4.
|
|
140
|
+
1. Inspect the role first: `uip admin authorization roles get "<ROLE_ID>" --output json` — check `ownerServiceName` and `scopeType`
|
|
141
|
+
2. Validate Rule 17: `CentralizedAccess` → no service segment in scope-path; any other value → path must include `lowercase(ownerServiceName)`
|
|
142
|
+
3. Verify via PDP: `uip admin authorization check-access "<PRINCIPAL_ID>" --output json`
|
|
143
|
+
4. List the principal's grants: `uip admin authorization roles assignments list --identity-id "<PRINCIPAL_ID>" --output json` (`--filter` is **not** a valid flag here — it exists on `roles list`, not on `assignments list`)
|
|
144
|
+
|
|
145
|
+
> **A mis-scoped grant is invisible to the default listing — use `--scope-path` to see it.**
|
|
146
|
+
> `assignments list` filters on a scope path **and** a service, both derived from your flags:
|
|
147
|
+
>
|
|
148
|
+
> | flags | server scope | server serviceName |
|
|
149
|
+
> |---|---|---|
|
|
150
|
+
> | none, `--identity-id`, `--scope Tenant` | `/tenant/<tid>` | `centralizedaccess` |
|
|
151
|
+
> | `--service <svc>` | `/tenant/<tid>/<svc>` | `<svc>` |
|
|
152
|
+
> | `--scope-path <path>` (no `--service`) | `<path>` verbatim | **unset** |
|
|
153
|
+
>
|
|
154
|
+
> A Cause 1 grant — a `<svc>`-owned role granted at the bare `/tenant/<tid>` — matches
|
|
155
|
+
> neither of the first two shapes: the centralized-access shapes exclude it on service,
|
|
156
|
+
> and the `--service` shape excludes it on path. So it is absent from the default
|
|
157
|
+
> listing, from `--identity-id`, from `--scope Tenant` (with or without
|
|
158
|
+
> `--include-inherited`) and from `--service <svc>`. Retrieve it with the one shape that
|
|
159
|
+
> applies no service filter:
|
|
160
|
+
>
|
|
161
|
+
> ```bash
|
|
162
|
+
> uip admin authorization roles assignments list --scope-path "/tenant/<TENANT_ID>" --output json
|
|
163
|
+
> ```
|
|
164
|
+
>
|
|
165
|
+
> Verified on a live tenant: this returns the mis-scoped grant while every other shape
|
|
166
|
+
> returns only the principal's other grants. **Never read an empty centralized-access
|
|
167
|
+
> listing as "the grant does not exist"** — re-query with `--scope-path` first, and never
|
|
168
|
+
> re-create the assignment on that basis, which reproduces the original mismatch.
|
|
144
169
|
|
|
145
170
|
**Fix:** Cause 1 → re-create assignment with correct scope-path matching ownerServiceName. Cause 2 → re-assign at correct scope. Cause 3 → update role actions. Cause 4 → re-assign at correct tenant.
|
|
146
171
|
|
|
@@ -58,6 +58,19 @@ Interpret the results:
|
|
|
58
58
|
|
|
59
59
|
See [check-access.md](../../authorization/check-access.md) for full interpretation guide.
|
|
60
60
|
|
|
61
|
+
### Step 3b: Identify the Permission the Denied Action Requires
|
|
62
|
+
|
|
63
|
+
The PDP says what the principal *has*; it never says what the action *needs*. Look the required permission up in the catalog before naming a fix — searching the whole catalog, not a guessed `--service` slice:
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
uip admin authorization permissions list --output json \
|
|
67
|
+
--output-filter "[?contains(Name, 'ADMINISTRATION')]"
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
`contains` is case-sensitive: `Name` is UPPERCASE, `Description` is lowercase. A guessed `--service` returns `Data: []` and an unfiltered list is ~210 KB that truncates — neither empty result proves the permission is absent. See [permission-catalog.md — Find the Permission Governing an Action](../../authorization/permission-catalog.md#workflow-find-the-permission-governing-an-action).
|
|
71
|
+
|
|
72
|
+
State the diagnosis as: *principal holds `<roles>`, none of which carry `<PERMISSION.NAME>` (`ScopeType` `<SCOPE>`) → grant a `<SCOPE>`-shape role carrying it.* Never substitute a permission you did not find in the catalog.
|
|
73
|
+
|
|
61
74
|
## Step 4: Check Audit History
|
|
62
75
|
|
|
63
76
|
For historical investigation (login failures, "who changed X", "when did access break"):
|