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
Slack
Discord
Telegram
Teams
Webex
WeCom
WeChat (Weixin)
CLI reference
Apps
ConfigurationSecurityTroubleshooting

Web - Preview

Setup & First RunIdentity Center
Connect your repositories
Working with the agent
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. Crew
  3. Interfaces
  4. Slack

Slack


Slack is the most full-featured messaging channel. Every DM thread is an isolated session with streaming replies, interactive Block Kit approval buttons, file/image/voice handling, and bidirectional sync with the dashboard.

Slack connects outbound via Socket Mode — no public URL, no inbound webhooks. It works from any machine that can reach slack.com.

Setup

From the dashboard (recommended)

  1. Open Settings → Channels → Slack in the dashboard
  2. Click Connect — the panel shows a one-click URL to create the Slack app with all scopes pre-filled
  3. Follow the guided steps: create the app, generate the App Token (Socket Mode → toggle OFF then ON → connections:write → Generate), install to workspace, copy the Bot Token
  4. Paste both tokens and your Slack Member ID into the dashboard panel
  5. Click Save — the gateway restarts and connects

The dashboard validates tokens immediately and shows a green status badge when connected.

From the CLI

bash
kirocrew manifest --url # opens Slack's "Create New App" page with scopes pre-filled kirocrew setup # prompts for App Token, Bot Token, and Member ID kirocrew doctor # verify kirocrew restart

Or write tokens directly to ~/.kiro/crew/.env:

SLACK_APP_TOKEN=xapp-… SLACK_BOT_TOKEN=xoxb-… KIROCREW_OWNER_ID=U0…
Info

Your Member ID is per-workspace. If you install the app in a different workspace, use the ID from that workspace.

Owner lock

The Slack gateway is locked to KIROCREW_OWNER_ID. Only your Slack Member ID can interact with the bot. Non-owner messages are silently dropped.

Interactive tool approval

When a tool call needs approval, Block Kit buttons appear inline:

  • Approve / Reject — racing with the dashboard (first wins)
  • Trust this command — session-scoped, exact match
  • Trust this tool — session-scoped, any args
  • YOLO — global 30-min auto-approve

Slash commands

CommandPurpose
/kirocrew dashboard [duration]Presigned dashboard link (default 1h, max 6h)
/kirocrew yoloToggle auto-approve
/kirocrew agent [name]Show/switch active agent
/kirocrew channelsChannel management modal
/kirocrew sessionsList sessions with resume buttons
/kirocrew helpList all sub-commands

The command name is configurable via slack.command (default: kirocrew).

Bang commands (owner-only)

CommandPurpose
!dashboard [duration]Presigned dashboard link
!yolo on|offToggle auto-approve
!agent <name>|offSwitch/clear agent
!ta <agent>|offThread-only agent override
!stopInterrupt current turn
!compactCompact session context

Keyword commands

CommandPurpose
statusRuntime stats
spawn <task> / bg <task>Subagent (blocking / fire-and-forget)
spawn listList subagents
cron list / cron remove <id>Manage crons
sessionsList recent sessions
run <path>Run a task spec

Channel modes

Beyond DMs, Crew can join group channels in three modes:

ModeBehavior
mentionRespond only when @-mentioned; 50-msg rolling context (5-min TTL, in-memory)
observeSilent unless @-mentioned; 200-msg context (1-week TTL, disk-persisted)
offIgnore the channel

Only messages from authorized users are recorded in observe mode.

Dashboard ↔ Slack sync

The dashboard's 💬 button links a chat session to a Slack thread:

  • A new thread appears with a summary of recent messages
  • Messages sync bidirectionally in real time
  • The sessions command lists recent sessions with ▶️ Resume buttons

Reactions

Phase-aware emoji reactions: queued → thinking → coding → done. Customize:

json
{ "slack": { "reactions": { "done": "sparkle", "thinking": "brain" }, "reactions_enabled": true } }

Set a phase to null to suppress it. Set reactions_enabled: false to disable all.

Files and images

  • Images → ACP vision channel
  • Text files → inlined
  • Voice memos → transcribed automatically
  • Binary files → file_send tool call

Home Tab

Block Kit view with live system status, cron jobs, active sessions, and recent lessons.

Configuration

Credentials in ~/.kiro/crew/.env:

SLACK_APP_TOKEN=xapp-… SLACK_BOT_TOKEN=xoxb-… KIROCREW_OWNER_ID=U0…

Settings in config.json:

KeyDefaultPurpose
slack.command"kirocrew"Slash command name
slack.reactions_enabledtruePhase emoji reactions
slack.reactions(defaults)Per-phase overrides
slack.allowed_enterprise_ids[]Enterprise Grid allowlist (empty = all)

Troubleshooting

ProblemFix
Install App button greyed outUse Features → OAuth & Permissions → Install to Workspace
No events receivedVerify Socket Mode ON, events subscribed, Home Tab enabled, reinstall
missing_scope errorAdd scope, reinstall, re-run kirocrew setup
Bot doesn't respondCheck kirocrew doctor; confirm gateway running
Dashboard shows 403Token expired — !dashboard for a fresh link
Page updated: August 4, 2026
Interfaces
Discord