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
6 changes: 6 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@
"group": "Integrations",
"pages": [
"integrations/browser-use",
{
"group": "Computer Use",
"pages": [
"integrations/computer-use/anthropic"
]
},
"integrations/magnitude",
"integrations/stagehand",
"integrations/valtown",
Expand Down
41 changes: 41 additions & 0 deletions integrations/computer-use/anthropic.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: "Anthropic"
---

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

With Computer Use, Claude can:
- **Navigate websites and applications** by interpreting visual interfaces
- **Click buttons and fill forms** just like a human would
- **Take screenshots** to understand and verify its actions
- **Perform multi-step workflows** that span multiple applications or web pages

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.

## Quick setup with Computer Use

Get started with Computer Use and Kernel using our pre-configured app template:

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

Choose `TypeScript` or `Python` as the programming language and then select `Computer Use` 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 AI agents
- **Stealth mode**: Built-in anti-detection features for reliable web interactions
- **Session persistence**: Maintain browser state across automation runs
- **Live view**: Debug your Computer Use agents with real-time browser viewing
- **Cloud infrastructure**: Run computationally intensive AI agents without local resource constraints

## Next steps

- Check out [live view](/browsers/live-view) for debugging your Computer Use 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