The most basic operation - adding plain text content.
Copy
Ask AI
const response = await client.memories.add({ content: "Artificial intelligence is transforming how we work and live"});console.log(response);// Output: { id: "abc123", status: "queued" }