export
Save selected memories as JSON or JSONL files, with optional tag and date filters. Includes a portable format for transferring between Vestige instances.
Instructions
Export memories as JSON or JSONL. Supports tag and date filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Custom filename (not path). File is saved in the active Vestige data directory's exports/ folder. Default: memories-{timestamp}.{format} | |
| tags | No | Filter by tags (ALL must match) | |
| since | No | Only export memories created after this date (YYYY-MM-DD) | |
| format | No | Export format: 'json' (default), 'jsonl', or 'portable' for exact Vestige-to-Vestige transfer | json |