Codex
Access your Doow workspace from Codex.
Codex is OpenAI's coding agent, available in the CLI and desktop app. Adding Doow lets Codex manage your workspace through natural language.
Add the server with the Codex CLI
codex mcp add doow --url https://mcp.doow.coCodex registers the server and stores the configuration.
Add the server in the desktop app
The ChatGPT desktop app shares MCP server configuration with the Codex CLI and IDE extension. To add Doow in Codex:
- Open Codex from the top-left menu.
- Open Settings and select MCP servers.
- Select Add server.
- Enter
doow, choose Streamable HTTP, and enterhttps://mcp.doow.co. - Save the server and select Restart.
- Select Authenticate when the server requires sign-in.
Type /mcp in the composer to view connected servers. A server added in the desktop app is also available to the Codex CLI and IDE extension through the shared Codex configuration.
First use
When you first use a Doow tool, Codex opens your browser to authenticate:
- Sign in with your Doow account
- Grant access to your workspace
- Return to Codex
After authentication, Codex can access your Doow workspace.
CLI modes: interactive vs non-interactive
Codex has two modes that affect how Doow tools work:
Interactive session (default)
codex- Full access to all 85 tools
- Confirmation prompts appear in your terminal
- Protected operations work normally
Non-interactive (codex exec)
codex exec "list my apps"- Read-only tools work normally
- Protected operations fail with
ELICITATION_DENIED - Use for queries and reports, not mutations
Example session
Scopes
Codex requests both mcp:read and mcp:write by default.
CLI session cleanup
When you exit the Codex CLI, it sends DELETE /mcp with the Mcp-Session-Id header. Doow returns 204 and removes the session. Sessions also expire after 60 minutes of inactivity.
Remove the server
codex mcp remove doowTroubleshooting
-
"ELICITATION_DENIED" error
You are running a protected operation in non-interactive mode. Start an interactive session:
codex -
"Authentication failed"
- Confirm you can sign in at app.doow.co
- Check that your organization is active
- Remove and re-add the server:
codex mcp remove doowcodex mcp add doow --url https://mcp.doow.co
-
Tool returns empty results
Your Doow role may not have access to those resources. Admins see all resources, while App Admins, Integration Admins, and Department Admins see only their assigned resources.