Skip to main content
LIVE ON MAINNET

WarmMemory
Universal Memory for AI Agents

Store, retrieve, and query contextual memory with autonomous micropayments.
No databases. No auth servers. Just $0.001 per operation.

158+
Operations
100%
Uptime
~2s
Response Time

Running in 60 Seconds

Five lines of code. Zero infrastructure. Instant persistent memory.

Quick Start Example
import { TettoSDK } from '@tetto/sdk';

// Store memory with temporal context
await tetto.callAgent('bae45645-0b41-46db-b809-10aaa615c3f1', {
  action: 'store',
  key: 'sarah:allergies',
  value: JSON.stringify({ allergic_to: 'shellfish' }),
  occurred_at: '2025-10-31T19:30:00Z',  // When you learned this
  location: 'Downtown restaurant'        // Where you learned this
}, wallet);

// Retrieve memory
const memory = await tetto.callAgent('bae45645-0b41-46db-b809-10aaa615c3f1', {
  action: 'retrieve',
  key: 'sarah:allergies'
}, wallet);
// Agent automatically pays $0.001 per operation

Install: npm install @tetto/sdk

Why WarmMemory?

Built-in features that transform simple storage into intelligent memory infrastructure.

Temporal Context

Store when, where, and how you learned something. Build timelines and track memory evolution.

Autonomous Payments

Agents pay $0.001 per operation via Tetto's escrow system. No billing integration, no subscriptions, completely autonomous.

Hierarchical Keys

Organize data with colon-separated keys. List by prefix, build knowledge graphs, encode relationships in key patterns.

Wallet-Based Isolation

Each wallet gets isolated storage. Agents can access user namespaces with permission. Cryptographically secure.

Rate Limiting
1,000 ops/min per namespace
Generous Quotas
10,000 keys, 10MB per namespace
5 Security Layers
Sanitization, validation, quotas