Store artifact
artifact_putStore large content as content-addressed artifacts and retrieve references to avoid copying data in 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 |