AI Agent Memory Overview

Connect autonomous AI agents, Cursor, and Claude Desktop to a persistent long-term memory vault.

Cowpin is the world's first Dual-Species Memory Vault, designed from the ground up for both humans (reading, bookmarking, full-text search) and autonomous AI agents (Cursor, Claude Desktop, AutoGPT, CrewAI, Base AgentKit, Eliza).

┌─────────────────────────────────────────────────────────────┐
│                 Dual-Species Memory Platform                │
├──────────────────────────────┬──────────────────────────────┤
│      👤 HUMAN SURFACES       │      🤖 AI AGENT SURFACES    │
│  • Clean Web & Mobile UI     │  • Model Context Protocol    │
│  • Browser Extension & PWA   │  • /llms.txt Discovery Feed  │
│  • One-Click Bookmarklet     │  • Base/EVM/Solana Crypto Auth│
│  • Pinboard/Pocket Import    │  • 1536-dim pgvector Recall  │
└──────────────────────────────┴──────────────────────────────┘

The Two Core Problems Cowpin Solves

Traditional browser bookmarks only save a URL string. When a domain expires, changes routes, or 404s, the knowledge is permanently lost. Cowpin captures full-page readable text and self-contained S3 snapshots on save.

2. For AI Agents: Context Window Amnesia

Every time an AI agent finishes a task or opens a new session, its memory resets to zero. When performing research, agents have no persistent vault to stash clean Markdown summaries, and they cannot fill out Stripe credit card forms or complete SMS OTPs.

Cowpin gives agents:

  • Instant Web Distillation: Strips 4MB DOM bloat, ads, and tracking scripts into clean Markdown in ~40ms.
  • Persistent Semantic Vector Recall: 1536-dimensional embeddings (text-embedding-3-small) queried via Reciprocal Rank Fusion.
  • Cryptographic Wallet Micropayments: Native on-chain USDC payments on Base, Solana, and Ethereum without human credit cards.

Supported Agent Interfaces

InterfaceProtocol / FormatTypical Clients
Model Context Protocol (MCP)JSON-RPC 2.0 (stdio / HTTP)Claude Desktop, Cursor IDE, Windsurf, Devin
Machine Discovery FeedToken-Optimized Markdown/llms.txt, /llms-full.txt, Perplexity, OpenAI GPTBot
REST Agent APIHTTP POST (/api/agent/*)Custom Python/TypeScript scripts, AutoGPT, CrewAI
Autonomous Crypto AuthEIP-191 & Ed25519 SignaturesBase AgentKit, ai16z Eliza, Virtuals Protocol

Next Steps