AWS released Kiro Crew, an open-source orchestration platform for running autonomous, multi-agent engineering workflows across repositories, developer tools, and multiple work sessions. The goal is persistent background work, not just assisted code generation.
What Kiro Crew Does
Rather than waiting for a developer to prompt it, Kiro Crew coordinates multiple AI agents simultaneously, schedules recurring tasks, preserves project context between sessions, and integrates with the tools already in your dev stack. The practical use cases according to AWS: incident investigation, PR monitoring, ticket triage, dependency upgrades, framework migrations, and flaky test cleanup.
AWS Distinguished Developer Advocate Darko Mesaros described it as “an application layer that turns AI coding agents into always-working, self-learning, autonomous teammates.”

Origin and Adoption
The project started inside Amazon as an internal tool called MeshClaw. More than 39,000 Amazon builders adopted it in under six months before AWS open-sourced it.
It ships with persistent memory, multi-agent orchestration, approval workflows, scheduling, sandboxing, signed audit logs, and a web and desktop dashboard. It can run entirely inside customer environments: laptops, containers, or VMs. No AWS account required, no AWS-managed control plane.
Reference Apps Launching With It
- DevFleets: worktree management
- Issue Radar: issue and pull-request triage
- Task Runner: long-running engineering task execution
These are purpose-built interfaces layered on top of Kiro Crew’s orchestration engine, not standalone products.
The Catch
Kiro Crew is built around open standards (ACP and MCP), but at launch it runs on the proprietary Kiro CLI, which is metered by credits. Enterprises running Claude Code, Codex, or Devin will need to build and validate their own connectors before using Kiro Crew as their orchestration layer. Teams already using Kiro can reuse existing .kiro configurations, including steering files, skills, and custom agents, without additional setup.
The platform itself is free. You pay only for the AI coding agents and tools you connect to it. AWS will govern the project through a public steering committee operating under an open governance model.
