Agents & Tools

OpenAI Acquires Ona: Persistent Cloud Workspaces for Codex Agents

OpenAI has announced the acquisition of Ona to give Codex secure, persistent, customer-controlled cloud environments for its coding agents. The deal is a clear signal that AI agents are moving away from short, one-shot prompts toward work that runs for hours or even days. For developers and engineering managers, it shifts the conversation from "how good is the model" to "how do we govern an agent that has its own workspace, tools, and time." The era of the long-running agent has an infrastructure problem, and OpenAI just bought a piece of the answer.

123Chatbot Newsroom · Jun 13, 2026
OpenAI Acquires Ona: Persistent Cloud Workspaces for Codex Agents
Table of contents
  1. What changed
  2. Why it matters and for whom
  3. What to do and what's next
  4. Bottom line

What changed

OpenAI announced it is acquiring Ona to give Codex secure, persistent cloud environments that customers control. Until now, an agent largely lived inside a single session: it answered, then forgot. With a persistent workspace, the agent keeps state — files, context, tools, and a running task — across long stretches of work.

The framing from OpenAI, per its announcement, is that AI agents are moving from short prompts to work that lasts hours or days. A quick code completion is one model call. Refactoring a service, fixing a backlog of bugs, or running a multi-step migration is a project. That kind of work needs somewhere to live: a sandbox the agent can return to, with access to repositories, build tools, and test runners.

The emphasis on secure and customer-controlled is the tell. This is not just a feature; it is governance plumbing — controlled access, isolation, and the ability for an organization to set the boundaries an autonomous agent operates within.

Why it matters and for whom

For developers, the shift is from a smart autocomplete to a teammate with a desk. A persistent environment lets Codex check out a branch, run tests, read logs, iterate, and pick up where it left off. That is what "agentic" actually requires in practice: continuity, tools, and time.

For engineering managers and platform teams, the harder questions are operational. A long-running agent with cloud access needs the same controls you would put around a human contractor: scoped permissions, audit logging, and a review workflow before its changes merge. Who can the agent reach? What can it write? How is every action recorded? A persistent, customer-controlled environment is OpenAI's answer to that demand — keep the agent inside a governed perimeter the customer owns.

The strategic read is that the competitive frontier is shifting from model quality to the runtime around the model. Rivals are racing toward the same place: agents that own a workspace, hold permissions, and finish tasks autonomously. Owning that environment means owning where enterprise agentic work happens — and the logs, policies, and integrations that make it auditable.

The risks scale with the autonomy. An agent that can act for days, touch real systems, and persist state is more useful and more dangerous than a chat box. Misconfigured access, silent failures over long runs, and changes that are hard to review are the new failure modes. The infrastructure has to make governance the default, not an add-on.

There is a deeper shift in what a software tool even is. Codex started as autocomplete inside the editor — a model that suggested the next line. A persistent, customer-controlled environment turns it into something closer to a managed worker that occupies real infrastructure, holds credentials, and produces output you have to review like a pull request from a junior engineer. That reframes pricing, security, and accountability all at once. You are no longer renting model calls; you are running an autonomous process inside your own perimeter.

The acquisition logic fits a broader race. The hard part of agents is not generating plausible code in one shot — current models already do that well. The hard part is the runtime: a place to keep state, controlled access to tools, audit trails, and a safe way to let the agent act over time. Buying Ona is OpenAI betting that whoever owns the environment owns the workflow, and with it the integrations and logs that make enterprise agentic work auditable enough to trust.

What to do and what's next

For teams already using Codex, the practical move is to treat agents like privileged service accounts. Define least-privilege access, require human review on anything that ships, and keep audit logs you can actually read. Pilot long-running tasks on low-risk, well-bounded work — test generation, dependency upgrades, scoped refactors — before letting an agent loose on production-critical paths.

Watch how the governance layer matures: per-action logging, approval gates, and policy controls will matter more than raw model benchmarks for enterprise adoption. Watch, too, whether competitors standardize on similar persistent-environment models, which would make agent runtimes a battleground of their own.

Bottom line

  • OpenAI is acquiring Ona to give Codex secure, persistent, customer-controlled cloud environments for long-running coding agents.
  • The move signals agents shifting from one-shot prompts to hours- or days-long work, which raises governance needs: scoped access, audit logging, and review workflows.
  • The competitive edge is moving from model quality to the runtime and governance around the agent.

Expect persistent, auditable agent environments to become table stakes — the place where enterprise AI work actually gets done, and the next thing every major lab races to own.

More on OpenAI