Artifacts
Artifact creation, retrieval, manifests, and download/reconcile workflows.The sidebar labels inside this family are the literal calls you make over HTTP. Descriptions stay in the body so the navigation stays sharp and scannable.
Operations in this family
GET /v1/artifacts
List canonical artifacts for the current organization
POST /v1/artifacts
Create and persist a derived artifact bundle
GET /v1/artifacts/{artifact_id}
Fetch persisted artifact metadata
GET /v1/artifacts/{artifact_id}/download
Download or redirect to the persisted artifact payload
GET /v1/artifacts/{artifact_id}/export
Export an artifact as structured JSON or a markdown-oriented download envelope
GET /v1/artifacts/{artifact_id}/manifest
Fetch the structured manifest for a persisted artifact
POST /v1/artifacts/{artifact_id}/reconcile
Reconcile artifact metadata with object storage and upload if needed
GET /v1/artifacts/summary
Return artifact lifecycle counts by kind, status, and storage mode