export
Export memories to JSON, JSONL, or portable format. Apply tag and date filters to export only selected memories.
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 |