Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
{
"group": "Computer Use",
"pages": [
"integrations/computer-use/anthropic"
"integrations/computer-use/anthropic",
"integrations/computer-use/openai"
]
},
"integrations/magnitude",
Expand Down
32 changes: 32 additions & 0 deletions integrations/computer-use/openai.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "OpenAI"
---

[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.

## Quick setup with our Computer Use example app

Get started quickly with our Kernel app template that includes a pre-configured Computer Use integration:

```bash
npx @onkernel/create-kernel-app my-computer-use-app
```

Choose `TypeScript` or `Python` as the programming language and then select `CUA Sample` as the template.

Then follow the [Quickstart guide](/quickstart/) to deploy and run your Computer Use automation on Kernel's infrastructure.

## Benefits of using Kernel with Computer Use

- **No local browser management**: Run Computer Use automations without installing or maintaining browsers locally
- **Scalability**: Launch multiple browser sessions in parallel for concurrent automations
- **Stealth mode**: Built-in anti-detection features for web interactions
- **Session persistence**: Maintain browser state across automation runs
- **Live view**: Debug your automations with real-time browser viewing

## Next steps

- Check out [live view](/browsers/live-view) for debugging your automations
- Learn about [stealth mode](/browsers/stealth) for avoiding detection
- Learn how to properly [terminate browser sessions](/browsers/termination)
- Learn how to [deploy](/apps/deploy) your Computer Use app to Kernel