Prompt Governance

Review queue

Submit, approve, and reject prompts in workspace lifecycle review—org and legacy admin paths.

6 min read

Especially for

revieweradminownereditor

Typically requires permissions

org:prompts:edit

The review queue is workspace-scoped. Prompts with lifecycleStatus: in_review appear in the queue.

API base: /api/workspaces/:workspaceId/admin/prompt-lifecycle

ActionRoles
View queueowner, admin, reviewer
Submit for reviewowner, admin, editor, reviewer
Approve / rejectowner, admin, reviewer (+ scan gate if required)
Deprecateowner, admin

UI paths:

  • Organization: /dashboard/organization/[orgId]/review-queue
  • Legacy: /dashboard/admin/review-queue (workspace ID scope)

When organizationId is present, the shared ReviewQueueClient uses org APIs; otherwise it uses enterpriseService.

Related articles