
Written by asad
Last updated 1 month ago
Import Memories
Supported Formats
CSV
Simple spreadsheet format with one memory per row
JSON
Structured format for more complex imports
CSV Format
Your CSV file should have a header row with at least atext column:
bucket: Bucket name to import into (creates if doesn’t exist)created_at: Timestamp for the memory
JSON Format
JSON imports expect an array of memory objects:How to Import
- Open the dashboard and select the target bucket (or use “General”)
- Click the import button in the memory section
- Select your file (CSV or JSON)
- Review the preview showing memories to be imported
- Click Import to add the memories
Duplicate handling: Memories that already exist in your account are automatically skipped during import. You won’t get duplicates.
Bulk Add (Quick Import)
For quick imports without a file, use the bulk add feature:- Open the Add Memory dialog (or press ⌘J / Ctrl+J)
- Paste multiple memories separated by line breaks
- Click Add — each line becomes a separate memory
Export Memories
Export Formats
| Format | Best For |
|---|---|
| CSV | Opening in spreadsheets, simple backups |
| JSON | Programmatic use, re-importing later |
How to Export
- Open the dashboard and select a bucket (or all buckets)
- Click the export button in the memory section
- Choose your format (CSV or JSON)
- Download the file
What’s Included
Exports include:- Memory text content
- Creation timestamp
- Bucket name
- Memory ID
Exporting Specific Memories
To export only certain memories:- Use bulk selection to select the memories you want
- Click Export from the bulk actions bar
- Choose your format and download
Use Cases
Backup
Regularly export your memories as a personal backup. Store the file somewhere safe.Migration
Moving to a new account? Export from the old account and import to the new one.Sharing
Export memories to share with team members or collaborators (manually, for now).Analysis
Export to CSV and analyze your memories in a spreadsheet or data tool.Cross-Tool Use
Export memories to use in other applications or AI tools that accept text imports.Tips
Clean your data before importing
Clean your data before importing
Remove duplicates and fix formatting in your file before importing. It’s easier to clean a spreadsheet than to fix memories one by one.
Use buckets for organization
Use buckets for organization
Include a
bucket column in your CSV/JSON to automatically organize memories during import.Regular backups
Regular backups
Export your memories periodically. It’s your data—keep a copy.
Test with small imports first
Test with small imports first
If importing a large file, try a small sample first to make sure the format is correct.
Limits
| Aspect | Limit |
|---|---|
| Import file size | 5 MB |
| Memories per import | 1,000 |
| Duplicate handling | Automatic skip |