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
Cognition Launches SWE-2, a Cheaper Coding Model Built Into Devin
Cognition released SWE-2, a coding model post-trained from Moonshot AI's open-weight Kimi K3, that it says nearly matches Claude Fable 5.1 on the FrontierCode 1.1 benchmark at roughly 64% lower cost, and shipped it immediately inside Devin.
Salesforce Launches Seven 'Job-Ready' Agentforce Agents and a Long-Horizon Runtime
Salesforce unveiled seven named Agentforce agents built for specific roles across sales, service, HR and supply chain, plus a new runtime that lets an agent pursue a goal over days or weeks instead of a single session.
OpenAI Opens Its Codex Agent Harness to Developers With New Agents API
OpenAI launched the Agents API in public beta, giving developers direct access to the same orchestration harness that powers Codex — session management, context compaction, subagents and sandboxed execution — behind a single API.
Cognition Closes $2B Series E for Devin at $48 Billion Valuation
The maker of autonomous coding agent Devin closed a Series E round of more than $2 billion at a $48 billion valuation, nearly doubling its worth four months after its last raise as run-rate revenue approached $900 million.