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
  • 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
Interfaces
Apps
ConfigurationSecurityTroubleshooting

Web - Preview

Setup & First RunIdentity Center
Connect your repositories
GitHub
GitLab
Working with the agent
Chatting with the agent
Creating tasks
File explorer
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
Subscribe 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. Web
  3. Working with the agent
  4. File explorer
View as Markdown

File explorer

View as Markdown

Every Kiro Web session runs in an isolated sandbox with its own workspace. The file explorer lets you look at that workspace directly: browse the file tree, open any file the agent creates or edits, and download files to your machine — without asking the agent to print them.

Open files from the conversation

When the agent references a workspace file by its full sandbox path, the path renders as a link in prose and inline code. Select it to open the file explorer with that file loaded — the fastest way to jump from a mention to the actual contents. Paths inside fenced code blocks aren't linked, and a trailing line number (like :42) is shown but not jumped to.

Browse the workspace

The file explorer panel has two tabs:

  • Files — the session workspace root, shown as an expandable tree. Folders load their contents as you expand them.
  • Artifacts — files the agent has produced as session artifacts.

Right-click a file in the tree and choose Copy file path to copy its path. You can collapse the tree to give the file viewer the full panel width.

View and download files

Selecting a file opens it in the viewer:

  • Code and text files render with syntax highlighting and line numbers.
  • Markdown files open in a rendered preview; switch to View source to see the raw markdown.
  • Images preview inline.
  • Other binary files can't be previewed, but you can still download them.

Use the download button in the viewer header to save the open file to your machine. The viewer refreshes periodically while the agent works, so a file you're watching reflects the agent's latest edits.

Limits

  • Very large files are truncated in the viewer. Truncated images and binaries can't be previewed or downloaded — ask the agent to produce a smaller version, or push the file to your repository instead.
  • The tree has no search or hidden-file toggle yet — expand to the file you need, or open it from a file link in the conversation.
  • Files are downloaded one at a time; there is no whole-workspace download.
  • The explorer shows the session's sandbox workspace, not your local machine. To get changes out of the session, ask the agent to open a pull request, or download individual files.

Related

  • Cloud sessions - where the session workspace lives
  • Sandbox - the isolated environment behind every session
  • Working with the agent - the full Kiro Web experience
Page updated: August 22, 2026
Creating tasks
Autonomous mode