Loading image...Kiro

Product

  • About Kiro
  • IDE
  • CLI
  • Web
  • Mobile
  • Crew
  • Pricing
  • Downloads

For

  • Enterprise
  • Startups
  • Students

Community

  • Overview
  • Ambassadors
  • Discord
  • Events
  • Powers
  • Shop
  • Showcase

Resources

  • Docs
  • Blog
  • Changelog
  • FAQs
  • Report a bug
  • Suggest an idea
  • Billing support

Social

Site TermsLicenseResponsible AI PolicyLegalPrivacy PolicyCookie Preferences
Loading image...Kiro
  • CLI
  • Web
  • Enterprise
  • Pricing
  • Docs
SIGN INDOWNLOADS
Loading image...Kiro

Get Started

InstallationAuthenticationYour first project

Models

OverviewAvailable modelsReasoning effort

Features

How Kiro works
Specs
Steering
Hooks
MCP
Permissions
Custom agents
Agent Skills
Powers
Cloud sessionsCompactionKiroignoreCheckpoints and rewind
Built-in tools
Configuration scopes

IDE 1.x

What's new in 1.0
Setup & First Run
Editor
Chat
Experimental
Troubleshooting0.x reference

CLI

What's new in 3.0
Setup & First Run
Terminal UI
Chat
Voice modeHeadless modeACPAuto complete
Experimental
2.x reference

Crew

Quick startInstallationRunning 24/7
Chat
Agent Capabilities
Features
Subagents
Scheduling
Artifacts
Multi-instance
Task Runner
Workflows
Memory
Knowledge
Snapshot & restore
Browser
Computer Use
Interfaces
Apps
System & storageConfigurationSecurityTroubleshooting

Web - Preview

Setup & First RunIdentity Center
Connect your repositories
Working with the agent
Autonomous modeAutomationsMemory
Sandbox

Mobile - Preview

Overview

Commands and Reference

CLI commandsSlash commandsBuilt-in toolsExit codesSettings

Billing

OverviewManaging your subscriptionUpgrading your planDowngrading your planCancelling your planPurchasing add-on creditsManaging your paymentsManaging usage notificationsManaging your taxesContacting billing supportDeleting your accountRelated questions

Enterprise

ConceptsOnboarding quickstart
Connecting your identity provider
Deployment optionsSubscribe your teamManage subscriptions
Governance
Monitor and track
SettingsManaged updatesBillingIAMSupported regions

Privacy and Security

OverviewData protectionCode referencesCompliance validationInfrastructure securityIAM permissionsFirewalls, proxies, and data perimetersVPC endpoints (AWS PrivateLink)

Guides

Overview
Language support
Learn by playing

Migration

Migrating from Q DeveloperMigrating from VSCodeUpgrading from Q CLI
  1. Docs
  2. Crew
  3. Features
  4. Browser
View as Markdown

Browser

View as Markdown

Crew can drive a real web browser on your behalf: open a page, click, type, fill forms, and capture the page. This reaches work that only exists behind a web UI — checking a deployed site, walking a web console, or reviewing the agent's own front-end changes.

Browsing is powered by Playwright. The agent runs the playwright-cli browser CLI as ordinary shell commands, and Crew owns the install and the dashboard surface that shows the live session.

The Browser panel

The dashboard's Browser panel embeds the browser's own live view: a session grid with a live screencast, a detail view with a tab bar and navigation controls, and full mouse and keyboard input so you can take over a session directly. That handover is the path for a CAPTCHA or a 2FA prompt the agent can't and shouldn't complete — drive it yourself, then hand it back. Press Escape to release input capture.

The agent can navigate, click elements, type into fields, submit forms, and snapshot the page. Ask in chat — "open the staging site and check the login page" — and the panel follows along.

Enabling it

Browsing becomes available once the playwright-cli browser CLI is installed; there's no separate on/off switch. Crew installs it for you:

  • It checks for playwright-cli and Node.js 20 or newer on your PATH.
  • If it's missing, Crew installs the CLI and downloads the browser binary, giving you a progress surface rather than a stall on first use.

Because installing the browser is what grants the capability, having it installed is treated as your consent to let the agent browse. The Settings → Browser surface documents this and is where browser settings live.

Named sessions and your own browser

Sessions are named, so an agent can keep a logged-in context separate from a throwaway one. The agent can also attach to your own running Chrome, operating a browser that already holds your logged-in sessions — the most powerful form of the capability, and worth being deliberate about, since the agent then acts with your existing sign-ins.

Review its own front-end work

When the agent changes a web UI, it can open the result in the browser and judge what it sees, so a front-end change is verified visually in the same turn rather than described and hoped for.

Approvals and safety

Browser actions run as shell commands, so they're governed by the same permission model as any other command:

  • Page-scoped actions run without a prompt — navigating, clicking, typing, and reading the page don't interrupt you.
  • Actions that reach your machine keep interactive approval — for example writing a screenshot to a path, or evaluating arbitrary script.
  • Page content is treated as untrusted. A URL, instruction, or form target read off a page never decides the agent's next navigation, so a malicious page can't steer the session.

The live-takeover view is bound to loopback only; it's never exposed to the network, because it carries full remote input over a browser that may hold your sessions.

Related

  • Computer Use — drive native desktop apps, not just the browser
  • Integrations (MCP) — connect other tools and servers
  • Security — the permission model, denied commands, and audit log
Page updated: August 31, 2026
Snapshot & restore
Computer Use