Overview
Artifacts
Section titled “Artifacts”Artifacts are AI-generated content saved from chat conversations for later reference, editing, and sharing.
Artifact Types
| Type | Description | Example |
|---|---|---|
code | Code snippets, scripts | Python evaluation script |
document | Written content | Executive summary |
configuration | Config files | Kubernetes deployment YAML |
prompt | Prompt templates | System prompts for evaluation |
analysis | Data analysis | Cost breakdown table |
comparison | Side-by-side comparisons | Model comparison matrix |
Workflow
- Save: Click “Save to Studio” in chat to create artifact
- Edit: Modify content in Studio
- Promote: Convert artifact to searchable source
- 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.