Skip to main content

Artifacts

Artifacts is the generated-output layer of your Agent: documents, structured files, and reports produced by Subagents and tools.

How to get there: Agent → Artifacts


Why Artifacts matters

Artifacts helps teams:

  • verify operational output quality,
  • audit what was generated and why,
  • reproduce workflow issues,
  • hand off outputs to downstream users/systems.

Browsing and discovery

Use:

  • Search to find outputs by name
  • Infinite scroll for large histories
  • File cards for quick metadata scan

Artifacts list and details action


Preview behavior by file type

File typePreview mode
JSONformatted viewer
PDFembedded PDF viewer
CSV/XLSXtable/grid view
Imagesinline preview
DOCXdocument-style preview

Artifact preview-1 Artifact preview-2


Traceability with Chat History

For each artifact, open Chat History to see the conversation context that created it.

This is essential for:

  • explaining unexpected outputs,
  • debugging extraction/report logic,
  • validating user-request alignment.

Artifact chat history


Operational workflow

  1. Identify artifact from list/search
  2. Preview output for correctness
  3. Open chat history for provenance
  4. Fix prompt/tool/subagent config if needed
  5. Retest and regenerate

Key points

  • All Subagent outputs appear automatically
  • Artifacts persist across sessions and versions
  • Artifacts + Chat History provide full audit trail

Best practices

  • Standardize naming patterns for generated outputs
  • Verify high-impact outputs before external delivery
  • Use artifacts in QA sign-off for new workflows
  • Keep an internal checklist per artifact type (e.g., report fields, file schema)