OpenAI opens Codex Remote to all paid subscribers with secure QR-relay handoff
OpenAI brought Codex Remote to general availability on June 25, letting every paid ChatGPT subscriber monitor, steer, and approve long-running Codex coding sessions from a phone — without exposing the development machine to the public internet.
OpenAI made Codex Remote generally available on June 25, 2026, opening phone-based oversight of long-running agentic coding sessions to all paid ChatGPT subscribers — Plus, Pro, Business, Enterprise, and Education. Previously limited to early-access users, the feature lets developers approve agent actions, steer in-progress tasks, and review diffs from anywhere, without needing to be at the machine where the code is actually running.
How the relay architecture works
The previous approach to remote access used a direct remote-shell connection, which required opening the development host to inbound traffic. Codex Remote replaces that with a purpose-built relay that keeps the host off the public internet entirely. The host never accepts connections directly; it dials out to OpenAI's relay infrastructure and waits for authenticated sessions.
The pairing process is QR-based: a developer opens the Codex app sidebar on their host machine, selects "Set up Codex mobile," and scans the resulting QR code with the ChatGPT mobile app. The scan initiates a flow that verifies both ends share the same ChatGPT account and workspace, and requires any multi-factor authentication, SSO, or passkey steps already tied to the account. Each phone must be explicitly paired with each host it is authorized to reach — there is no broadcast discovery or ambient connectivity. The result is a one-to-one, account-anchored channel.
The agentic coding context
Codex in agentic mode handles multi-step coding workflows autonomously — writing code, running tests, filing pull requests, iterating on failures — while a developer reviews progress asynchronously. Sessions can span hours. The bottleneck before Codex Remote was that meaningful oversight required sitting at the host: approving a risky refactor at 11 PM from a laptop at home was straightforward, but doing the same from a phone with a flaky public internet connection was not.
The GA release removes that friction. Developers can now kick off a large refactor before leaving the office, follow along from a mobile notification, approve intermediate steps during commute, and return to a completed diff. For teams running Codex on dedicated build machines or CI-adjacent hosts, the same approach extends to shared infrastructure — the pairing model ties access to individual accounts rather than network position, so access is portable without becoming promiscuous.
Broader rollout context
The Codex Remote GA arrived alongside a handful of other ChatGPT Business updates, including a simplified model picker that consolidates speed and reasoning-effort tiers and new plugin admin controls for workspace governance. OpenAI has been steadily expanding Codex's reach since the agentic coding assistant launched earlier this year, and the mobile handoff has been among the most-requested gaps to close.
Sources
AI-assisted reporting, overseen by the AgentsAI team. Spotted an error? Let us know.
Related agents
More agents news
Patronus AI raises $50M to build 'digital worlds' that stress-test AI agents
AI reliability startup Patronus AI closed a $50M Series B led by Greenfield Partners and unveiled Digital World Models — large-scale simulation environments that train and evaluate agents on realistic, long-horizon software workflows before they ship.
RingCentral brings native AI agents to AIR Pro across its customer engagement portfolio
RingCentral expanded its AIR Pro platform with native AI agents that run multi-step voice and digital customer interactions end to end, handing off to human reps with full context. The capabilities are in beta now, with general availability targeted for the second half of 2026.
Assort Health raises $120M to scale voice AI agents across the patient journey
Healthcare AI agent startup Assort Health closed a $120M Series C led by Menlo Ventures at a $1.2 billion valuation, pushing total funding past $222M as its voice agents expand from appointment scheduling into a full patient-access platform.
Google DeepMind publishes defence-in-depth roadmap for AI agents
Google DeepMind released a detailed AI Control Roadmap on June 18 that treats deployed agents as potential insider threats and outlines 15 system-level defences — including runtime monitoring, cryptographic action signing, and a kill switch — tested across roughly one million coding-agent tasks.