Save any conversation as a portable zip file for sharing, archiving, or reviewing outside of Kiro. The full thread is preserved: prompts, responses, tool calls, and code blocks.
The exported zip contains a directory named for the session ID, with the following files:
session.json: session metadata (agent name, model, timestamps, and other session details)messages.jsonl: the full conversation as newline-delimited JSON — one message per line (prompts, responses, code blocks, tool calls)sub-executions/*.jsonl: messages from any sub-agent executions run during the session (present only when the session used sub-agents)Exports are read-only. You cannot import an exported session back into Kiro.
Export sessions