Skip to content

Commit 220851e

Browse files
benfrank241claude
andauthored
doc: What's New in Hindsight Cloud — Programmatic API Key Management (#543)
* doc: What's New in Hindsight Cloud — Programmatic API Key Management --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5b360c8 commit 220851e

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "What's New in Hindsight Cloud: Programmatic API Key Management"
3+
authors: [benfrank241]
4+
date: 2026-03-11
5+
tags: [hindsight-cloud, release, api]
6+
hide_table_of_contents: true
7+
---
8+
9+
[Hindsight Cloud](https://ui.hindsight.vectorize.io/signup) now supports programmatic API key management. API keys with the **Key Creator** capability can create, list, and revoke bank-scoped child keys via the API — no admin or UI access required.
10+
11+
<!-- truncate -->
12+
13+
## What You Can Do
14+
15+
- **Create child keys** — provision short-lived, least-privilege keys scoped to specific banks
16+
- **Bank scope enforcement** — child keys can only access banks within the parent key's scope
17+
- **Expiration constraints** — child keys cannot outlive their parent
18+
- **Cascade revocation** — revoking a parent key automatically revokes all of its children
19+
- **Immutable children** — programmatically created keys cannot have their bank scope edited; revoke and recreate instead
20+
- **Audit trail** — all key creation, revocation, and scope changes are logged with actor identity
21+
22+
## Why This Matters
23+
24+
If you're running a multi-tenant setup — one memory bank per customer, per agent, or per environment — you no longer need to manage keys through the dashboard. Your application can provision scoped keys on the fly, rotate them on a schedule, and revoke them instantly when access should end.
25+
26+
Combined with [bank-scoped API keys](/blog/2026/03/09/hindsight-document-upload#what-else-is-new) (released March 9), this gives you a complete least-privilege key hierarchy: a parent key with Key Creator capability manages child keys that are each locked to specific banks.
27+
28+
## Get Started
29+
30+
Programmatic API key management is available now in [Hindsight Cloud](https://ui.hindsight.vectorize.io/signup). Create a key with the Key Creator capability to start provisioning child keys via the API.

0 commit comments

Comments
 (0)