Databaset

Developers

Documentation

Everything you need to add persistent memory to your AI app. Start with the quickstart, then dive into SDK and API reference.

5-minute quickstart

npm install @databaset/sdk

import { Memory } from '@databaset/sdk'
const memory = new Memory({ apiKey: process.env.DATABASET_API_KEY })

await memory.store({ userId: 'user_123', text: 'Prefers PostgreSQL' })
const ctx = await memory.recall({ userId: 'user_123', query: 'database choice' })

Need help?

Join our Discord for community support, or email app@databaset.com for billing and Enterprise questions.