Why Decisions?
Agents are powerful, but they shouldn’t operate unchecked. Decisions ensure:- Quality: Human review catches errors before they ship
- Alignment: You stay in control of strategic direction
- Trust: Build confidence in agents incrementally
- Compliance: Maintain audit trail for governance
The goal isn’t to slow agents down—it’s to keep you in the loop on what
matters while agents handle the routine work.
Decision Types
- Approval
- Escalation
- Clarification
- Conflict
Approval Decision
Agent completed work and needs sign-off before shipping.
- PR ready for human merge review
- Campaign brief ready for send review
- Outreach sequence ready for launch review
- Approve: Record approval or authorize the configured next step
- Reject: Send back with feedback
- Edit: Modify before approving
Decision Anatomy
A decision can include:Decision Card UI
In the Mission Control, decisions render as actionable cards:Decision Flow
Urgency Levels
Urgency is a prioritization signal, not a promised response time or delivery SLA. The exact levels and notifications available depend on the surface and workspace configuration.Urgency Triggers
Urgency is set based on:- Time sensitivity: Deadlines, SLAs
- Dependencies: Is other work blocked?
- Impact: Revenue, users, compliance
- Evidence quality and uncertainty: Less supporting evidence can increase urgency
Decision Queue
Depending on the workspace and client, decisions may be accessible from:Mission Control
Primary decision queue with relevant context and batch actions.
ChatGPT
Review and approve via natural conversation.
Configured notifications
Notifications or summaries when the connected surface supports them.
Batch Actions
Where the client supports batch actions, you can batch-approve similar decisions:- Select multiple decisions
- Review the batch summary
- Approve all with a single note
Autonomy Settings
Configure when decisions are required:Per-Agent Settings
Autonomy Levels
Adjusting Autonomy
- Go to Settings → Agents
- Select the agent type
- Adjust the autonomy slider
- Optionally set budget thresholds
- Save changes
Autonomous Sessions
If the Autonomous or Full Auto level is enabled for a workspace, a client may start a budget-bounded session that runs without an interactive turn:- Set
max_cost_usdandmax_receiptsto cap spending - Agents work through the IWMT task queue automatically
- Eligible actions can generate a receipt in the value ledger
- Review all session output the next morning with
orgx_recommend
Decision Analytics & the Flywheel
Track decision patterns where the client provides those views. Eligible decision outcomes can inform OrgX learning and trust signals; recording a decision does not itself prove improved agent quality.Metrics
How Decisions Feed the Flywheel
- Approvals may contribute to trust signals for that capability, subject to policy
- Rejections with feedback become org learnings that prevent repeat mistakes
- Quality scores from
record_quality_scoreweight future trust calculations - Recommendation or value signals can summarize available downstream evidence
Proactive Sentinels
Where configured, unresolved work can produce follow-up signals:- Pending decision signal: Highlights decisions waiting for review
- Blocked workstream signal: Highlights workstreams waiting on a decision
- Stale initiative signal: Highlights initiatives with no recent activity
Insights
High edit rate might indicate:- Agent prompts need improvement
- Task descriptions are unclear
- Verification checks are too lenient
- Agent selection is wrong for task type
- Autonomy settings are too aggressive
- Context is insufficient
Best Practices
Review the rationale and evidence
Review the rationale and evidence
Review the concise rationale, supporting evidence, and artifact together.
Together they show the observable basis for the proposed action.
Provide Feedback on Rejections
Provide Feedback on Rejections
When rejecting, always include feedback. This helps the agent (and the system)
apply the decision on the next attempt. Vague rejections lead to repeated
mistakes.
Use Edit Sparingly
Use Edit Sparingly
If you frequently edit before approving, consider: - Improving task
descriptions - Adjusting agent prompts - Adding constraints to the workflow
spec
Don't Let Decisions Pile Up
Don't Let Decisions Pile Up
Stale decisions block agent work. Set aside time daily to clear your decision
queue, or delegate to team members.
Review Escalations Carefully
Review Escalations Carefully
Escalation decisions often reveal gaps in your autonomy settings. After
resolving, consider whether to adjust settings to prevent repeat
escalations.
Programmatic review
Decision review is MCP-first in the current public surface. Use the published MCP decision tool to list, create, approve, reject, or remember a decision. There is no public REST/api/decisions resource in the published contract.
Next Steps
Agents
Understand how agents create decisions.
Artifacts
Learn about the outputs decisions approve.
