Prompt Governance

Review queue

Submit, approve, reject, and govern lifecycle transitions in workspace review queues (including Agent Stack components).

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.

Agent Stack collections can batch-submit component prompts for review, and those components appear in the same queue for approval.

Related articles