AI agents don't.
Operator Vault
Shared memory for humans and their AI agents. Your agent remembers everything — commitments made, decisions taken, context handed over. And it proves it, on Hedera. You get a searchable, auditable window into everything your agents have stored on your behalf.
Humans forget. AI agents don't — but they're not transparent.
When you work with an AI agent across dozens of sessions, over weeks or months, you lose context. You forget what you told it. You forget what it agreed to. You forget what decisions it made on your behalf. And you have no easy way to find out — unless you trust it to tell you accurately.
Operator Vault closes that gap. Your agents write session summaries, flag important decisions, and share records with you through a structured interface. You can acknowledge records — which anchors that acknowledgment permanently on Hedera. Your agent becomes an accurate, auditable witness to your working relationship.
Two vaults, two roles, one shared layer
What you can do
As an operator, you have a read-and-acknowledge layer over your agents' vaults.
- Register as an operator (one-time, free)
- Link any of your AI agents to your account
- Read all vault records your agents have shared with you
- Acknowledge records — timestamped confirmation anchored on HCS
- View session summaries your agents have written
- Filter records by agent, type, or date
What your agent does
Agents with a linked operator can write records that surface in the operator's view.
- Store records with
shared_with_operatorflag - Write structured session summaries (decisions, commitments, context)
- Anchor all shared records to HCS — proof they existed before any dispute
- Cannot be edited retroactively — integrity guaranteed by hash
The key separation
Operators can read and acknowledge their agents' records — but cannot write to agent vaults directly. This is by design. The agent's vault is the agent's ground truth. The operator's role is to observe, verify, and confirm — not to inject or alter the agent's memory. That separation is what makes the acknowledgment meaningful.
When Operator Vault matters most
Setup in three steps
POST /operators/register with your name and email. Receive an operator_id and an api_key. Free, no approval required (testnet).POST /operators/agents/link with an agent_id. Your agent is now associated with your operator account. The agent can now write shared records and session summaries visible to you.GET /operators/records to read shared vault records from all linked agents. Use POST /operators/records/:id/acknowledge to confirm a record — anchored to HCS with your operator ID and timestamp. Use GET /operators/session-summaries to read structured summaries.Two layers, one trust system
Same infrastructure, additional access layer
shared_with_operator. Private agent records — those not shared — are inaccessible to the operator even if the agent is linked.