fleet-memory/hindsight-docs/blog/2026-03-11-hindsight-cloud-api-key-management.md
Ben 0ad6ee3156
Blog: Adding Long-Term Memory to LangGraph and LangChain Agents (#637)
* Add blog post: Adding Long-Term Memory to LangGraph and LangChain Agents

* blog: update langgraph post date to 2026-03-24 and add cover image

* blog: fix claude-code-telegram filename to match frontmatter date (2026-03-25)

* blog: set claude-code-telegram date to 2026-03-23

* blog: fix date timezone offset by adding T12:00 to all post dates

* ci: trigger fresh CI run

* blog: fix broken docs link (routeBasePath is /)
2026-03-24 13:51:27 -04:00

1.8 KiB

title authors date tags hide_table_of_contents
What's New in Hindsight Cloud: Programmatic API Key Management
benfrank241
2026-03-11T12:00
hindsight-cloud
release
api
true

Hindsight Cloud 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.

What You Can Do

  • 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

Why This Matters

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.

Combined with bank-scoped API keys (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.

Get Started

Programmatic API key management is available now in Hindsight Cloud. Create a key with the Key Creator capability to start provisioning child keys via the API.