Skip to main content
Decisions are approval points where humans review agent work before it ships. They connect evidence, artifacts, comments, and final approval state.
Decision review and resolution are MCP-first in Public Preview. REST decision resources are planned for the stable API, but the production-grade approval path today is the hosted MCP API.
OperationTool
List work needing approvalorgx_decide
List pending decisions exactlyorgx_search(type=decision,status=pending)
Approve a decisionorgx_decide
Reject a decisionorgx_decide
Search past decisionsorgx_search or orgx_search

First Call

orgx_decide
The tool returns pending decisions with enough context for a human or AI client to review the artifact, evidence, risk, and recommended next action.

REST Preview Status

Use these REST resources around decisions today: Stable REST decision read/write endpoints will be documented here as they graduate from MCP-first preview to REST Public Preview.

Security Model

Decision writes require explicit authenticated scope. OrgX does not allow anonymous approval, rejection, or artifact shipping. Every sensitive decision action is audit logged.