Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Browser use
title: Browser use for agents
sidebar:
label: "Browser use"
description: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Team-managed LLM API keys and endpoints
description: >-
Configure shared LLM provider API keys and custom inference endpoints for your whole team
from the Admin Panel, available in both interactive sessions and cloud agents.
Configure shared LLM provider API keys and custom inference endpoints for your
whole team from the Admin Panel, for interactive sessions and cloud agents.
---
import VideoEmbed from '@components/VideoEmbed.astro';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Build a self-improving agent
description: >-
Build an outer improvement loop where a scheduled agent reviews past runs, learns from team corrections, and proposes skill file updates — so your factory gets better over time.
Build an outer loop where a scheduled agent reviews past runs, learns from team
corrections, and proposes skill file updates for human review.
sidebar:
label: "Build a self-improving agent"
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Run a software factory in the cloud
description: >-
Set up the Oz-native production path for your software factory: dedicated cloud environments, team-scoped secrets, native event triggers, and full audit trails for every agent run.
Run your software factory on Oz with dedicated cloud environments, team-scoped
secrets, native event triggers, and audit trails for every agent run.
sidebar:
label: "Run a software factory in the cloud"
tags:
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/platform/agents.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Cloud agents
title: Cloud agents and service accounts
description: >-
Cloud agents are how Warp runs scheduled jobs, integration triggers, CI/CD
automation, and API-driven tasks against your team's environments.
Expand Down
5 changes: 2 additions & 3 deletions src/content/docs/platform/runners.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ title: Cloud agent runners
sidebar:
label: "Runners"
description: >-
Runners define the compute a cloud agent runs on—operating system, CPU
architecture, instance size, and sandbox image. Learn when to use runners and
how to manage them with the Oz CLI.
Runners define the compute a cloud agent runs on: operating system, CPU
architecture, instance size, and sandbox image. Manage them with the Oz CLI.
---

Runners define the compute a [cloud agent](/platform/) runs on: the operating system, CPU architecture, instance size, and sandbox image used to execute a run.
Expand Down
Loading