diff --git a/src/content/docs/agent-platform/capabilities/computer-use/browser-use.mdx b/src/content/docs/agent-platform/capabilities/computer-use/browser-use.mdx index cd5f5a04..a03f6091 100644 --- a/src/content/docs/agent-platform/capabilities/computer-use/browser-use.mdx +++ b/src/content/docs/agent-platform/capabilities/computer-use/browser-use.mdx @@ -1,5 +1,5 @@ --- -title: Browser use +title: Browser use for agents sidebar: label: "Browser use" description: >- diff --git a/src/content/docs/enterprise/enterprise-features/team-managed-keys-and-endpoints.mdx b/src/content/docs/enterprise/enterprise-features/team-managed-keys-and-endpoints.mdx index e88e723f..9e4e2c0f 100644 --- a/src/content/docs/enterprise/enterprise-features/team-managed-keys-and-endpoints.mdx +++ b/src/content/docs/enterprise/enterprise-features/team-managed-keys-and-endpoints.mdx @@ -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'; diff --git a/src/content/docs/guides/agent-workflows/build-a-self-improving-agent.mdx b/src/content/docs/guides/agent-workflows/build-a-self-improving-agent.mdx index 03e5c52f..6e22aabb 100644 --- a/src/content/docs/guides/agent-workflows/build-a-self-improving-agent.mdx +++ b/src/content/docs/guides/agent-workflows/build-a-self-improving-agent.mdx @@ -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: diff --git a/src/content/docs/guides/agent-workflows/run-a-software-factory-in-the-cloud.mdx b/src/content/docs/guides/agent-workflows/run-a-software-factory-in-the-cloud.mdx index 69a06123..664bd75c 100644 --- a/src/content/docs/guides/agent-workflows/run-a-software-factory-in-the-cloud.mdx +++ b/src/content/docs/guides/agent-workflows/run-a-software-factory-in-the-cloud.mdx @@ -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: diff --git a/src/content/docs/platform/agents.mdx b/src/content/docs/platform/agents.mdx index b438cdee..a7f997c6 100644 --- a/src/content/docs/platform/agents.mdx +++ b/src/content/docs/platform/agents.mdx @@ -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. diff --git a/src/content/docs/platform/runners.mdx b/src/content/docs/platform/runners.mdx index d5f4f2f2..c968063a 100644 --- a/src/content/docs/platform/runners.mdx +++ b/src/content/docs/platform/runners.mdx @@ -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.