Skip to main content

What's New

Stay up to date with the latest features and improvements to Hindsight Cloud.


May 6, 2026

Constellation Graph View for Memories and Entities

The Memories Data view has a new Constellation visualization that lays out memories and their relationships as an interactive graph, and the Entities view gains a new Relations tab using the same engine to explore entity-to-entity connections.

  • Interactive layout — zoom, pan, and click any node to inspect the underlying memory or entity
  • Color-coded fact types so World Facts, Experiences, and Observations are easy to tell apart at a glance
  • Legend overlay explains each node and edge type

Richer Memories View

The Memories Data view picks up several quality-of-life improvements.

  • Tag filtering — filter memories by one or more tags directly from the view
  • Server-side text search — search across all memories in a bank, not just the current page, via a new q query parameter the UI uses under the hood
  • Memories-ingested chart with a period switcher (24h / 7d / 30d) on the bank stats page so you can see ingestion trends over time
  • Failed-consolidation drilldown — click a failure on the Consolidation card to see exactly which inputs failed and why
  • Empty-state CTA — banks with no memories now surface an Add Document button right in the data view

Mental Models View, Fully Refreshed

The Mental Models view has been rebuilt to surface staleness and observation history.

  • Staleness indicators show when a model is older than the most recent memories that informed it, with a one-click refresh
  • Recall controls let you preview what a model returns and tune its source query without leaving the view
  • Near-fullscreen detail modal with CompactMarkdown previews on each card and an Observation History panel inside the memory detail to trace how a model evolved
  • Directive detail modal in the Think view for inspecting individual directives in context

Operations Dialog Upgrades

The async Operations dialog gets a set of long-requested controls.

  • Retry failed file-extraction operations directly from the row, no need to re-upload
  • Cancel pending operations, both from individual rows and from a new dialog-level Cancel action
  • Task-type filter narrows the list to a single operation kind (consolidation, file extraction, mental model refresh, etc.)
  • Cancelled and Processing status pills for clearer at-a-glance state
  • Load raw and metadata JSON for any operation when you need to debug

Export and Import Bank Templates

The bank Actions menu now includes Export Template and Import Template so you can save a bank's mission, directives, traits, and structural settings as a portable file and apply them to a new bank.

  • One-click export produces a JSON template you can check into version control
  • Import on creation lets you spin up a new bank pre-configured to match an existing one
  • Recover Consolidation action — also new in the Actions menu — re-runs consolidation for a bank when observations have drifted out of sync with the underlying facts

Refreshed Look and Feel

A round of UI primitive updates (cards, tables, status pills, dialogs) gives the entire control plane a tighter, more consistent visual style. Every view that uses these shared components inherits the new look automatically.


March 29, 2026

Multi-Organization Support

You can now create multiple organizations from the organization switcher in the top navigation bar — useful for separating production and development environments or managing distinct projects.

  • Instant switching — click the org name in the header to switch between your organizations at any time
  • One free credit grant per user — welcome credits are tied to your user account, not each organization, so they are only granted once regardless of how many orgs you create

Learn more about creating organizations →

Credit Transfers Between Organizations

Owners can now transfer credits between organizations they own directly from the Billing page — no need to contact support.

  • Instant transfers — credits move atomically; both organizations' balances update immediately
  • Full transaction history — the source org records a transfer_out entry and the destination org records a transfer_in entry, visible on each org's billing page
  • Confirmation step — a confirmation dialog shows the amount and destination before any funds move
  • Owner-only — only users who own both the source and destination organization can initiate a transfer

Learn more about credit transfers →


March 23, 2026

MCP OAuth 2.0 with Dynamic Clients

MCP connections can now use OAuth 2.0 with dynamic client registration instead of relying only on static API keys.

  • Native OAuth flow — Hindsight now handles MCP OAuth approvals directly in the control plane
  • Dynamic client registration — compatible MCP clients can register themselves automatically during setup
  • Browser session reuse — if you're already signed in to Hindsight, authorizing a new MCP client is faster
  • Explicit approval step — every MCP authorization now clearly shows what access you are granting
  • Organization-aware controls — only org admins and owners can approve MCP access

Learn more about MCP setup →


March 10, 2026

Programmatic API Key Management

API keys with the Key Creator capability can now programmatically create, list, and revoke bank-scoped child keys via the API — no admin or UI access required.

  • Create child keys — provision short-lived, least-privilege keys scoped to specific banks
  • Bank scope enforcement — child keys can only access banks within the parent key's scope
  • Expiration constraints — child keys cannot outlive their parent
  • Cascade revocation — revoking a parent key automatically revokes all of its children
  • Immutable children — programmatically created keys cannot have their bank scope edited; revoke and recreate instead
  • Audit trail — all key creation, revocation, and scope changes are logged with actor identity

Learn more about programmatic key creation →


March 9, 2026

Document File Upload

You can now upload files directly to your memory banks. The Add Document dialog supports PDFs, Word documents, PowerPoint presentations, Excel spreadsheets, images, and plain text files.

Choose between two extraction methods when uploading:

  • Standard — Free text extraction using Markitdown, ideal for most text-based documents
  • Enhanced (Iris) — AI-powered extraction with an additional per-token charge, best for images, scanned PDFs, and complex layouts

After uploading, track progress in the Document Operations panel — each operation shows its status (Pending, Completed, or Failed) so you always know where things stand.

Learn more about documents → | View Iris pricing →


March 3, 2026

Bank-Scoped API Keys

API keys can now be restricted to specific memory banks, giving you fine-grained control over which banks each key can access. If a restricted key attempts to access an unauthorized bank, the request is rejected with a 403 error.

  • Create scoped keys — select which banks a key can access during creation
  • Edit restrictions — update bank access on existing keys at any time
  • Enforced everywhere — restrictions apply across all HTTP endpoints and MCP tools

Learn more about bank-scoped keys →


February 13, 2026

MCP Support

Hindsight now supports the Model Context Protocol (MCP), letting you connect your memory banks to any MCP-compatible AI client including Claude Code, Claude Desktop, Cursor, Windsurf, and VS Code.

  • Single-bank mode for dedicated agent memory scoped to one bank
  • Multi-bank mode for agents that need to work across multiple banks
  • 30 tools available including retain, recall, reflect, mental models, directives, memory browsing, documents, operations, and bank management
  • One-click configuration from the Connect page in Hindsight Cloud

Get started with MCP →