EveryDev.ai
Subscribe
Home
Tools

2,956+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2089
  • Coding1462
  • Infrastructure667
  • Marketing529
  • Projects476
  • Research441
  • Design408
  • Analytics372
  • MCP270
  • Security266
  • Testing259
  • Data249
  • Integration186
  • Prompts183
  • Communication173
  • Extensions168
  • Learning167
  • Voice146
  • Commerce133
  • DevOps115
  • Web85
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Oz Agent Platform
    Oz Agent Platform icon

    Oz Agent Platform

    Agent Harness
    Featured

    Oz is Warp's cloud orchestration platform for running, managing, and coordinating fleets of coding agents across any harness, model, or repository.

    Visit Website

    At a Glance

    Pricing
    Free tier available

    For developers who want a modern terminal with support for agentic coding (up to 10 seats)

    Build: $18/mo
    Max: $180/mo
    Business: $45/mo
    +1 more plan

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessMulti-agent SystemsAI Infrastructure

    Alternatives

    Agent OrchestratorDextoKelos
    Developer
    WarpNew York, NYEst. 2020$73M raised

    Updated Jun 2026

    About Oz Agent Platform

    Oz is the cloud agent orchestration layer built by Warp, designed to let engineering teams connect, run, and govern fleets of AI coding agents at scale. It sits alongside the Warp Terminal and Warp Agent as the third pillar of Warp's agentic development environment, handling the infrastructure side of multi-agent work: compute provisioning, shared context, observability, and administration. The aim is to let developers direct agents rather than babysit the scaffolding around them.

    What It Is

    Oz is a cloud-native control plane for orchestrating coding agents. The division of labor across Warp's three products breaks down like this:

    • Warp Terminal: the local interface for agentic coding.
    • Warp Agent: the agent harness that plans, edits code, runs tests, and reports back.
    • Oz: the cloud execution layer that spins up isolated environments, routes tasks across harnesses, persists context between sessions, and gives teams central control.

    Warp describes Oz as "agent infrastructure for shared context, observability, and administration."

    Multi-Harness Orchestration

    Oz's defining capability is running more than one agent harness inside the same cloud environment. Warp calls it the first truly multi-harness control plane for cloud agents. Teams can:

    • Run Claude Code, OpenAI Codex, and the Warp Agent side by side.
    • Route each task to the harness that fits it best (Warp suggests Claude Code for bug investigation, Codex for codebase migrations).
    • Compare harness effectiveness while keeping one consistent layer of governance, access control, and audit logs.

    Per Warp's blog post, multi-harness orchestration is available to all users while in beta, and the company notes availability and limits may change as it leaves beta.

    Automatic Multi-Agent Orchestration

    Beyond running harnesses in parallel, Oz can coordinate them automatically. According to Warp, the Warp Agent can act as a parent run that spawns Claude Code or Codex subagents and coordinates their outputs, while other harnesses cannot act as parents. This targets long-horizon work such as:

    • Large feature builds
    • Code migrations
    • Production deployments

    Subagents can run locally or in the cloud, with the full run inspectable in real time and replayable afterward from the Oz dashboard.

    Cross-Harness Agent Memory

    Agent Memory is the piece that lets a fleet of agents improve instead of repeating the same mistakes. Per Warp's docs, it is a persistent store that lives on Oz and is shared across every supported harness (Warp Agent, Claude Code, Codex, and others as they are added), so a fact learned in one session is available to the next no matter which harness, machine, or teammate triggers the work. It is currently in research preview behind a waitlist.

    How Warp describes it:

    • Automatic capture: session transcripts are extracted and consolidated in the background, turning mistakes, feedback, and decisions into memory with no manual logging.
    • No token or latency cost: memory creation and retrieval run asynchronously, so they do not spend the active task's tokens or slow it down.
    • Semantic retrieval: search runs over indexed embeddings instead of slow file-by-file traversal, which Warp says keeps it fast at org-wide scale.
    • Pluggable sources: knowledge can come from files (such as skills), MCP servers, databases, or other enterprise apps, and Oz can write to the store itself as it completes tasks.
    • Owned and portable: Warp says companies own their memory corpus, can self-host the artifacts, and can read or edit memories through the Oz API and SDK.

    The stated payoff is turning team feedback and institutional knowledge into better agent skills, prompts, and evals over time.

    Observability, Control, and Infrastructure

    Oz gives team leads a single dashboard to monitor and steer every running agent. Key capabilities include:

    • Central visibility: monitor all active sessions, view telemetry, and join any session with one click.
    • Triggers and interfaces: start agents from Warp Terminal, Web, or Mobile, and trigger them from Slack, Linear, GitHub, or via CLI, API, and SDK.
    • Governance: spend caps, data-control policies, and an autonomy spectrum that ranges from approval at each step to more autonomous runs.
    • Where agents run: sandboxed environments hosted by Warp, or self-hosted on your own cloud, VPC, or data center for full data ownership.

    Warp's site is the stated source for the autonomy and governance controls.

    Update: Multi-Harness Launch and Open-Source Warp

    On May 19, 2026, Warp announced the multi-harness upgrade to Oz, adding cross-harness memory, automatic multi-agent orchestration, and deeper enterprise controls. Oz first launched in February 2026.

    Separately, Warp open-sourced its Terminal client:

    • The client code is published on GitHub under AGPL-3.0, with the UI framework crates (warpui_core and warpui) under MIT.
    • Warp says OpenAI is the founding sponsor of the repository, and the contribution workflow is itself managed through Oz, with agents handling most implementation while humans focus on direction and verification.
    • Warp also runs an "Oz for OSS" program, offering Oz credits to open-source maintainers who want the same agentic triage and PR-review workflows on their own repos.
    Oz Agent Platform - 1

    Community Discussions

    Be the first to start a conversation about Oz Agent Platform

    Share your experience with Oz Agent Platform, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    For developers who want a modern terminal with support for agentic coding (up to 10 seats)

    • State-of-the-art modern terminal
    • Limited Warp Agent access
    • Limited cloud agents access (4 concurrent)
    • Bring your own API key
    • Custom inference endpoint support

    Build

    Popular

    For developers who want flexible access to AI that scales with their usage (up to 10 seats)

    $18
    per month
    • 1,500 credits per month for cloud and local agents
    • Full Warp Agent access (OpenAI, Anthropic, and Google frontier models)
    • Reload credits with volume-based discounts, auto-reload, and team-wide spend cap
    • Extended cloud agents access (20 concurrent)
    • 4 vCPUs, 8 GiB RAM per cloud agent
    • Highest codebase indexing limits (40 codebases, 100,000 files each)
    • Unlimited Warp Drive objects and collaboration
    • Unlimited cloud conversation storage
    • Private email support
    • Admin dashboard

    Max

    For developers who need maximum AI capacity with all the flexibility of Build (up to 10 seats)

    $180
    per month
    • 18,000 credits per month (12× the included credits of Build)
    • 20 concurrent cloud agents
    • 4 vCPUs, 8 GiB RAM per cloud agent
    • Reload credits with volume-based discounts, auto-reload, and team-wide spend cap
    • Full Warp Agent access (OpenAI, Anthropic, and Google frontier models)
    • Unlimited Warp Drive objects and collaboration
    • Unlimited cloud conversation storage
    • Private email support
    • Admin dashboard

    Business

    For teams scaling AI-powered development (up to 25 seats)

    $45
    per month
    • 1,500 credits per month per seat for cloud and local agents
    • 40 concurrent cloud agents
    • 8 vCPUs, 16 GiB RAM per cloud agent
    • Team usage metrics
    • Admin-configurable data controls (zero data retention enforced team-wide)
    • SAML-based SSO
    • Reload credits with volume-based discounts, auto-reload, and team-wide spend cap
    • Full Warp Agent access (OpenAI, Anthropic, and Google frontier models)
    • Unlimited Warp Drive objects and collaboration
    • Unlimited cloud conversation storage
    • Private email support
    • Admin dashboard

    Enterprise

    For organizations needing advanced control, security, and scale

    Custom
    contact sales
    • Unlimited seats
    • Custom shared credit pools and usage terms
    • Advanced spend controls
    • Enterprise admin controls
    • Enterprise Analytics API
    • Multi-admin support
    • Bring your own LLM (AWS Bedrock, Google Vertex AI, Azure AI Foundry)
    • Self-host cloud agents on your infrastructure
    • Custom codebase indexing
    • Cross-harness agent memory (Research Preview)
    • White-glove onboarding and implementation engineer support
    • Dedicated account manager and shared Slack channel
    View official pricing

    Capabilities

    Key Features

    • Multi-harness cloud agent orchestration (Claude Code, Codex, Warp Agent)
    • Warp Agent Memory — cross-harness persistent memory for preferences, project knowledge, and learnings (Research Preview)
    • Isolated cloud agent environments with dedicated compute per session
    • Central dashboard with real-time visibility into all running agent sessions
    • Single-click join for any active agent session
    • Configurable agent autonomy spectrum (step-by-step approval to fully autonomous)
    • Team-wide spend caps and auto-reload credit management
    • Admin-configurable data controls and zero data retention enforcement
    • Enterprise Analytics API for usage data export
    • Self-hosting for cloud agents on customer infrastructure (Enterprise)
    • Bring your own LLM via AWS Bedrock, Google Vertex AI, Azure AI Foundry (Enterprise)
    • MCP (Model Context Protocol) support
    • Codebase indexing with up to 100,000 files per codebase
    • SAML-based SSO (Business and Enterprise)
    • SOC 2 Type 2 certified
    • Multi-admin controls (Enterprise)
    • Oz for OSS partner program for open-source maintainers

    Integrations

    Claude Code (Anthropic)
    OpenAI Codex
    Warp Agent
    OpenAI GPT models
    Anthropic Claude models
    Google Gemini models
    AWS Bedrock
    Google Vertex AI
    Azure AI Foundry
    GitHub
    MCP (Model Context Protocol)
    OpenRouter
    LiteLLM
    Fireworks AI
    Warp Terminal
    Warp Drive
    API Available
    View Docs

    Demo Video

    Oz Agent Platform Demo Video
    Watch on YouTube

    Ratings & Reviews

    No ratings yet

    Be the first to rate Oz Agent Platform and help others make informed decisions.

    Developer

    Warp

    Warp (DENVER TECHNOLOGIES, INC.) is the company behind Oz, and Warp Terminal a modern, Rust-based terminal reimagined from the ground up with features like blocks, IDE-like text editing, and AI assistance to enhance developer productivity.

    Founded 2020
    New York, NY
    $73M raised

    Used by

    OpenAI
    Atlassian
    Cisco
    Netflix
    +1 more
    Read more about Warp
    WebsiteGitHubX / Twitter
    3 tools in directory

    Similar Tools

    Agent Orchestrator icon

    Agent Orchestrator

    An open-source agent orchestration framework by ComposioHQ for building, coordinating, and managing multi-agent AI systems.

    Dexto icon

    Dexto

    AI agent platform that lets you collaborate with autonomous coding and research agents that work asynchronously, with human-in-the-loop approvals and persistent memory.

    Kelos icon

    Kelos

    Kelos is an open-source Kubernetes-native framework for orchestrating autonomous AI coding agents like Claude Code, Codex, Gemini, and OpenCode.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    106 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    225 tools

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

    293 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions
    74views
    1upvote