Skip to content

Commit fb5679c

Browse files
committed
docs: add Computer Use (OpenAI) integration guide
1 parent 758d73b commit fb5679c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "Computer Use (OpenAI)"
3+
---
4+
5+
[Computer Use](https://platform.openai.com/docs/guides/computer-use) 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` as the programming language and then select `Computer Use (OpenAI)` 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)