Warp has established itself as a known name in modern developer tooling.
The company's terminal application combines traditional command-line functionality with AI-powered features, letting developers write code, debug issues, and manage projects with ease.
Yesterday, they announced Oz, a new service for managing AI coding agents in cloud environments.
Oz by Warp: What to Expect?
At its core, Oz handles the infrastructure side of running AI coding agents. Instead of setting up your own systems for sandboxing, monitoring, and coordinating these agents, you get a ready-made platform that does it for you.
It is focused on team collaboration. When you configure an environment (essentially a Docker container linked to your Git repositories), that setup becomes available to everyone on your team. Each running agent gets a URL you can share, letting teammates track progress or take over if needed.
What can these agents do you ask? They can write code spanning multiple repositories, push commits, open pull requests, run tests, and make fixes without requiring constant human supervision.
Warp has shared a few examples where they built an automated fraud detector that scans for suspicious Warp account activity three times a day.
In another case, a Warp developer used Oz to port the mermaid.js JavaScript visualization library to Rust by running multiple agents, each handling a different diagram type, and in another, they created an issue triage app that lets engineers review GitHub issues and dispatch agents to tackle them.
You can control it through various interfaces. There's a command-line tool, a REST API with SDK libraries, a web dashboard, and integration with Warp's terminal app (partner link).
You can start agents manually or schedule them to run at specific times. The platform also works with Skills, which are reusable instruction sets compatible with various coding agent systems.
Get Started with Oz
Oz works with any Warp account, free or paid. Pricing depends on how much AI inference and cloud computing you consume, measured in credits.
This month, both new and existing subscribers on the Build, Business, and Max tiers receive 1,000 complimentary credits for cloud-hosted agents.
Companies wanting to run Oz on their own servers can opt for self-hosting, and the web interface at oz.warp.dev serves as a management console where you can oversee active agents.
Suggested Read 📖: I Ditched Claude Code

