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.
Recommended MCP Tools
| Operation | Tool |
|---|---|
| List work needing approval | orgx_decide |
| List pending decisions exactly | orgx_search(type=decision,status=pending) |
| Approve a decision | orgx_decide |
| Reject a decision | orgx_decide |
| Search past decisions | orgx_search or orgx_search |
First Call
REST Preview Status
Use these REST resources around decisions today:GET /api/client/live/initiativesexposespendingDecisionscounts.POST /api/client/tools/executecan search decision memory withorgx_search.GET /api/client/artifacts/{artifactId}andGET /api/client/artifacts/by-entitycan fetch approved or linked artifacts.
