Admin Console
Approval Queue
Configure human-in-the-loop approval workflows for high-risk AI actions.
Overview
The approval queue enables human oversight for sensitive AI actions, allowing designated approvers to review and approve or reject requests before execution.
PENDING
APPROVED
REJECTED
EXPIRED
Configuring Approval Workflows
Define which actions require approval in your policies:
Handling Approval Requests
Approvals are held by Tork, so they are created and polled over the REST API. There is no Python cloud SDK — @torknetwork/sdk is npm-only, and tork-governance on PyPI decides on-device and cannot hold a request open for a human. When an action needs approval, raise one and wait:
Approving via API
Approvers can approve or reject requests programmatically:
Webhook Notifications
Receive notifications when approvals are decided:
Integration: Connect approvals to Slack or email for real-time notifications. See Slack & Discord Integration.