Skip to content

Agents > Computer Use

Screenshots and videos in pull requests

Open in ChatGPT ↗
Ask ChatGPT about this page
Open in Claude ↗
Ask Claude about this page
Copied!

Cloud agents automatically attach Computer Use screenshots and video recordings to pull request descriptions, giving reviewers visual proof without extra steps.

When a cloud agent run opens or updates a pull request, the screenshots and video recordings it captured with Computer Use are attached to the PR description automatically. Reviewers get visual proof of the change — a rendered UI state, a recorded flow, a bug reproduction — without leaving the pull request.

  • Screenshots - UI states the agent captures during its Computer Use session. Up to 10 screenshots are attached per pull request.
  • Video recordings - Session recordings the agent produces. See Testing and recordings for how recordings are captured and processed.

Attachment is automatic: once a screenshot or recording artifact is associated with the run, the agent includes it the next time it creates or updates a pull request. You can encourage captures in your prompt — for example, “take screenshots of the before and after states” or “record the flow and attach it to the PR.”

A team-level setting controls how artifacts are attached:

  • Link only (default) - Screenshots and recordings are attached as links to a media page in the Oz web app that shows the single capture. Artifacts stay private: opening a link requires access to the run.
  • Embed - Screenshots render inline as images in the PR description, and recordings are attached as direct download links. To make this work, the attached artifacts are published at stable, publicly accessible URLs.
  • Disabled - No screenshots or recordings are attached to pull requests.

Team admins control the attachment mode from the Admin Panel:

  1. In the Admin Panel sidebar, select your team under Team admin.
  2. Click the Platform tab.
  3. Under Pull request artifact attachments, choose Disabled, Link only, or Embed.

Pull request artifact attachments setting in the Admin Panel Platform tab, with the Disabled, Link only, and Embed options open

The Pull request artifact attachments setting in the Admin Panel.

A pull request isn’t always where the evidence belongs. When an agent posts to Slack, comments on an issue or pull request, updates a Linear issue, or answers you in chat, it can pull shareable links for the screenshots and recordings the run captured and include the relevant ones in that message.

Each link opens a media page in the Oz web app that shows one capture — for example, https://oz.warp.dev/artifacts/ARTIFACT_UID, where ARTIFACT_UID identifies the screenshot or recording. Access is checked when the link is opened, so a link is safe to paste into an external tool: viewers who can’t access the run are asked to sign in and are turned away if they lack permission.

The team attachment mode applies here too:

  • Link only (default) - The agent gets media page links. Captures stay private.
  • Embed - The agent also gets direct image and video URLs, so screenshots and video thumbnails can render inline where the destination supports it. As in pull requests, those URLs are publicly accessible to anyone who has them.
  • Disabled - No links are available, and the agent reports that sharing is turned off for your team.

To ask for this explicitly, tell the agent where the captures should go — for example, “post the screenshots to #eng-releases” or “reply with a link to the recording.”

Pull requests aren’t the only place captures end up:

  • In the conversation - Screenshots and recordings appear as blocks in the agent’s conversation as they’re captured.
  • On the run page - Open the run in the Oz web app to view, play, or download all artifacts the run produced.
  • On a media page - Every attached screenshot or recording also has its own page in the Oz web app for viewing a single capture. See Artifact media pages.