Skip to content

docs: cover Personal / Team / Agent API key types#143

Open
hongyi-chen wants to merge 15 commits into
mainfrom
oz-agent-api-keys-doc-update
Open

docs: cover Personal / Team / Agent API key types#143
hongyi-chen wants to merge 15 commits into
mainfrom
oz-agent-api-keys-doc-update

Conversation

@hongyi-chen
Copy link
Copy Markdown
Collaborator

@hongyi-chen hongyi-chen commented May 26, 2026

Summary

Reframe the docs around cloud agents (the user-facing product term) rather than the internal "agent identity" / "Default Service Account" model. The goal is plain copy that mirrors what users actually see in the Oz web app, with no internal vocabulary leaking through.

The model the docs now describe:

  • Personal API keys authenticate as you. Runs are attributed to your GitHub account and your credits.
  • Agent API keys authenticate as a specific cloud agent — a named bot like deploy-bot or pr-reviewer that your team can share. Runs inherit the agent's secrets and skills, and the Oz dashboard attributes them to that bot.
  • The team default cloud agent is just the default — no proper-noun name shown in concept pages.

Major rewrites

agent-platform/cloud-agents/agents.mdx

  • Page renamed: Agent identitiesAgents (matches the Agents page in the Oz web app).
  • Opening rewritten to lead with what a cloud agent is and what binding a key gets you — no IAM service account analogy.
  • Every agent identity / agent identities swapped to cloud agent / cloud agents (or just agent when context is unambiguous).
  • Default Service Account proper-noun dropped from concept paragraphs; "team default" used generically.

reference/cli/api-keys.mdx

  • Principals: personal or agentPersonal vs. agent keys. Each bullet is now framed by attribution (you vs. a named bot), not by what the agent flavor is missing.
  • Agent identities power agent API keys section replaced with Cloud agents power agent API keys — 1–2 sentences plus the deploy-bot / pr-reviewer examples.
  • The Default Service Account section and its legacy "team API key" callout are gone. The Warp desktop app's still-shown Team label gets one passing sentence inside the desktop-app creation step.
  • Billing and GitHub authorization reframed around "the cloud agent the key is bound to".
  • Best practices now says "automation you want attributed to a bot" instead of "no specific person behind it".

Sweep across the rest of the PR

  • team-access-billing-and-identity.mdx — GitHub-auth step 3 and the Personal-tokens-vs-GitHub-App-tokens bullet drop the Default Service Account parentheticals and use cloud agent consistently.
  • integrations/github-actions.mdx + integrations/quickstart-github-actions.mdx + reference/api-and-sdk/quickstart.mdx — Drop the awkward (no specific user behind them) parenthetical. Differentiate via attribution: "attribute runs to a cloud agent like pr-reviewer."
  • self-hosting/{quickstart,managed-docker,managed-kubernetes,managed-direct,unmanaged}.mdx — Drop the explicit Default Service Account name in prereqs. Reads as: "Create an agent API key in the Oz web app. Use the team's default for self-hosting, or bind it to a custom cloud agent if you want the worker's runs attributed to a named bot."
  • reference/api-and-sdk/troubleshooting/errors/external-authentication-required.mdxbound to an agent identitybound to a cloud agent.

Out of scope (follow-up PR)

secrets.mdx, deployment-patterns.mdx, federate.mdx, and cli/index.mdx still use agent identity but weren't touched by this PR. Aligning them to cloud agent belongs in a follow-up sweep so this PR stays scoped to what it originally changed.

Validation

  • style_lint --changed shows 9 remaining warnings, all confirmed false positives (one fewer than before since The Default Service Account header is gone).
  • Grep confirms no agent identity / agent identities / Default Service Account remains in any file this PR touches.
  • CI on the new commit (Build, link-check, audit; CodeQL; Vercel preview) — pushed and running.

Relationship to PR #141

PR #141 (Roland Huang's parallel Codex-harness branch) covers the same "team key → agent key" rename surface but with the find-and-replace approach this PR replaces. Recommend closing #141 in favor of this PR — coordination comment posted on #141.

Conversation: https://staging.warp.dev/conversation/70b07e4a-3574-40d5-98b3-8eb6926e83c0

Run: https://oz.staging.warp.dev/runs/019e65b0-299e-764d-adee-ba9155651f49

Plans:

This PR was generated with Oz.

The Oz web app at oz.warp.dev/settings now uses 'Agent' API keys bound
to a specific agent identity, while the Warp desktop app still shows
'Team' (an Agent key bound to the team's Default Service Account is
functionally identical to a Team key for headless workflows).

Updates:
- reference/cli/api-keys.mdx: rewrite to cover all three key types,
  describe per-surface UI (Oz web app vs. Warp desktop app), and call
  out the Default Service Account / Team-key equivalence.
- Self-hosting prereqs (managed-{docker,kubernetes,direct}, quickstart,
  unmanaged), integrations/quickstart-github-actions, api-and-sdk/
  quickstart, reference/cli/quickstart: update 'create a team API key'
  wording to mention both surfaces and link the new key-types section.
- integrations/github-actions.mdx: replace broken /reference/cli/
  #generating-api-keys anchor with /reference/cli/api-keys/.

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label May 26, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment May 27, 2026 8:25pm

Request Review

After auditing PR #141 (parallel Codex run for REMOTE-1777), extend the
sweep to the files that still said 'team API key' in places where the
phrase should also acknowledge agent identity / Default Service Account
keys created in the Oz web app. The Warp desktop app continues to label
its key type 'Team' (and Jason is reverting NamedAgents in the client
so it stays that way), so the wording becomes 'team or agent API key'
rather than a pure rename.

Touched files:
- agent-platform/cloud-agents/agents.mdx
- agent-platform/cloud-agents/team-access-billing-and-identity.mdx
- agent-platform/cloud-agents/environments.mdx
- agent-platform/cloud-agents/quickstart.mdx
- agent-platform/cloud-agents/self-hosting/reference.mdx
- enterprise/team-management/admin-panel.mdx
- enterprise/support-and-resources/billing.mdx
- reference/cli/integration-setup.mdx
- reference/api-and-sdk/troubleshooting/errors/external-authentication-required.mdx
- reference/api-and-sdk/troubleshooting/errors/insufficient-credits.mdx
- support-and-community/plans-and-billing/credits.mdx
- support-and-community/plans-and-billing/add-on-credits.mdx
- support-and-community/plans-and-billing/pricing-faqs.mdx

agents.mdx also gains the explicit 'Default Service Account' callout
and the Warp-app-Team / Oz-web-app-Agent equivalence note.

Co-Authored-By: Oz <oz-agent@warp.dev>
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented May 26, 2026

@hongyi-chen

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR updates the docs across cloud agents, self-hosting, CLI, API, and billing pages to distinguish Personal, Team, and Agent API key types and describe the different key-creation surfaces. I found no security-specific concerns in these docs-only changes, and the attached spec context says no approved repository spec was found.

Concerns

  • The GitHub attribution wording in team-access-billing-and-identity.mdx now conflicts with the same section's GitHub App model by saying PRs and commits are attributed to an agent identity instead of the Oz by Warp GitHub App.
  • One billing list item now duplicates the Enterprise billing bullet and mixes GitHub authorization into a billing-focused list; I left a cleanup suggestion inline.

Verdict

Found: 0 critical, 1 important, 1 suggestions

Request changes

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz


* **User-triggered runs on Build, Max, or Business** - Warp draws from any [cloud agent credits](/support-and-community/plans-and-billing/credits/#compute-credits) the user has, then the user's plan-included credits, then the user's add-on credits. Add-on credits are scoped to the individual user and are not shared across the team.
* **Team API key or scheduled cloud agent runs on Build, Max, or Business** - Warp bills the team owner. The waterfall is: the owner's plan-included credits, then the owner's add-on credits. With auto-reload off, the request is blocked when both pools are depleted. With auto-reload on, usage can trigger a reload on the owner's pool subject to the team-wide monthly spend cap.
* **Team or agent API key, or scheduled cloud agent runs on Build, Max, or Business** - Warp bills the team owner. The waterfall is: the owner's plan-included credits, then the owner's add-on credits. With auto-reload off, the request is blocked when both pools are depleted. With auto-reload on, usage can trigger a reload on the owner's pool subject to the team-wide monthly spend cap. On Enterprise plans, these runs draw from the team-scoped credit pool. When [team GitHub authorization](/agent-platform/cloud-agents/team-access-billing-and-identity/#team-github-authorization) is configured, team and agent key runs can also clone repositories and open pull requests using the Oz by Warp GitHub App.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 [SUGGESTION] Keep this billing list item scoped to Build/Max/Business; the Enterprise sentence duplicates the bullet immediately below, and GitHub App authorization is covered in the Team GitHub authorization section.

Suggested change
* **Team or agent API key, or scheduled cloud agent runs on Build, Max, or Business** - Warp bills the team owner. The waterfall is: the owner's plan-included credits, then the owner's add-on credits. With auto-reload off, the request is blocked when both pools are depleted. With auto-reload on, usage can trigger a reload on the owner's pool subject to the team-wide monthly spend cap. On Enterprise plans, these runs draw from the team-scoped credit pool. When [team GitHub authorization](/agent-platform/cloud-agents/team-access-billing-and-identity/#team-github-authorization) is configured, team and agent key runs can also clone repositories and open pull requests using the Oz by Warp GitHub App.
* **Team or agent API key, or scheduled cloud agent runs on Build, Max, or Business** - Warp bills the team owner. The waterfall is: the owner's plan-included credits, then the owner's add-on credits. With auto-reload off, the request is blocked when both pools are depleted. With auto-reload on, usage can trigger a reload on the owner's pool subject to the team-wide monthly spend cap.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The substantive concerns (duplicate Enterprise bullet + GitHub authorization in a billing-focused list) were already cleaned up by the restructure in 51ea888 — the bullet at line 85 is now scoped purely to Build/Max/Business billing.

Intentionally keeping Agent API key rather than Team or agent API key here: the restructure unifies the terminology under a single name, with the legacy "team API key" equivalence covered once in api-keys.mdx#the-default-service-account instead of repeated inline on every page.


* **User-triggered runs** (personal API key, Slack, Linear, Warp app) - The agent authenticates as Oz acting on the triggering user's behalf. PRs and commits are attributed to that user.
* **Team API key runs with GitHub App authorization** - The agent authenticates as the GitHub App installation. PRs and commits are not attributed to any individual user.
* **Team or agent API key runs with GitHub App authorization** - The agent authenticates as the GitHub App installation. PRs and commits are attributed to the agent identity (or, for Warp-app-created team keys, the team's `Default Service Account`) rather than any individual user.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] This conflicts with the same section's GitHub App explanation: PRs and commits created with a GitHub App token are attributed to the Oz by Warp GitHub App, while the agent identity is the Oz-side run identity.

Suggested change
* **Team or agent API key runs with GitHub App authorization** - The agent authenticates as the GitHub App installation. PRs and commits are attributed to the agent identity (or, for Warp-app-created team keys, the team's `Default Service Account`) rather than any individual user.
* **Team or agent API key runs with GitHub App authorization** - The agent authenticates as the GitHub App installation. PRs and commits are attributed to the Oz by Warp GitHub App rather than any individual user; the selected agent identity controls the run identity shown in Oz.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch — fixed in 5245b2f. Now explicit that on GitHub, commits/PRs go to the Oz by Warp GitHub App bot user, while the bound agent identity is the run identity surfaced in the Oz dashboard. Applied the same disentanglement to team-access-billing-and-identity.mdx step 3 (line 143) and reference/cli/api-keys.mdx (line 82) which had the same conflation.

…ntence

After a final review, polish the wording for consistency:

- Lowercase 'team API key' / 'agent API key' in prose (the concept).
  Reserve **bold** for the literal UI labels (Personal / Team / Agent).
  This matches how 'personal API key' was already styled.
- Self-hosting prereqs: switch (`Agent` type) / (`Team` type) backticks
  to (**Agent** type) / (**Team** type) since these are UI labels per the
  style guide, not literal code/strings.
- agents.mdx: 'called **Default Service Account**' → backticks, to match
  every other reference to the identity name in this PR.
- team-access-billing-and-identity.mdx line 85: drop a redundant
  'On Enterprise plans, these runs draw from the team-scoped credit
  pool...' sentence I had accidentally added to the Build/Max/Business
  bullet — that case is already covered by the Enterprise bullet right
  below it, and the GitHub-auth note duplicates content from the
  dedicated 'Team GitHub authorization' section.
- api-keys.mdx 'Deleting API keys' wording: 'find it in either surface'
  was ambiguous; spell it out as 'either the Oz web app or the Warp
  desktop app's API Keys list'.

No structural changes — pure textual edits, build behavior unchanged.

Co-Authored-By: Oz <oz-agent@warp.dev>
…claimer

Per user feedback: stop dual-naming (team or agent API key) and just use
'agent API key' everywhere. Add a single, prominent disclaimer at the
top of api-keys.mdx noting that 'agent' used to be called 'team' and
that the two behave identically.

api-keys.mdx restructured:
- Top of page: new :::note 'Naming change' disclaimer that explains the
  team \u2192 agent rename, the Default Service Account equivalence, and
  notes the Warp desktop app may still label the toggle 'Team'.
- 'API key types' section: now lists only Personal and Agent (Team
  folded into Agent with the legacy-key note).
- 'Creating API keys > From the Warp desktop app': simplified to a
  single step that says pick Personal, Agent, or Team; pointers back
  to the disclaimer for details.\n- Best practices and Managing sections: 'team or agent keys' \u2192\n  'agent keys'.\n\nAll other affected files: 'team or agent API key' / 'team and agent\nAPI key' / pre-existing 'team API key' \u2192 'agent API key'. The legacy\nterm only survives in:\n- The api-keys.mdx disclaimer.\n- One parenthetical in team-access-billing-and-identity.mdx that\n  explicitly explains the legacy term for users who see it in the\n  Warp desktop app.\n- analytics-api.mdx now says 'Agent API keys (including legacy team\n  keys) are explicitly rejected'.\n- A historical changelog entry.\n\nCo-Authored-By: Oz <oz-agent@warp.dev>
Restructure the API keys page (reference/cli/api-keys.mdx) so it reads
as a principal-first conceptual page:

- Open with 'Principals: personal or agent' instead of leading with
  the legacy naming-change disclaimer.
- Add 'Agent identities power agent API keys' with concrete worked
  examples (deploy-bot, pr-reviewer, nightly-jobs) that show how
  binding a key to an identity scopes its secrets, skills, and
  attribution.
- Add 'The Default Service Account' as the no-config baseline, and
  house the legacy 'team API key' note there as an inline callout.
- Split 'Creating an API key' into Oz web app (recommended, only
  surface that exposes the named-identity picker) and Warp desktop
  app (binds agent keys to the Default Service Account).
- Reframe billing and GitHub-authorization around the principal.

Strengthen agents.mdx (the agent-identity concept page):

- Add an IAM-service-account mental model paragraph.
- Strengthen the value-prop bullets with concrete deploy-bot /
  pr-reviewer / nightly-jobs examples.
- Add 'Quickstart: create a custom agent identity' (5 steps:
  create secret, POST /api/v1/agent/identities, generate bound key,
  run agent, confirm attribution in the dashboard).
- Add a short 'Agent API keys' subsection cross-linking to
  api-keys.mdx and naming the legacy 'team API key' equivalence.

Tighten the other affected docs so they defer to api-keys.mdx for
the personal-vs-agent guidance instead of repeating per-line
'Warp desktop app's equivalent toggle may still show Team' notes:

- self-hosting/{quickstart,managed-{docker,kubernetes,direct},
  unmanaged}.mdx prereqs collapse to 'Create an agent API key in
  the Oz web app bound to the Default Service Account (or a custom
  agent identity for workflow-scoped attribution).'
- team-access-billing-and-identity.mdx GitHub-auth section
  attributes commits to the bound agent identity (or to the
  Default Service Account for legacy team keys).
- integrations/github-actions.mdx, integrations/quickstart-github-actions.mdx,
  reference/api-and-sdk/quickstart.mdx, reference/cli/quickstart.mdx
  shorten inline notes to point at api-keys.mdx and link agents.mdx.
- unmanaged.mdx: wrap the oz agent run CLI command in backticks in
  the description so it reads as a literal command (also clears the
  OZ-TERM style lint warning).

Co-Authored-By: Oz <oz-agent@warp.dev>
Addresses oz-for-oss review on PR #143 (discussion r3307282172): the
docs incorrectly claimed that PRs and commits opened via the Oz by
Warp GitHub App were attributed to the bound agent identity. In
reality:

- On GitHub, commits and pull requests opened with a GitHub App
  installation token are attributed to the Oz by Warp GitHub App's
  bot user — not to the agent identity the API key is bound to.
- The agent identity is the Oz-side run identity. It controls run
  filtering, audit attribution, and which secrets/skills the run
  inherits — but it does not appear as a commit author on GitHub.

Fix the three places that had the conflation:

- team-access-billing-and-identity.mdx "Setting up team GitHub
  authorization" step 3 (line 143).
- team-access-billing-and-identity.mdx "Personal tokens vs. GitHub
  App tokens" bullet (line 159).
- reference/cli/api-keys.mdx "Billing and GitHub authorization"
  agent-keys paragraph (line 82).

Each now explicitly separates 'on GitHub, the GitHub App is the
author' from 'in the Oz dashboard, the agent identity is the run
attribution'.

The companion SUGGESTION (r3307282159) about the billing bullet at
team-access-billing-and-identity.mdx line 85 was already addressed
by the earlier restructure commit 51ea888 — that bullet no longer
duplicates the Enterprise sentence or mixes GitHub authorization
into the billing-focused list. The 'Team or' prefix in the
reviewer's suggested wording is intentionally not adopted, because
the restructure unifies the terminology under 'agent API key'
(with the legacy 'team API key' equivalence covered once in
api-keys.mdx#the-default-service-account).

Co-Authored-By: Oz <oz-agent@warp.dev>
Per feedback that 'workflow-scoped identity for headless runs' is
hard to parse, sweep the PR's affected files and replace jargon
with plain-English equivalents:

- 'workflow-scoped identity for headless runs' \u2192 'automated runs
  (no specific user behind them)' or 'automated runs' depending
  on context.
- 'headless run / workflow / caller / automation' \u2192 'automated
  run / workflow / caller'.
- 'workflow-scoped attribution' \u2192 'so runs are attributed to a
  specific bot'.

Files touched: integrations/github-actions.mdx,
integrations/quickstart-github-actions.mdx, reference/cli/api-keys.mdx
(Principals, Default Service Account, Creating an API key from the
Oz web app, Best practices), agents.mdx (mental-model paragraph,
How agent identities work, Agent API keys, Running as an agent
identity), reference/api-and-sdk/quickstart.mdx,
self-hosting/unmanaged.mdx, team-access-billing-and-identity.mdx
(credit usage bullet).

Kept the industry-standard term 'headless servers' in the
api-keys.mdx opening line (CI pipelines, headless servers, VMs,
Codespaces) since that's a well-understood compound term.

Co-Authored-By: Oz <oz-agent@warp.dev>
…e Account, fix principal differentiation

Address user feedback on the prior framing:

1. "agent identity" sounds abstract; just call them cloud agents
2. "Default Service Account" is an internal implementation detail
3. "(no specific user behind them)" is an awkward way to differentiate

Major rewrites:

agents.mdx — Rename to 'Agents'. Drop the IAM service account
analogy. Open with what a cloud agent is and what binding a key
to it gets you. Replace every 'agent identity'/'identities'
with 'cloud agent'/'cloud agents' (or just 'agent' when
unambiguous). Drop standalone 'Default Service Account'
mentions; the team default is referenced generically.

reference/cli/api-keys.mdx — Rename 'Principals: personal or
agent' → 'Personal vs. agent keys'. Replace 'Agent identities
power agent API keys' section with 'Cloud agents power agent
API keys' (1-2 sentences plus deploy-bot/pr-reviewer examples).
Delete 'The Default Service Account' section and its legacy
'team API key' callout entirely; the desktop-app creation step
gets one passing sentence about the **Team** toggle. Best
practices and Billing/GitHub-auth reframed around 'cloud agent
the key is bound to'.

Sweep across the rest of the PR's files (10 total):

- team-access-billing-and-identity.mdx: GitHub-auth step 3 and
  the Personal-tokens-vs-GitHub-App-tokens bullet drop
  'Default Service Account' and use 'cloud agent'.
- integrations/github-actions.mdx + quickstart-github-actions.mdx
  + reference/api-and-sdk/quickstart.mdx: drop the awkward
  '(no specific user behind them)' parenthetical; differentiate
  via attribution ('attribute runs to a cloud agent like
  `pr-reviewer`').
- self-hosting/{quickstart,managed-docker,managed-kubernetes,
  managed-direct,unmanaged}.mdx: drop the explicit Default
  Service Account name; the team default is mentioned
  generically.
- external-authentication-required.mdx: 'bound to an agent
  identity' → 'bound to a cloud agent'.

Out of scope for this PR but flagged in the plan: secrets.mdx,
deployment-patterns.mdx, federate.mdx, cli/index.mdx use 'agent
identity' but were not touched here. Follow-up PR.

style_lint --changed shows 9 remaining warnings, all confirmed
false positives (one fewer than before since the Default
Service Account header was removed).

Co-Authored-By: Oz <oz-agent@warp.dev>
…terized by their triggers

Address user feedback that:
1. deploy-bot / pr-reviewer / nightly-jobs examples were peppered everywhere
2. 'named bot' framing is wrong - a cloud agent is just an agent
   that runs in the cloud, characterized by its trigger
3. Docs shouldn't push the named-cloud-agent feature

Rewrites:

agents.mdx - Reframe entirely around triggers. The opening now
explains cloud agents as how Warp runs scheduled jobs,
integration triggers, CI/CD automation, and API-driven tasks.
'How cloud agents get triggered' replaces the value-prop bullets.
The 'Quickstart: create a custom agent identity' section is gone
- creating named cloud agents with attached secrets and skills
is an advanced configuration, not a headline feature. The
Managing cloud agents API reference stays for completeness.

api-keys.mdx - Simpler 'Personal vs. agent keys' framing:
- Personal: runs attributed to you
- Agent: runs as a cloud agent on your team, used for scheduled
  jobs, integrations, SDK-triggered runs, and other automation
  that isn't tied to a specific user
Dropped the entire 'Cloud agents power agent API keys' section
that listed name/secrets/skills as headline features. Best
practices no longer pushes 'pick a cloud agent that matches the
workflow'.

Sweep:
- github-actions.mdx, quickstart-github-actions.mdx: 'attribute
  runs to a cloud agent like pr-reviewer' \u2192 'run as a cloud
  agent on your team'
- self-hosting/{quickstart,managed-docker,managed-kubernetes,
  managed-direct,unmanaged}.mdx: dropped 'use the team's default,
  or bind it to a custom cloud agent if you want the worker's
  runs attributed to a named bot' \u2192 just 'Create one in the Oz
  web app so the worker can authenticate'

All deploy-bot / pr-reviewer / nightly-jobs example names are now
removed from PR-touched files. Grep confirms no occurrences.

style_lint --changed: 8 false positives (down from 9 - the
deploy-bot UI-BACKTICK warning is gone).

Co-Authored-By: Oz <oz-agent@warp.dev>
### How are cloud agent runs on team plans billed when no individual user triggered them?

Some cloud agent runs aren't initiated by a specific team member — for example, scheduled runs or runs triggered through a team API key. On self-serve plans (Build, Max, Business), these runs are billed to the **team owner**.
Some cloud agent runs aren't initiated by a specific team member — for example, scheduled runs or runs triggered through an agent API key. On self-serve plans (Build, Max, Business), these runs are billed to the **team owner**.
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this still true?

automation, and API-driven tasks against your team's environments.
sidebar:
label: "Agent identities"
label: "Agents"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sidebar nav in the preview still shows "Agent identities" 🤔 should probably double check after merging, not sure why that's not reflected in the preview.

Comment thread src/content/docs/agent-platform/cloud-agents/agents.mdx Outdated
Comment on lines +21 to +22
* **CLI** — `oz agent run-cloud` from a developer machine, CI pipeline, or self-hosted worker.
* **Warp app** — `/cloud-agent` and Cloud Mode in the Warp desktop app.
Copy link
Copy Markdown
Contributor

@rachaelrenk rachaelrenk May 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth also crosslinking to relevant pages for these last two bullets? Could link to

* **Integrations** — Slack mentions, Linear issue updates, GitHub Actions workflow steps.
* **API and SDK** — Programmatic runs from your own backend, scripts, or webhooks via the [Oz API](/reference/api-and-sdk/).
* **CLI** — `oz agent run-cloud` from a developer machine, CI pipeline, or self-hosted worker.
* **Warp app** — `/cloud-agent` and Cloud Mode in the Warp desktop app.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also: I think this is the first time I've seen "Cloud Mode" used. What's that mean?

A **cloud agent** is an agent that runs in Warp's cloud (or on a self-hosted worker) instead of on your local machine. Cloud agents are how Warp powers automation: scheduled jobs, Slack and Linear integrations, GitHub Actions, the Oz API and SDKs, and `oz agent run-cloud` from the CLI all execute as cloud agents.

Agent identities are useful when you want to:
Every team starts with a default cloud agent, which is what runs when an automation triggers a task with no other configuration. You can optionally create additional cloud agents through the Oz web app's **Agents** page or the public API — see [Managing cloud agents](#managing-cloud-agents) below.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Every team starts with a default cloud agent, which is what runs when an automation triggers a task with no other configuration. You can optionally create additional cloud agents through the Oz web app's **Agents** page or the public API — see [Managing cloud agents](#managing-cloud-agents) below.
Every team starts with a default cloud agent, which is what runs when an automation triggers a task with no other configuration. You can optionally create additional cloud agents through the Oz web app's **Agents** page or the public API. See [Managing cloud agents](#managing-cloud-agents) below.


* When `oz whoami` reports a principal of `service_account:<uid>`, that principal is an agent identity on your team.
* When [`oz federate issue-token`](/reference/cli/federate/) emits a subject component like `service_account:my-sa-id`, the value identifies the agent identity the run is executing as.
In the CLI and REST API, a cloud agent is represented as a **service account**. `oz whoami` reports `service_account:<uid>` when the CLI is authenticated as one, and [`oz federate issue-token`](/reference/cli/federate/) emits the same form in OIDC token subjects.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
In the CLI and REST API, a cloud agent is represented as a **service account**. `oz whoami` reports `service_account:<uid>` when the CLI is authenticated as one, and [`oz federate issue-token`](/reference/cli/federate/) emits the same form in OIDC token subjects.
In the CLI and REST API, a cloud agent is represented as a **service account**. `oz whoami` reports `service_account:<uid>` when the CLI is authenticated as a service account, and [`oz federate issue-token`](/reference/cli/federate/) emits the same form in OIDC token subjects.

Copy link
Copy Markdown
Contributor

@rachaelrenk rachaelrenk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added one suggested rewrite for the Managing cloud agents section to make the API details easier to scan.

Comment on lines +36 to +51
You can create, list, update, and delete cloud agents through the public API. The full request and response formats, including error codes, live on the [API Reference](/api) page; the operations to look for are `createAgent`, `listAgents`, `updateAgent`, and `deleteAgent` under the **agent** tag.

The endpoints behave as follows:

* **Create** - `POST /agent/identities` with a `name` and optional `description`, `secrets`, and `skills`. Returns `201` with the new identity's `uid`, `name`, and `available` flag.
* **List** - `GET /agent/identities` returns every agent identity on the team, including the default. Each entry includes an `available` flag indicating whether it is within the plan limit.
* **Create** - `POST /agent/identities` with a `name` and optional `description`, `secrets`, and `skills`. Returns `201` with the new agent's `uid`, `name`, and `available` flag.
* **List** - `GET /agent/identities` returns every cloud agent on the team, including the default. Each entry includes an `available` flag indicating whether it is within the plan limit.
* **Update** - `PUT /agent/identities/{uid}` replaces individual fields. Omitting a field preserves the current value; passing an empty string or empty array clears it.
* **Delete** - `DELETE /agent/identities/{uid}` soft-deletes the identity and atomically deletes every API key bound to it. The default agent identity cannot be deleted.
* **Delete** - `DELETE /agent/identities/{uid}` soft-deletes the agent and atomically deletes every API key bound to it. The team's default agent cannot be deleted.

### Caller requirements

A few constraints apply across every endpoint:

* **Team-scoped** - Agent identities belong to a team. The caller must be a member of exactly one team. If the caller is on zero teams or multiple teams, the request is rejected.
* **Human callers only** - Only human users can create, update, or delete an agent identity. A request authenticated as an agent identity itself is rejected.
* **Availability is enforced on use** - Over-plan-limit identities are returned by the list endpoint but cannot be used to update fields, generate new keys, or start new runs.
* **Team-scoped** - Cloud agents belong to a team. The caller must be a member of exactly one team. If the caller is on zero teams or multiple teams, the request is rejected.
* **Human callers only** - Only human users can create, update, or delete a cloud agent. A request authenticated as a cloud agent itself is rejected.
* **Availability is enforced on use** - Over-plan-limit agents are returned by the list endpoint but cannot be used to update fields, generate new keys, or start new runs.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section may scan better if we separate the primary recommendation (use the UI for normal management), the API reference details, and the constraints. Moving the endpoint names into a compact table also makes the legacy /agent/identities path feel like API reference material instead of the conceptual lead-in.

Suggested change
You can create, list, update, and delete cloud agents through the public API. The full request and response formats, including error codes, live on the [API Reference](/api) page; the operations to look for are `createAgent`, `listAgents`, `updateAgent`, and `deleteAgent` under the **agent** tag.
The endpoints behave as follows:
* **Create** - `POST /agent/identities` with a `name` and optional `description`, `secrets`, and `skills`. Returns `201` with the new identity's `uid`, `name`, and `available` flag.
* **List** - `GET /agent/identities` returns every agent identity on the team, including the default. Each entry includes an `available` flag indicating whether it is within the plan limit.
* **Create** - `POST /agent/identities` with a `name` and optional `description`, `secrets`, and `skills`. Returns `201` with the new agent's `uid`, `name`, and `available` flag.
* **List** - `GET /agent/identities` returns every cloud agent on the team, including the default. Each entry includes an `available` flag indicating whether it is within the plan limit.
* **Update** - `PUT /agent/identities/{uid}` replaces individual fields. Omitting a field preserves the current value; passing an empty string or empty array clears it.
* **Delete** - `DELETE /agent/identities/{uid}` soft-deletes the identity and atomically deletes every API key bound to it. The default agent identity cannot be deleted.
* **Delete** - `DELETE /agent/identities/{uid}` soft-deletes the agent and atomically deletes every API key bound to it. The team's default agent cannot be deleted.
### Caller requirements
A few constraints apply across every endpoint:
* **Team-scoped** - Agent identities belong to a team. The caller must be a member of exactly one team. If the caller is on zero teams or multiple teams, the request is rejected.
* **Human callers only** - Only human users can create, update, or delete an agent identity. A request authenticated as an agent identity itself is rejected.
* **Availability is enforced on use** - Over-plan-limit identities are returned by the list endpoint but cannot be used to update fields, generate new keys, or start new runs.
* **Team-scoped** - Cloud agents belong to a team. The caller must be a member of exactly one team. If the caller is on zero teams or multiple teams, the request is rejected.
* **Human callers only** - Only human users can create, update, or delete a cloud agent. A request authenticated as a cloud agent itself is rejected.
* **Availability is enforced on use** - Over-plan-limit agents are returned by the list endpoint but cannot be used to update fields, generate new keys, or start new runs.
Use the [Oz web app's Agents page](/agent-platform/cloud-agents/oz-web-app/#agents) for day-to-day management. Use the public API when you need to create or update agents from scripts, CI/CD, or internal tooling. Full request and response formats, including error codes, live on the [API Reference](/api) page under the **agent** tag.
<table><thead><tr><th width="120">Action</th><th>Endpoint</th><th>What it does</th></tr></thead><tbody><tr><td><strong>Create</strong></td><td><code>POST /agent/identities</code></td><td>Creates a cloud agent with a <code>name</code> and optional <code>description</code>, <code>secrets</code>, and <code>skills</code>.</td></tr><tr><td><strong>List</strong></td><td><code>GET /agent/identities</code></td><td>Returns every cloud agent on the team, including the default, with an <code>available</code> flag for plan-limit status.</td></tr><tr><td><strong>Update</strong></td><td><code>PUT /agent/identities/{uid}</code></td><td>Replaces individual fields. Omitted fields stay unchanged; empty strings or arrays clear the field.</td></tr><tr><td><strong>Delete</strong></td><td><code>DELETE /agent/identities/{uid}</code></td><td>Soft-deletes the agent and deletes every API key bound to it. The team's default agent cannot be deleted.</td></tr></tbody></table>
### Caller requirements
Across all endpoints:
* **Team-scoped** - Cloud agents belong to a team. The caller must be a member of exactly one team. If the caller is on zero teams or multiple teams, the request is rejected.
* **Human callers only** - Only human users can create, update, or delete a cloud agent. A request authenticated as a cloud agent itself is rejected.
* **Availability is enforced on use** - Over-plan-limit agents are returned by the list endpoint but cannot be used to update fields, generate new keys, or start new runs.

Copy link
Copy Markdown
Contributor

@rachaelrenk rachaelrenk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a small wording suggestion for the API key type sentence.

## Personal vs. agent keys

You can create an API key from your settings in Warp:
Every API key is either **personal** or **agent**.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree — this reads more clearly if we name both key types explicitly.

Suggested change
Every API key is either **personal** or **agent**.
Every API key is either a **personal API key** or an **agent API key**.

### From the Oz web app (recommended)

1. Open [oz.warp.dev/settings](https://oz.warp.dev/settings).
2. In the API Keys section, click **New API key**.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what I see in the UI:

Suggested change
2. In the API Keys section, click **New API key**.
2. In the API keys section, click **Generate new token**.


1. Open [oz.warp.dev/settings](https://oz.warp.dev/settings).
2. In the API Keys section, click **New API key**.
3. Choose the principal:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the UI, this option is labelled "Type"

Suggested change
3. Choose the principal:
3. Choose the type:

5. Click **Create key**.
6. Copy the raw API key and store it securely. **You won't be able to see it again after closing the dialog.**

### From the Warp desktop app
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We usually call this just the "Warp app", right?

Suggested change
### From the Warp desktop app
### From the Warp app

@@ -39,18 +45,19 @@ Team keys without GitHub App authorization are the right fit for automated workf
<figcaption>API key management interface in Warp settings.</figcaption>
Copy link
Copy Markdown
Contributor

@rachaelrenk rachaelrenk May 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not terrible, but this screenshot is outdated (doesn't show "Cloud platform" in the side nav, should recapture in ADE Berry theme for consistency)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch — leaving this for a follow-up PR. Re-capturing the screenshot in the ADE Berry theme (and updating the surrounding "Cloud platform" sidenav layout) requires running the Warp app to take a fresh image, which is outside what I can do from this PR alone. I'll file a follow-up to recapture and swap in the new image.

Copy link
Copy Markdown
Contributor

@rachaelrenk rachaelrenk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a suggested rewrite for the API key billing/GitHub authorization section to make it more scannable.

Comment on lines +49 to 57

How a run is billed and which GitHub permissions it gets depend on the type of key.

Warp supports two types of API keys, each with different billing and identity behavior:
**Personal keys.** Runs execute as you. On Build, Max, and Business plans, the credit waterfall is your plan-included credits, then your add-on credits — both scoped to you individually. On Enterprise plans, runs draw from the team-scoped credit pool. Code changes are attributed to your GitHub account.

* **Personal API keys** - Cloud agent runs authenticate as you, just like running an agent from the Warp app or triggering one via Slack or Linear. On Build, Max, and Business plans, runs draw from your plan-included credits, then your add-on credits — both scoped to your individual user. On Enterprise plans, runs draw from the team-scoped credit pool, per your Enterprise contract terms.
* **Team API keys** - Cloud agent runs are not tied to any individual user. On Build, Max, and Business plans, Warp bills the team owner: the owner's plan-included credits, then the owner's add-on credits. With auto-reload off, the request is blocked when both pools are depleted (insufficient credits error). With auto-reload on, usage can trigger a reload on the owner's pool subject to the team-wide monthly spend cap. On Enterprise plans, team API key runs draw from the team-scoped credit pool. When [team GitHub authorization](/agent-platform/cloud-agents/team-access-billing-and-identity/#team-github-authorization) is configured, team key runs can also clone repositories and open pull requests using the Oz by Warp GitHub App.
**Agent keys.** Runs execute as a cloud agent on the team. On Build, Max, and Business plans, Warp bills the team owner: the owner's plan-included credits, then the owner's add-on credits. With auto-reload off, the request is blocked when both pools are depleted (insufficient credits error). With auto-reload on, usage can trigger a reload on the owner's pool, subject to the team-wide monthly spend cap. On Enterprise plans, agent key runs draw from the team-scoped credit pool. For GitHub: when [team GitHub authorization](/agent-platform/cloud-agents/team-access-billing-and-identity/#team-github-authorization) is configured, commits and PRs are opened by the **Oz by Warp** GitHub App. Without team GitHub authorization, agent keys can still run tasks that don't need to write to GitHub (analysis, monitoring, triage).

Team API keys are useful for fully automated workflows, CI/CD pipelines, and scheduled tasks where no specific user context is needed. For the full credit waterfall and how it interacts with add-on credits, see [Access, billing, and identity permissions](/agent-platform/cloud-agents/team-access-billing-and-identity/) and [add-on credits](/support-and-community/plans-and-billing/add-on-credits/).
For the full credit waterfall, see [Access, billing, and identity permissions](/agent-platform/cloud-agents/team-access-billing-and-identity/) and [add-on credits](/support-and-community/plans-and-billing/add-on-credits/).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section is really about how the key type changes attribution, billing, and GitHub credentials. I think it would scan better with a more specific heading and parallel bullets for the two key types.

Suggested change
How a run is billed and which GitHub permissions it gets depend on the type of key.
Warp supports two types of API keys, each with different billing and identity behavior:
**Personal keys.** Runs execute as you. On Build, Max, and Business plans, the credit waterfall is your plan-included credits, then your add-on credits — both scoped to you individually. On Enterprise plans, runs draw from the team-scoped credit pool. Code changes are attributed to your GitHub account.
* **Personal API keys** - Cloud agent runs authenticate as you, just like running an agent from the Warp app or triggering one via Slack or Linear. On Build, Max, and Business plans, runs draw from your plan-included credits, then your add-on credits — both scoped to your individual user. On Enterprise plans, runs draw from the team-scoped credit pool, per your Enterprise contract terms.
* **Team API keys** - Cloud agent runs are not tied to any individual user. On Build, Max, and Business plans, Warp bills the team owner: the owner's plan-included credits, then the owner's add-on credits. With auto-reload off, the request is blocked when both pools are depleted (insufficient credits error). With auto-reload on, usage can trigger a reload on the owner's pool subject to the team-wide monthly spend cap. On Enterprise plans, team API key runs draw from the team-scoped credit pool. When [team GitHub authorization](/agent-platform/cloud-agents/team-access-billing-and-identity/#team-github-authorization) is configured, team key runs can also clone repositories and open pull requests using the Oz by Warp GitHub App.
**Agent keys.** Runs execute as a cloud agent on the team. On Build, Max, and Business plans, Warp bills the team owner: the owner's plan-included credits, then the owner's add-on credits. With auto-reload off, the request is blocked when both pools are depleted (insufficient credits error). With auto-reload on, usage can trigger a reload on the owner's pool, subject to the team-wide monthly spend cap. On Enterprise plans, agent key runs draw from the team-scoped credit pool. For GitHub: when [team GitHub authorization](/agent-platform/cloud-agents/team-access-billing-and-identity/#team-github-authorization) is configured, commits and PRs are opened by the **Oz by Warp** GitHub App. Without team GitHub authorization, agent keys can still run tasks that don't need to write to GitHub (analysis, monitoring, triage).
Team API keys are useful for fully automated workflows, CI/CD pipelines, and scheduled tasks where no specific user context is needed. For the full credit waterfall and how it interacts with add-on credits, see [Access, billing, and identity permissions](/agent-platform/cloud-agents/team-access-billing-and-identity/) and [add-on credits](/support-and-community/plans-and-billing/add-on-credits/).
For the full credit waterfall, see [Access, billing, and identity permissions](/agent-platform/cloud-agents/team-access-billing-and-identity/) and [add-on credits](/support-and-community/plans-and-billing/add-on-credits/).
## How key type affects billing and GitHub access
The key type determines who the run is attributed to, which credit pool is billed, and which GitHub credentials the agent can use.
**Personal API keys**
* Run as you.
* On Build, Max, and Business plans, use your plan-included credits, then your add-on credits. On Enterprise plans, use the team-scoped credit pool.
* Use your GitHub permissions. Code changes are attributed to your GitHub account.
**Agent API keys**
* Run as a cloud agent on your team.
* On Build, Max, and Business plans, bill the team owner: the owner's plan-included credits, then the owner's add-on credits. With auto-reload on, usage can trigger a reload on the owner's pool, subject to the team-wide monthly spend cap. On Enterprise plans, use the team-scoped credit pool.
* Use the **Oz by Warp** GitHub App when [team GitHub authorization](/agent-platform/cloud-agents/team-access-billing-and-identity/#team-github-authorization) is configured. Without team GitHub authorization, agent keys are still useful for tasks that don't need to write to GitHub, such as analysis, monitoring, or triage.
For the full credit waterfall, see [Access, billing, and identity permissions](/agent-platform/cloud-agents/team-access-billing-and-identity/) and [add-on credits](/support-and-community/plans-and-billing/add-on-credits/).

* **Last used** - When the key was last used for authentication
* **Expires at** - The key's expiration date, or "Never" if it doesn't expire
* **Name** The name you assigned when creating the key.
* **Key** A masked suffix (`wk-**xxxx`) to help identify the key.
Copy link
Copy Markdown
Contributor

@rachaelrenk rachaelrenk May 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only see the masked suffix in the desktop app, not the web app.

Comment on lines +86 to +87
* **Created** When the key was created.
* **Last used** When the key was last used for authentication.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see "Created" or "Last used" dates in the Oz web app.

Copy link
Copy Markdown
Contributor

@rachaelrenk rachaelrenk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is much more clear, thanks! Stamping with an approval, but I did leave some comments and suggested edits. I reviewed all copy and compared against the desktop and web app UIs: some of the procedural steps need updated, other suggestions are for readability/style. 🛸

Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com>
agents.mdx:
- Replace em-dash with period in default cloud agent paragraph
- Cross-link CLI and Warp app bullets to Oz CLI and cloud agents quickstart
- Remove ambiguous 'Cloud Mode' term in the Warp app bullet
- Clarify Service accounts section: 'authenticated as a service account'
- Restructure 'Managing cloud agents' with UI-first guidance, endpoint
  table, and separate caller-requirements list

api-keys.mdx:
- Name both key types explicitly ('personal API key' / 'agent API key')
- Update Oz web app procedure to match the live UI:
  - 'Generate new token' button label
  - 'Choose the type:' (matches the 'Type' label in the UI)
- Rename 'From the Warp desktop app' heading to 'From the Warp app'
- Replace 'Billing and GitHub authorization' section with parallel
  bullet lists under a more specific 'How key type affects billing and
  GitHub access' heading
- Split the managed-keys list so masked suffix, Created, and Last used
  are documented as Warp-app-only fields

Sidebar / cross-page consistency:
- Fix sidebar label from 'Agent identities' to 'Agents' so the nav
  matches the renamed page
- Update remaining 'agent identity' / 'Agent identities' references in
  oz-web-app.mdx, overview.mdx, deployment-patterns.mdx, secrets.mdx,
  reference/cli/index.mdx, and reference/cli/federate.mdx to 'cloud
  agent(s)' to match the new terminology

Co-Authored-By: Oz <oz-agent@warp.dev>
Copy link
Copy Markdown
Collaborator Author

@rachaelrenk thanks for the thorough review! Pushed 7ffe967 addressing your comments:

agents.mdx

  • Em-dash → period in the "default cloud agent" paragraph (suggestion applied).
  • Cross-linked the CLI and Warp app bullets to the Oz CLI and cloud agents quickstart, and removed the ambiguous "Cloud Mode" term in the Warp app bullet.
  • Service account section now reads "authenticated as a service account" (suggestion applied).
  • "Managing cloud agents" rewritten with a UI-first lead-in, a compact endpoint table, and a separate "Caller requirements" list (your suggestion applied).
  • Also updated sidebar.ts to use the new Agents label (which is what was driving the stale "Agent identities" preview nav).

api-keys.mdx

  • "Every API key is either a personal API key or an agent API key" (suggestion applied).
  • Web app procedure now matches the live UI: Generate new token button + Choose the type (the UI's "Type" label).
  • "From the Warp desktop app" → "From the Warp app".
  • Replaced the billing section with the parallel bullet layout under "How key type affects billing and GitHub access" (your suggestion applied).
  • Split the Managing API keys field list so masked Key suffix, Created, and Last used are documented as Warp-app-only fields.

Lingering "Agent identities" mentions
While I was at it, I cleaned up the remaining "agent identity" references in oz-web-app.mdx, overview.mdx, deployment-patterns.mdx, secrets.mdx, reference/cli/index.mdx, and reference/cli/federate.mdx to match the new terminology.

Screenshot recapture (api-key-management.png)
Left as a follow-up — replied inline. Recapturing the screenshot in the ADE Berry theme + current "Cloud platform" sidenav layout requires running the Warp app, which I'll do in a separate PR.

Followup pass after Rachael's review: comment 3312118944 normalized the
heading to 'From the Warp app'. Two body sentences still read 'Warp
desktop app' — bring them in line with that wording.

- agents.mdx: 'Warp app' bullet body now says 'the Warp app' instead of
  'the Warp desktop app'.
- api-keys.mdx: 'Deleting API keys' section now says 'the Warp app's
  API Keys list' instead of 'the Warp desktop app's API Keys list'.

Co-Authored-By: Oz <oz-agent@warp.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants