Skip to content

Configure Kiro CLI to publish to the collector

No client-side configuration is required. Enable the transcript source in the collector and nothing inside kiro itself needs to change — Kiro CLI session transcripts are auto-discovered.

Prerequisites

Finish Deploy the collector on the host first. Per-user collector mode is assumed.

What to set on the collector

Add the following to collector.yaml and restart the collector:

sources:
  transcript:
    enabled: true

That's it. transcript.enabled: true auto-watches every canonical AI-CLI transcript directory (Claude Code, Codex, Cursor, Kiro) — no per-host enumeration is required, and roots that don't exist on this host are silently skipped.

Limitations

Kiro's --no-interactive mode does not write a session transcript to disk; only interactive sessions are captured.

See also