Warp, which builds software to help developers control AI agents and other software from the command line, is rolling out a new tool called Oz to collaboratively command AI in the cloud.Ā
Last year, Warp launchedĀ its agentic development environment, which lets programmers command AI agents to write code and other tasks. Developers can also use the software to edit code on their own and run command-line development tools. That release came as many developers became increasingly fond of vibe codingāthe process of instructing an AI on what source code should do rather than writing it directlyāand the industry produced a variety of tools, includingĀ Anthropicās Claude CodeĀ and Googleās Antigravity, aimed at assisting with the process.Ā Ā
But, says Warpās founder and CEO Zach Lloyd, most existing agentic development software is geared at individual developers interacting with agents developing code on their own computers. That can make it difficult for teams to collaborate on agent-driven development and even make it hard for managers and colleagues to understand what individual developers alreadyĀ have AI agentsĀ working on. It can also make it difficult to guarantee agents are properly configured and securely handling company code and data, even in the face of deliberate attempts to steal data,Ā like external āprompt injectionā attacks meant to deceive AI,Ā Ā Lloyd says.Ā
āRight now, with everyone whoās using these agents on their local machines, itās like the Wild West,ā he says. āYou donāt know what theyāre doing.āĀ

Oz looks to solve that problem by providing secure, cloud-based sandboxes for AI agents to run as they write code, process customer feedback and bug reports, and handle a variety of other tasks, withĀ all ofĀ their operations logged and accessible through a Warp app or web interface.Ā
āEvery time an agent runs, you get a complete record of what it did,ā Lloyd says.Ā

Through Oz, companies can heavily customize what access employees have to different agents and tweak what permissions agents themselvesĀ have toĀ avoid security risks. And agents can be automatically scheduled to run atĀ particular timesĀ or in response toĀ particular events, or manually instructed to run as needed, says Lloyd,Ā demonstratingĀ one agent the company uses internally to root out potential fraudulent use of its platform.Ā Ā
Developers can also switch between runningĀ particular agentsĀ in the cloud or on their own computers, which can be useful for interactive development, and the context ofĀ previousĀ interactions and runs is automatically preserved. Since the cloud-based side of Oz is commanded via a standardized interface, locally run agents and other apps can even trigger agents to run in the cloud for purposes like generating code to respond to bug reports or feature requests.Ā Ā

āOur view on this is to try to make it really flexible, because companies are going to have lots of different systems and ways of deploying agents,ā Lloyd says.Ā
Warp says more than 700,000 developers are now using its software, which has expanded from an enhanced command-line terminalāthe esoteric, text-based interface long beloved by power users on Linux and MacOSāto include tools for knowledge sharingĀ and commanding AI agents. The company declined to share precise revenue numbers but said that annual recurring revenue grew by a factor of 35 last year.Ā Ā

Users of Oz willĀ generally beĀ charged both for cloud computing and for AI inference costs, with limited use of the system also available in Warpās free plans, but customers can also work with Warp to use their existing infrastructure or AI models of their choice.Ā Ā
Warp, whichĀ reported at the end of last yearĀ that its agents have edited 3.2 billion lines of code, is in essence betting that even in an era when vibe coding is making it easier than ever to build custom software, companies interested in security, ease of use, and fast deployment will still prefer to use its tools for managing their coding agents rather than developing their own in house.Ā
āEvery company this year thatās building software is going to want some sort of solution to do this, just because itās such a big potential force multiplier for how software is produced,ā says Lloyd.Ā
Ā