Skip to content
Fresh

Hindsight Cloud Documentation

Hindsight is a persistent memory system for AI agents built by Vectorize.io. It enables agents to store, search, reason over, and pre-compute reflections from memory — making them contextually aware across sessions.

Source

This documentation is sourced from docs.hindsight.vectorize.io and organized as an SOP reference site with RAG chat.

Core Concepts

ConceptWhat It Does
Memory BanksIsolated containers for memories with profile, settings, and disposition traits
RetainStore and process natural language content into categorized memories
RecallSearch memories using TEMPR multi-strategy retrieval (semantic, keyword, graph, temporal)
ReflectAI-powered reasoning over memories with confidence scores and citations
Mental ModelsPre-computed cached reflections that auto-refresh as memories evolve

Architecture Flow

SDKs

bash
# Python
pip install hindsight-client

# TypeScript / JavaScript
npm install @vectorize-io/hindsight-client

API Base URL

https://api.hindsight.vectorize.io

Authentication: Authorization: Bearer your-api-key (keys start with hsk_)