As of April 27, 2026, ChatGPT support depends on whether your ChatGPT plan and workspace expose
remote MCP connectors / Developer Mode. If that option is unavailable in your
account, use Cursor, Claude, VS Code, or the OpenClaw plugin instead.
Questions This Page Answers
- How do I use ChatGPT as a control surface for OrgX, not just a chatbot?
- Which tools should I call for approvals, blockers, and new work dispatch?
- What exact agent IDs should I use when spawning specialist tasks?
Features
Approve Decisions
Review and approve pending decisions with rich widget UI.
Agent Status
See what your agents are working on in real-time.
Org Memory
Search your knowledge graph for context and history.
Spawn Tasks
Assign new work to specialist agents.
Getting Started
Add the OrgX Connector
- In Apps & Connectors, click Add Connector (or Add MCP Server)
- Enter the MCP endpoint:
https://mcp.useorgx.com/mcp - Save — OrgX will appear in your connectors list
Authenticate
On first use, ChatGPT will prompt you to connect your OrgX account:
- Click the authentication link
- Sign in to OrgX (creates account if needed)
- Grant ChatGPT permission to access your workspace
OrgX uses OAuth 2.1 for secure authentication. Your credentials are never
stored by ChatGPT.
Available Commands
Tier-0 Intent Tools
Start with these wrapper tools. They map to the natural phrases ChatGPT users actually type while preserving the underlying OrgX behavior.| User intent | Preferred tool | Underlying OrgX action |
|---|---|---|
| Remember a team decision | orgx_decide | Records a decision in organizational memory |
| Recall prior context | orgx_search | Searches decisions, artifacts, initiatives, and project context |
| Review blocked agent work | orgx_decide | Lists pending approvals, then approves or rejects after confirmation |
| Hand work to an agent | orgx_spawn | Assigns work to a specialist OrgX agent |
| Check project progress | orgx_recommend | Returns initiative health, blockers, milestones, owners, and activity |
Decision Management
Get Pending Decisions
Get Pending Decisions
What it does: Retrieves all decisions waiting for your approval.Example prompts:
- “Show my pending decisions”
- “What needs my approval?”
- “Any critical decisions waiting?”
limit(optional): Maximum number to returnurgency_filter(optional):all,critical, orhighinitiative_id(optional): Filter by specific initiative
Approve Decision
Approve Decision
What it does: Approves a pending decision and triggers agent execution.Example prompts:
- “Approve the homepage redesign decision”
- “Approve decision D-123 with note: looks good”
decision_id(required): ID of the decisionnote(optional): Comment to attach
Reject Decision
Reject Decision
What it does: Rejects a decision with feedback for the agent.Example prompts:
- “Reject the email campaign, needs more personalization”
- “Reject D-456 because budget is too high”
decision_id(required): ID of the decisionreason(required): Why you’re rejecting
Get Decision History
Get Decision History
What it does: Retrieves past decisions on a topic.Example prompts:
- “What decisions have we made about pricing?”
- “Show me past marketing decisions”
topic(required): What to search forinitiative_id(optional): Filter by initiativelimit(optional): Maximum results
Agent Management
Get Agent Status
Get Agent Status
What it does: Shows current agent activity and status.Example prompts:
- “What are my agents doing?”
- “Show me active agents”
- “Is the engineering agent working on anything?”
agent_id(optional): Filter to specific agentinclude_idle(optional): Show idle agents too
Spawn Agent Task
Spawn Agent Task
What it does: Assigns a new task to a specialist agent.Example prompts:
- “Have the product agent analyze our competitor positioning”
- “Ask the marketing agent to draft a blog post about our new feature”
agent(required): Canonical agent ID (engineering-agent,product-agent,marketing-agent,sales-agent,design-agent,operations-agent,orchestrator-agent)task(required): What to docontext(optional): Additional backgroundinitiative_id(optional): Link to an initiative
Memory & Search
Query Org Memory
Query Org Memory
What it does: Searches your organizational knowledge graph.Example prompts:
- “What do we know about enterprise pricing?”
- “Find artifacts related to the Q1 launch”
- “Search for previous security audits”
query(required): What to search forscope(optional):all,artifacts,decisions, orinitiativeslimit(optional): Maximum results
Get Initiative Pulse
Get Initiative Pulse
What it does: Shows health and progress of an initiative.Example prompts:
- “How is the product launch initiative doing?”
- “Show me the pulse for initiative I-789”
initiative_id(required): Which initiative to check
Widgets
OrgX uses rich widgets to display information in ChatGPT, not just plain text:Decisions Widget
Interactive cards with approve/reject buttons, context, and evidence links.
Agent Status Widget
Visual cards showing each agent’s current task, progress, and health.
Search Results Widget
Organized results with type icons, excerpts, and deep links.
Initiative Pulse Widget
Dashboard view with health score, milestone progress, and activity feed.
Permissions & Security
Scopes
When you authenticate, you can grant different permission levels:| Scope | What It Allows |
|---|---|
decisions:read | View pending and past decisions |
decisions:write | Approve or reject decisions |
agents:read | View agent status and activity |
agents:write | Spawn new agent tasks |
initiatives:read | View initiative details |
memory:read | Search organizational knowledge |
The authenticated ChatGPT connector uses
https://mcp.useorgx.com/mcp and
requires OrgX OAuth. For no-auth exploration, use the discovery-only public
endpoint at https://mcp.useorgx.com/public; it returns examples and
connection help, not workspace data.Data Privacy
- Your messages in ChatGPT are processed by OpenAI per their policies
- OrgX only receives the specific tool calls, not your full conversation
- All API calls are authenticated and scoped to your workspace
- We never store your ChatGPT conversation history
Troubleshooting
App not appearing in ChatGPT
App not appearing in ChatGPT
During the current preview, connectors are private and only appear after you
add them in Developer Mode.
- Verify Settings -> Apps & Connectors -> Developer Mode is enabled
- Confirm you’ve added
https://mcp.useorgx.com/mcpas a connector - Restart ChatGPT if the list doesn’t refresh
Authentication failing
Authentication failing
- Try clearing your browser cache and re-authenticating 2. Make sure you’re signing into the correct OrgX workspace 3. Check that your OrgX account is in good standing
Decisions not loading
Decisions not loading
- Ensure you have pending decisions in your OrgX workspace - Check that you’ve
granted
decisions:readpermission - Try refreshing by asking “Show pending decisions” again
Can't approve/reject decisions
Can't approve/reject decisions
Write operations require the
decisions:write scope. Re-authenticate and
make sure to grant write permissions.Next Steps
MCP Client Setup
Connect OrgX from Cursor, Claude, VS Code, and other MCP clients.
MCP Tools Reference
Full API documentation for all tools.
