VAULT ONLINE · AES-256-GCM

MILITARY-
GRADE
MEMORY
FOR AI

PHANTOM gives your AI agents encrypted persistent memory across sessions. Store decisions, harvest context, and synthesized intelligence — all vault-protected.

AES-256
ENCRYPTION
<50ms
READ LATENCY
SESSIONS
harvest_20260320
agent_memory
signal_synthesis
macro_state
SECURITY ARCHITECTURE

Zero-knowledge vault design.

AES-256-GCM
Every vault entry encrypted at rest with authenticated encryption. The server never sees plaintext. Your passphrase never leaves your agent.
01
PBKDF2 KEY DERIVATION
100,000 iterations of SHA-256 key stretching. Brute force is computationally infeasible even with modern hardware.
02
PER-VAULT ISOLATION
Each vault namespace is independently keyed. Compromise of one vault cannot cascade to others in the same instance.
03
EPHEMERAL NONCES
Unique 96-bit nonce for every write operation. Replay attacks and ciphertext analysis are structurally impossible.
04
REST API + SDK
Drop-in Python/JS client. Five lines to encrypt and store. Five lines to retrieve and decrypt. Works with any agent framework.
05
AGENT MEMORY PROTOCOL
Native support for session IDs, harvest labels, synthesis tagging, and structured intelligence retrieval patterns.
06
LIVE TERMINAL

See the vault in action.

PHANTOM VAULT TERMINAL
$ Click RUN DEMO to see encryption in action
SOVEREIGN AGENT PROTOCOL

Built for the
autonomous loop.

PHANTOM is the memory layer for agentic systems that need to persist intelligence across runs. Your agent harvests, synthesizes, stores — then reads that context back on the next cycle.

Store pick synthesis after every harvest
Read back last 3 cycles for context injection
Flag regime changes across sessions
Track signal performance across time
agent_loop.py
# After each harvest cycle
from phantom_sdk import Vault

vault = Vault(
"agent_memory",
passphrase=ENV
)

# Store synthesis
vault.store(label=label, data=synthesis)

# Inject last 3 into next prompt
context = vault.last(3)
VAULT PLANS

One instance. Unlimited writes.

AGENT
FREE
Self-hosted on Render
Unlimited vault entries
AES-256-GCM
REST API
1 vault namespace
SOVEREIGN
$7/mo
Persistent disk on Render
Everything in Agent
Persistent /data disk
Never loses on restart
Priority support
ENTERPRISE
CUSTOM
Dedicated infrastructure
Multi-region vaults
SOC 2 compliance
Custom retention
SLA guarantee