Skip to main content

What's New

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


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 →