Outputs & Artifacts

Outputs are files and results generated by Kaizen during runs. They are accessible from the chat where they were created and from the central Outputs page.

Viewing Outputs

Go to Outputs (/outputs) to see all artifacts across all runs. You can filter by:

  • All artifacts

  • Final results (the main deliverables)

  • Intermediate files (working files created during execution)

Use the search bar to find specific files by name.

File Types

Kaizen can generate many types of output:

Category
Examples
Icon

Files

PDFs, documents, spreadsheets

Document icon

Scripts

Python, JavaScript, HTML files

Code icon

Data

CSV, JSON, databases

Database icon

Results

Reports, summaries, images

Result icon

Preview & Download

  • Viewable files (HTML, images, PDF, text, JSON) open in a new browser tab for inline preview

  • Other files download directly

  • Each artifact shows its filename, size, category, and creation time

How Artifacts Are Created

Artifacts are created during runs through several mechanisms:

  • file-write tool writes files to the run's artifact directory

  • Plugins that include a files array in their output

  • download-image tool saves images from the web

  • Code pipeline produces tested code outputs

All artifacts are stored on disk in the workspace directory and tracked in the database with metadata.

Last updated