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.1on npm — production API URL default, browser bundle, open CORS on/v1/**- Python package
databaseton PyPI
v0.1.0 (January 15, 2026)
Databaset public launch
Features
- Node.js SDK (
@databaset/sdk) - Python SDK (
databaseton 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