Skip to main content

Changelog

All notable changes to the Tensorheart Memory API.

v1.0.0 (2024-01-15)

Added

  • Initial release of the Tensorheart Memory API
  • Memory CRUD operations
  • Query and retrieval
  • Answer generation
  • Memory extraction from text
  • Multi-tenant organization support
  • API key management with scopes
  • Usage tracking and billing
  • Rate limiting by plan tier
  • Python and JavaScript SDKs

API Endpoints

  • POST /v1/memories - Create memory
  • GET /v1/memories - List memories
  • GET /v1/memories/{id} - Get memory
  • PUT /v1/memories/{id} - Update memory
  • DELETE /v1/memories/{id} - Delete memory
  • POST /v1/query - Query memories
  • POST /v1/query/answer - Query with AI answer
  • POST /v1/query/extract - Extract memories
  • GET /v1/account - Account details
  • GET /v1/usage - Usage metrics

Upcoming

Planned Features

  • Webhooks for memory events
  • Batch API for async operations
  • Memory versioning
  • Advanced analytics dashboard

SDK Improvements

  • Go SDK
  • Ruby SDK
  • Java SDK