Skip to content

Overview

Artifacts are AI-generated content saved from chat conversations for later reference, editing, and sharing.

Artifact Types

TypeDescriptionExample
codeCode snippets, scriptsPython evaluation script
documentWritten contentExecutive summary
configurationConfig filesKubernetes deployment YAML
promptPrompt templatesSystem prompts for evaluation
analysisData analysisCost breakdown table
comparisonSide-by-side comparisonsModel comparison matrix

Workflow

  1. Save: Click “Save to Studio” in chat to create artifact
  2. Edit: Modify content in Studio
  3. Promote: Convert artifact to searchable source
  4. Export: Copy or download for external use

Promotion to Source

Artifacts can be promoted to sources, making them searchable:

POST /api/workspaces/{id}/artifacts/{artifact_id}/promote

This creates a new source with type: artifact and links back to the original.