Store Artifact
artifact.putStore content with SHA-256 addressing, optional compression, and TTL. Returns a unique artifact ID for retrieval.
Instructions
Content-addressed storage with SHA-256, compression, TTL. Returns artifact ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pin | No | ||
| ttl | No | TTL in seconds (0 = forever) | |
| tags | No | ||
| content | Yes | Content to store (text or base64) | |
| compress | No | ||
| redacted | No | ||
| sensitive | No | ||
| contentType | No | text/plain |