Manage artifacts
The dashboard is the primary place to view, search, and manage your artifacts. You can also use the API for automation.Artifact lifecycle
An artifact moves through the following states:pending: metadata exists but the upload has not been confirmed.ready: the file is uploaded and the checksum matches.
| Visibility | Who can download | Set by |
|---|---|---|
private | Members of your organization | Upload or dashboard |
public | Any customer | Dashboard |
Viewing artifacts
In the dashboard at kvcachestore.com/app, the app page lists:- Your organization’s private artifacts.
- Public artifacts from the community.
- Storage usage and quota for the active organization.
Searching and filtering
Use the search bar to filter by name, model, or description. Public artifacts are included in the community catalog once their status isready and visibility is public.
Visibility
Visibility controls who can see and download an artifact.| Visibility | Who can download | Set by |
|---|---|---|
private | Members of your organization | Upload or dashboard |
public | Anyone with the public CDN URL | Dashboard |
- Open the artifact in the dashboard.
- Click Set visibility to public.
Download and consume an artifact
Private artifacts
Members of the owning organization can request a time-limited presigned download URL from the portal:Public artifacts
Public artifacts are served directly from the CDN. The dashboard shows the public URL:Load the KV cache
The downloaded.kv file contains safetensors tensors and a JSON sidecar. Load the tensors into the corresponding layer positions of the same model that produced them, then run generation starting from token position num_tokens. The model reuses the cached context instead of prefill.
Deleting artifacts
Deleting an artifact removes its metadata from the portal. The underlying object in storage may remain until a garbage-collection run. Storage usage is updated immediately.Storage usage
The dashboard showsused_bytes and quota_bytes for the active organization.