Skip to content

Commit 3ad902a

Browse files
feat: Add Computer Use guide (#62)
* feat: Add Computer Use (Anthropic) integration guide * docs(integrations): update Computer Use docs URL and naming * Small change to add Python * Updated docs.json heirarchy Updated heirarchy in docs.json so computer-use would be a sub-section in integration guides, simplifying the naming conventions used. --------- Co-authored-by: tembo-io[bot] <208362400+tembo-io[bot]@users.noreply.github.com> Co-authored-by: Daniel Prevoznik <[email protected]>
1 parent 758d73b commit 3ad902a

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

docs.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@
9898
"group": "Integrations",
9999
"pages": [
100100
"integrations/browser-use",
101+
{
102+
"group": "Computer Use",
103+
"pages": [
104+
"integrations/computer-use/anthropic"
105+
]
106+
},
101107
"integrations/magnitude",
102108
"integrations/stagehand",
103109
"integrations/valtown",
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "Anthropic"
3+
---
4+
5+
[Computer Use](https://docs.claude.com/en/docs/agents-and-tools/tool-use/computer-use-tool) is Anthropic's groundbreaking capability that enables Claude to interact with computers the way humans do—by looking at screens, moving cursors, clicking buttons, and typing text. This powerful feature allows AI agents to control web browsers, navigate interfaces, and perform complex tasks across applications.
6+
7+
With Computer Use, Claude can:
8+
- **Navigate websites and applications** by interpreting visual interfaces
9+
- **Click buttons and fill forms** just like a human would
10+
- **Take screenshots** to understand and verify its actions
11+
- **Perform multi-step workflows** that span multiple applications or web pages
12+
13+
By integrating Computer Use with Kernel, you can run these AI-powered browser automations on cloud-hosted infrastructure, eliminating the need for local browser management and enabling scalable, reliable AI agents.
14+
15+
## Quick setup with Computer Use
16+
17+
Get started with Computer Use and Kernel using our pre-configured app template:
18+
19+
```bash
20+
npx @onkernel/create-kernel-app my-computer-use-app
21+
```
22+
23+
Choose `TypeScript` or `Python` as the programming language and then select `Computer Use` as the template.
24+
25+
Then follow the [Quickstart guide](/quickstart/) to deploy and run your Computer Use automation on Kernel's infrastructure.
26+
27+
## Benefits of using Kernel with Computer Use
28+
29+
- **No local browser management**: Run Computer Use automations without installing or maintaining browsers locally
30+
- **Scalability**: Launch multiple browser sessions in parallel for concurrent AI agents
31+
- **Stealth mode**: Built-in anti-detection features for reliable web interactions
32+
- **Session persistence**: Maintain browser state across automation runs
33+
- **Live view**: Debug your Computer Use agents with real-time browser viewing
34+
- **Cloud infrastructure**: Run computationally intensive AI agents without local resource constraints
35+
36+
## Next steps
37+
38+
- Check out [live view](/browsers/live-view) for debugging your Computer Use automations
39+
- Learn about [stealth mode](/browsers/stealth) for avoiding detection
40+
- Learn how to properly [terminate browser sessions](/browsers/termination)
41+
- Learn how to [deploy](/apps/deploy) your Computer Use app to Kernel

0 commit comments

Comments
 (0)