Resources
Changelog
v0.1.0 (January 15, 2026)
Databaset public launch
Features
- Node.js SDK (
@databaset/sdk) - Python SDK (
databaset-sdk) - REST API v1 (
/v1/memories) - Semantic recall with auto-chunking
- Dashboard with apps, keys, and memory explorer
- Free tier (10K memories/month)
SDK example
import { Memory } from '@databaset/sdk'
const memory = new Memory()
await memory.store({ userId: 'u1', text: 'Hello Databaset!' })Coming soon
- Webhooks for memory events
- GraphQL API
- Ruby and Go SDKs
- Memory versioning and audit log