Store artifact
artifact_putPersist bounded content to a content-addressed artifact store and return artifact references, preventing large payloads from bloating agent messages.
Instructions
Store bounded content in the content-addressed artifact store. Required fields are taskId, actorId, kind, mimeType, content, encoding, and idempotencyKey. Do not send missionId. Return artifact references instead of copying large content into agent messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| taskId | Yes | ||
| actorId | Yes | ||
| content | Yes | ||
| encoding | Yes | ||
| metadata | No | ||
| mimeType | Yes | ||
| idempotencyKey | Yes |