Public Beta — Free to Start

One identity.
Every install.
The same memory.

Spin up a new deployment, switch providers, or ship v2 and your agent starts from zero. Agent Imprint gives it a cryptographic identity and portable, encrypted memory that any new install can reclaim — so knowledge follows the agent, not the box it happened to run in.

TypeScript SDK
import { AgentImprint } from '@agentimprint/sdk';

const imprint = new AgentImprint({ apiKey: process.env.IMPRINT_KEY });

// Your agent wakes up. Restore what it knew.
const vault = await imprint.vault('support-agent-v2');
const memories = await vault.recall({ limit: 20 });

// Agent learns something new? Save it.
await vault.store({
  type: 'lesson',
  content: 'Customer X prefers email over Slack for updates',
  confidence: 0.95
});
// Encrypted. Signed. Verifiable. Yours.

The Problem

  • Your agent explains itself to the same user for the 50th time
  • You stuff context into system prompts and pray it fits the window
  • Your agent learns a lesson in one session and forgets it in the next
  • Switching models or platforms means starting memory from scratch

With Imprint

  • Agents recall user preferences, past decisions, and learned lessons
  • Structured memory that loads what's relevant, not everything
  • Knowledge compounds across sessions — your agent gets better over time
  • Portable memory with cryptographic identity — switch providers freely

Five Minutes to Memory

You've built the agent. Now give it a brain that doesn't reset.

1

Create a Vault

One API call. Your agent gets an encrypted, isolated memory store with its own cryptographic identity. No infrastructure to manage.

2

Store What Matters

Lessons, preferences, facts, procedures — write them as structured ImprintML entries. Everything is encrypted client-side before it leaves your machine.

3

Recall on Demand

Next session, next deployment, next platform — your agent picks up where it left off. Search memories semantically or discover shared knowledge across agents.

Why Not Just Use a Database?

You could. But then you're building encryption, identity, versioning, search, and audit trails yourself. We did that so you don't have to.

ImprintML Format

Not just key-value pairs. Structured memory types — lessons, heuristics, facts, preferences, procedures — designed for how agents actually think and retrieve context.

Zero-Knowledge Encryption

AES-256-GCM encryption happens in your environment before data touches our servers. We can't read your agent's memories. Nobody can — except your agent.

Agent Identity

Every agent gets an Ed25519 cryptographic fingerprint. Deploy v2, v3, v10 of your agent — it always proves who it is and can reclaim its memories.

Cross-Agent Discovery

Your support agent learned something your sales agent needs? Opt-in cross-vault discovery lets agents share knowledge across your org — without breaking isolation.

Tamper-Proof Audit Trail

Merkle-tree verified logs for every memory write. Know exactly what your agent learned, when, and prove nothing was modified after the fact. Compliance teams love this.

TypeScript SDK

npm i @agentimprint/sdk and go. Full type safety, works in Node.js, Deno, and browsers. REST API also available for any language.

Cross-Harness MCP Server

npm i @agentimprint/mcp — plug your agent's memory straight into Claude, Cursor, and any MCP-compatible client. Same vaults, no glue code.

Built to Outlive

Durable, S3-backed storage with Merkle-verified restore — plus recovery escrow and a dead-man's switch, so your agent's memory survives a provider, a platform, or you.

Self-Custody Export

Export your entire vault and cryptographically verify it's complete and untampered. Your memory is yours to take — no lock-in, ever.

From the Blog

Deep dives on agent memory — what it is, why it matters, and how to build it.

View all posts

Start Free. Scale When You're Ready.

The free tier is real — 100 MB of encrypted memory and 60 requests/minute, no card required. Move up when your agents need more room and throughput.

Free

Build your prototype. No card required.

$0 /month
  • Encrypted vaults, SDK + MCP
  • 100 MB storage
  • 60 requests/min
  • Community support
Get Started
Most Popular

Builder

For your first agent in production.

$29 /month
  • Everything in Free
  • 1 GB storage
  • 300 requests/min
  • Email support
Get Started

Team

For a fleet of agents at scale.

$99 /month
  • Everything in Builder
  • 10 GB storage
  • 1,000 requests/min
  • Priority support
Get Started

Enterprise

Maximum headroom and guarantees.

$299 /month
  • Everything in Team
  • 100 GB storage
  • Unlimited request rate
  • SLA & dedicated support
Get Started

Need dedicated infrastructure or custom limits beyond Enterprise? Talk to us.

Give Your Agent a Memory That Outlives the Install

Create your first vault in under 5 minutes. Free tier, no card, no sales call.

Talk to us

Questions about self-hosting, enterprise limits, or whether Imprint fits your stack? Send a note and it lands straight in our inbox.