AWS's agentic IDE and CLI built on spec-driven development, turning prompts into documented requirements, designs, and task lists before agents write code.

Overview

Kiro is AWS’s agentic development environment, built on a contrarian premise: AI already writes code faster than teams can review it, so the bottleneck is trust rather than speed. Instead of turning a prompt straight into a diff, Kiro negotiates a spec with you first — structured requirements, a system design that surfaces architectural trade-offs, and an ordered task list — and only then dispatches agents to implement it. What is left behind is a written record of why the code looks the way it does, which is precisely what code review and audit normally lack after a vibe-coding session.

It ships in three shapes: a desktop IDE for macOS, Windows, and Linux built on Code OSS, so VS Code settings, themes, and Open VSX extensions import during onboarding; a terminal CLI; and a web interface on paid plans. No AWS account is required — you sign in with GitHub, Google, or an AWS Builder ID. Around the spec core sit steering files that encode house coding standards, agent hooks that fire autonomous agents on events such as a file save, persistent memory across sessions, and Model Context Protocol support for wiring in external tools.

Kiro reached general availability in November 2025 and is AWS’s declared successor to Amazon Q Developer, which has stopped taking new signups and reaches end of support in April 2027. Model access spans open-weight options such as Qwen3 Coder Next, DeepSeek v3.2, and MiniMax alongside Claude Sonnet and Opus tiers, routed by default through an Auto mode that picks a model per task.

Billing is credit-metered rather than flat-rate. That is unusually transparent — you can see what each task costs — but harder to budget: Free grants 50 credits a month, Pro is $20 for 1,000, and the ladder runs to Power at $200 for 10,000, with add-on credits at $0.04 each. Kiro fits teams that need AI output to survive review and audit; it fits solo tinkerers less well.

Key Features

  • Spec-driven development: requirements, system design, and sequenced tasks before any code
  • Agent hooks that trigger autonomous agents on events such as file saves or commits
  • Steering files to encode team coding standards and constraints persistently
  • Available as desktop IDE (Code OSS based), terminal CLI, and web interface
  • Model choice across open-weight and premium Claude tiers, with an Auto routing mode
  • MCP support plus cross-session memory for connecting external tools and context

Pricing

PlanPriceFor
Free$050 credits/mo, open-weight models + Claude Sonnet, rate limited
Pro$20/user/mo1,000 credits, premium models, $0.04 add-on credits
Pro+$40/user/mo2,000 credits, heavier daily agentic use
Pro Max$100/user/mo5,000 credits, large codebases and parallel tasks
Power$200/user/mo10,000 credits, maximum throughput
EnterpriseContact salesSSO via IAM Identity Center, usage analytics, consolidated billing

Comparison

Compared to Cursor, Kiro trades inline iteration speed for documented intent — Cursor is the faster editor for tight feedback loops, while Kiro produces a spec artifact your reviewers can actually read. Against Claude Code, both are agentic and terminal-capable, but Claude Code optimizes for autonomous multi-file execution under a flat subscription, whereas Kiro meters credits and gates work behind an approved plan. Next to Windsurf, Windsurf’s Cascade agent keeps you inside a conventional IDE flow, while Kiro’s hooks and steering files target engineering organizations that need governable, repeatable agent behavior.

Compare alternatives

Side-by-side with the 3 closest alternatives.

ToolCategoryPricingVisit
Kiro (this) code, agentsFree $0 · From $20/mo Site ↗
CursorcodeFrom $0/mo Site ↗
Claude Codecode, agentsFrom $20/mo Site ↗
WindsurfcodeFree $0 · From $15/mo Site ↗
Kiro Current

AWS's agentic IDE and CLI built on spec-driven development, turning prompts into documented requirements, designs, and task lists before agents write code.

codeagents
Free $0 · From $20/mo

AI-first code editor with codebase-aware chat, edits, and agent mode. Composer edits across multiple files Read our hands-on review and compare the top AI

code
From $0/mo

Anthropic's agentic coding CLI that writes, runs, and ships code directly from your terminal, IDE, Slack, or the web using Claude models.

codeagents
From $20/mo

Agentic AI IDE (formerly Codeium) with autonomous multi-step coding flows. Agentic coding editor Read our hands-on review and compare the top AI Coding

code
Free $0 · From $15/mo
Editor’s Review
4.2/5
Pros
  • +Spec-first workflow leaves an auditable paper trail behind every AI-written change
  • +Fully published credit pricing, rare in agentic coding tools
  • +Built on Code OSS, so VS Code settings, themes, and Open VSX extensions import cleanly
Cons
  • Credit metering is hard to forecast compared with flat-rate subscriptions
  • Spec ceremony slows down quick prototypes and throwaway scripts
  • Reached general availability only in late 2025; still a young product

Kiro is the most disciplined agentic IDE currently shipping. Forcing a requirements-design-tasks spec before any code lands solves the real problem with AI coding — reviewability — and the free 50-credit tier makes it cheap to judge for yourself. The cost is speed: if you want to iterate loosely on a prototype, Cursor or Claude Code will feel faster, and the credit meter quietly punishes exploratory prompting.

See all reviews →