
Changelog
Oct 20, 2025
Memory v0.4 Release
Memory v0.4 introduces a fully documented API for creating, reading, updating, deleting, and analyzing persistent AI memory. Developers can now directly manage long-term memory objects for each assistant, with immediate database and vector-store synchronization.
Available Endpoints
Function | Method | Endpoint | Description |
|---|---|---|---|
Get All Memories |
|
| Retrieves all memories for a specific assistant. |
Add Memory |
|
| Adds a new memory to the assistant. Supports |
Get Memory by ID |
|
| Retrieves a specific memory object. |
Update Memory |
|
| Updates the content or metadata of a specific memory. Updates propagate to both DB and vector store. |
Delete Memory |
|
| Permanently deletes a memory from the database and vector store. |
Get Memory Stats |
|
| Returns statistics and limits related to the assistant’s memory usage. |
Get Memory Operation Status |
|
| Tracks the status of memory operations (add, update, delete) asynchronously. |
What’s New in v0.4
Unified vector-store and database updates for every memory operation.
Enhanced metadata schema for richer contextual associations.
Operation-level tracking (
/operations/{operation_id}) for large memory updates.Streamlined error handling and validation across all memory routes.
Next Steps
Developers can explore the updated API reference at app.backboard.io/api/docs and start experimenting with Memory v0.4 via their assistant IDs.
Changelog

