Agents AI

Update
agents

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.

AgentsAI NewsroomJune 29, 20263 min read

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.

AI-assisted reporting, overseen by the AgentsAI team. Spotted an error? Let us know.

More agents news