Skip to content

Commit 010a17e

Browse files
Add Computer Use (OpenAI) Guide (#61)
* docs: add Computer Use (OpenAI) integration guide * docs(integrations): add computer-use-openai to docs navigation structure * Moved openai computer use page Moved OpenAI computer use integration to solve merge conflict. * docs(computer-use): update OpenAI URLs and template instructions * docs(computer-use): update documentation link for Computer Use feature --------- Co-authored-by: tembo-io[bot] <208362400+tembo-io[bot]@users.noreply.github.com> Co-authored-by: Daniel Prevoznik <[email protected]>
1 parent 3ad902a commit 010a17e

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@
101101
{
102102
"group": "Computer Use",
103103
"pages": [
104-
"integrations/computer-use/anthropic"
104+
"integrations/computer-use/anthropic",
105+
"integrations/computer-use/openai"
105106
]
106107
},
107108
"integrations/magnitude",
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)