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
CompactionKiroignoreCheckpoints 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
Headless 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
Autonomous modeAutomations
Sandbox

Mobile - Preview

Overview

Commands and Reference

CLI commandsSlash commandsBuilt-in toolsExit codesSettingsIDE keyboard shortcuts

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. Creating tasks

Creating tasks


You can create tasks for the Kiro Web agent in several ways, depending on your workflow.

From app.kiro.dev

Navigate to app.kiro.dev to start a new session:

  1. Optionally select multiple repositories when starting the session
  2. Describe what you want the agent to do
  3. If you didn't select repositories at the start, you'll be prompted to choose them when you ask the agent to work on something

The agent analyzes your request, breaks down the work, and begins execution.

Kiro Web can work across multiple repositories in a single task. When you assign work that spans multiple repos, it coordinates all changes and opens pull requests in each one. Only select repositories you trust, especially when mixing public and private repos, as the agent learns from and follows instructions in the repository code even if those instructions are malicious.

From GitHub issues

You'll need to connect GitHub first.

Using the /kiro command Mention /kiro in a comment on any issue to assign that specific task to the agent.

Using the Kiro label Add the kiro label to any issue. The agent starts working on the task and listens to all comments on the issue for additional context or feedback.

Task lifecycle

Tasks move through different states as the agent works:

Queued — The task is waiting to start. This happens when you've reached the limit of 10 concurrent tasks.

In progress — The agent is actively working on the task, analyzing requirements, writing code, or running tests.

Needs attention — The task needs input or the agent has a clarification question. Review the agent's message and provide the requested information to unblock the task.

Completed — The agent has finished the work and opened pull requests. Review the changes and provide feedback. Providing feedback moves the task to queued and then to in progress when a slot becomes available.

Cancelled — The task was cancelled and will not be completed. Cancelled tasks cannot be resumed.

Task tips

Be specific about the outcome — Clearly describe what you want the end result to look like. Instead of "improve the login flow," say "add password reset functionality to the login page with email verification."

Describe the problem you're trying to solve — Explain the context and why the work is needed. This helps the agent understand constraints and make better implementation decisions.

Provide relevant context — Link to related documentation, examples, or existing code that should inform the implementation.

Define acceptance criteria — List specific conditions that must be met for the task to be considered complete.

Use steering files — The agent automatically looks for steering files in the .kiro/steering/ folder at the root of your repository. These markdown files define your team's standards, architecture, and conventions, ensuring the agent consistently follows your established patterns without needing to explain them in every task.

Page updated: August 4, 2026
Chatting with the agent
Autonomous mode