diff --git a/docs.json b/docs.json index 20e0000..a89271b 100644 --- a/docs.json +++ b/docs.json @@ -101,7 +101,8 @@ { "group": "Computer Use", "pages": [ - "integrations/computer-use/anthropic" + "integrations/computer-use/anthropic", + "integrations/computer-use/openai" ] }, "integrations/magnitude", diff --git a/integrations/computer-use/openai.mdx b/integrations/computer-use/openai.mdx new file mode 100644 index 0000000..37d3d2a --- /dev/null +++ b/integrations/computer-use/openai.mdx @@ -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