Resources

Changelog

v0.1.2 (June 2026)

  • Free plan: 3,000 API calls in your first month only (not monthly after that)
  • Docs, marketing, and dashboard copy updated to match

v0.1.1 (June 2026)

  • @databaset/sdk@0.1.1 on npm — production API URL default, browser bundle, open CORS on /v1/**
  • Python package databaset on PyPI

v0.1.0 (January 15, 2026)

Databaset public launch

Features

  • Node.js SDK (@databaset/sdk)
  • Python SDK (databaset on PyPI)
  • REST API v1 (/v1/memories)
  • Semantic recall with auto-chunking
  • Dashboard with apps, keys, and memory explorer
  • Free tier (3K API calls in first 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