register_creative_asset
Register a creative asset by URI and type to store metadata references for Raven design jobs, enabling local-first asset management.
Instructions
Register a local or remote creative asset for Raven jobs. This is the local-first analog of upload: Raven stores metadata and a URI/path, not the file bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Local path or URL to the asset. | |
| name | No | Human-readable name. | |
| tags | No | Search tags. | |
| type | Yes | Asset type. | |
| metadata | No | Optional non-secret metadata. | |
| description | No | What this asset should be used for. |