Skip to content

Commit 74490eb

Browse files
authored
Merge branch 'main' into proxy-testing
2 parents 01722e4 + 010a17e commit 74490eb

File tree

3 files changed

+80
-0
lines changed

3 files changed

+80
-0
lines changed

docs.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@
9898
"group": "Integrations",
9999
"pages": [
100100
"integrations/browser-use",
101+
{
102+
"group": "Computer Use",
103+
"pages": [
104+
"integrations/computer-use/anthropic",
105+
"integrations/computer-use/openai"
106+
]
107+
},
101108
"integrations/magnitude",
102109
"integrations/stagehand",
103110
"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
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "OpenAI"
3+
---
4+
5+
[Computer Use](https://openai.com/index/computer-using-agent/) is OpenAI's feature that enables AI models to interact with computers like humans do - through screen observation, cursor movement, and keyboard input. By integrating with Kernel, you can run Computer Use automations with cloud-hosted browsers, allowing your AI agents to navigate websites, fill forms, and interact with web applications autonomously.
6+
7+
## Quick setup with our Computer Use example app
8+
9+
Get started quickly with our Kernel app template that includes a pre-configured Computer Use integration:
10+
11+
```bash
12+
npx @onkernel/create-kernel-app my-computer-use-app
13+
```
14+
15+
Choose `TypeScript` or `Python` as the programming language and then select `CUA Sample` as the template.
16+
17+
Then follow the [Quickstart guide](/quickstart/) to deploy and run your Computer Use automation on Kernel's infrastructure.
18+
19+
## Benefits of using Kernel with Computer Use
20+
21+
- **No local browser management**: Run Computer Use automations without installing or maintaining browsers locally
22+
- **Scalability**: Launch multiple browser sessions in parallel for concurrent automations
23+
- **Stealth mode**: Built-in anti-detection features for web interactions
24+
- **Session persistence**: Maintain browser state across automation runs
25+
- **Live view**: Debug your automations with real-time browser viewing
26+
27+
## Next steps
28+
29+
- Check out [live view](/browsers/live-view) for debugging your automations
30+
- Learn about [stealth mode](/browsers/stealth) for avoiding detection
31+
- Learn how to properly [terminate browser sessions](/browsers/termination)
32+
- Learn how to [deploy](/apps/deploy) your Computer Use app to Kernel

0 commit comments

Comments
 (0)