save_asset
Save an image or data to your personal wallet storage. 100MB free per wallet, 500 assets max. ($0.10 / 1 GCX)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Unique name for this asset (e.g., 'my-landscape', 'pipeline-001') | |
| data | Yes | Base64-encoded data (image, JSON, etc.) — max 10MB | |
| wallet | Yes | Your EVM wallet address (0x...) | |
| metadata | No | Optional metadata JSON to store alongside | |
| content_type | No | MIME type | image/png |