Skip to main content
Decisions are the primary way you interact with OrgX agents. When an agent needs human judgment—approval, clarification, or a tie-breaker—it surfaces a decision for you to act on.

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 Decision

Agent completed work and needs sign-off before shipping.
Examples:
  • PR ready for human merge review
  • Campaign brief ready for send review
  • Outreach sequence ready for launch review
Actions:
  • 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:
  1. Select multiple decisions
  2. Review the batch summary
  3. Approve all with a single note
Batch approval is convenient but risky. Only batch decisions you’ve individually reviewed or that are low-stakes.

Autonomy Settings

Configure when decisions are required:

Per-Agent Settings

Autonomy Levels

Adjusting Autonomy

  1. Go to Settings → Agents
  2. Select the agent type
  3. Adjust the autonomy slider
  4. Optionally set budget thresholds
  5. Save changes
Start conservative (Supervised), then gradually increase autonomy as agents earn trust through the Intelligence Flywheel.

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_usd and max_receipts to 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_score weight 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
High rejection rate might indicate:
  • Agent selection is wrong for task type
  • Autonomy settings are too aggressive
  • Context is insufficient

Best Practices

Review the concise rationale, supporting evidence, and artifact together. Together they show the observable basis for the proposed action.
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.
If you frequently edit before approving, consider: - Improving task descriptions - Adjusting agent prompts - Adding constraints to the workflow spec
Stale decisions block agent work. Set aside time daily to clear your decision queue, or delegate to team members.
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.
See MCP Tools for the current schema and REST API Reference for the REST operations that are actually published.

Next Steps

Agents

Understand how agents create decisions.

Artifacts

Learn about the outputs decisions approve.