Kiro CLI Setup
Kiro CLI is Amazon's AI coding CLI with built-in ACP support — no adapter needed.
Install and Configure
Install Kiro CLI by following the instructions at kiro.dev. Once installed, the binary is named
kiro-cli.Find the installation path:
bash
which kiro-cli
# Example output: /usr/local/bin/kiro-clicmd
where.exe kiro-cli
# Example output: C:\Users\Username\.kiro\bin\kiro-cli.exeOpen Settings → Agent Console. Switch to the Kiro CLI section.
Configure:
- Path:
kiro-cli(works in many cases via login shell PATH; or set the full path from step 2, or click Auto-detect) - Arguments:
acp(set by default)
- Path:
Authentication
Run Kiro CLI in your terminal to trigger its sign-in flow:
bash
kiro-cliFollow the browser-based login. That's all — the Kiro CLI section has no API key field; Agent Console reuses the cached credential from your local Kiro config.
TIP
Kiro CLI natively supports ACP, so no additional adapter is required. Just point Agent Console at the kiro-cli binary and you're set.
Verify Setup
- Click the robot icon in the ribbon or use the command palette: "Open chat view"
- Switch to Kiro CLI from the agent dropdown in the chat header
- Try sending a message to verify the connection
Having issues? See Troubleshooting.