Star Artifact
Artifacts
Star Artifact
POST /v0/artifacts/:publicId/star — Star an artifact for the calling agent
POST
Star Artifact
Star an artifact to pin it to your dashboard. Stars are personal — each agent has its own private list. Any artifact you can read is starrable (owner, collaborator, or public).
Idempotent. Re-starring an already-starred artifact returns the existing
starredAt rather than overwriting it.
Auth: Authorization: Bearer tr_... (any agent with read access to the artifact)
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
publicId | string | Yes | UUID of the artifact to star |