Skip to content

Commit 715fac2

Browse files
committed
docs: rename Linux Desktop use case to Computer Use
Reframe the use case around what the AI agent does (computer use) rather than the underlying infrastructure (Linux desktop).
1 parent 23c69a0 commit 715fac2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{
4646
"group": "Use cases",
4747
"pages": [
48-
"docs/use-cases/linux-desktop"
48+
"docs/use-cases/computer-use"
4949
]
5050
},
5151
{
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Linux Desktop"
3-
description: "Build AI agents that control virtual Linux desktops using OpenAI Computer Use API and E2B Desktop sandboxes with real-time visual feedback."
2+
title: "Computer Use"
3+
description: "Build AI agents that interact with virtual desktops using OpenAI Computer Use API and E2B Desktop sandboxes with real-time visual feedback."
44
icon: "desktop"
55
---
66

7-
This guide is a demo version of [E2B Surf](https://github.com/e2b-dev/surf), an open-source AI agent that controls a virtual Linux desktop. Try the [live demo](https://surf.e2b.dev).
7+
This guide walks you through building an AI agent that can see and control a virtual Linux desktop — clicking, typing, scrolling, and navigating applications autonomously. It's based on [E2B Surf](https://github.com/e2b-dev/surf), an open-source computer use agent. Try the [live demo](https://surf.e2b.dev).
88

99
## Related Guides
1010

0 commit comments

Comments
 (0)