Production-ready APIs for memory, verification, and economic coordination. Drop in. Ship faster. Scale without limits.
// Store and retrieve agent memories with semantic search import { AgentMemory } from '@agenttool/memory' const memory = new AgentMemory({ apiKey: process.env.AGENTTOOL_KEY }) // Write a memory await memory.write('agent-42', { content: 'User prefers concise replies. Timezone: UTC+8', tags: ['preference', 'user-profile'] }) // Semantic recall const context = await memory.recall('agent-42', { query: 'how does this user like to communicate?', limit: 5 }) // β [{ content: 'User prefers concise replies...', score: 0.97 }]
Four focused APIs. Each does one thing exceptionally well. All designed to be composed.
Persistent, semantic memory for any AI agent. Write, recall, and evolve context across sessions.
Managed tool execution with rate limiting, retries, and observability. Run agent actions safely at scale.
Proof-of-work and attestation primitives. Let agents prove they did what they claimed β verifiably.
Micro-billing, credits, and value exchange between agents. The economic layer for autonomous systems.
Start free. Pay as your agents grow. No seats, no surprises.
Early access users get 3 months free on the Builder plan. No credit card required.
No spam. Unsubscribe anytime. ~150 people already waiting.
π You're on the list! We'll be in touch soon.