Prerequisites
- A Nebula account at trynebula.ai
- An existing Nebula collection with some stored memories (see Quick Start to create one)
- Python: Python 3.10+ with
pip install nebula-client - JavaScript/TypeScript: Node.js 18+ with
npm install @nebula-ai/sdk
Install
Walkthrough
Export a snapshot from an existing collection
After export, the local snapshot is the canonical copy. Nebula does not retain a server-side copy.
Store memories against your snapshot
Use the same
store_memory method you already know — just pass snapshot instead of collection_id.Next Steps
- Device Memory API — REST endpoint reference
- Device Memory Architecture — Conceptual overview