Give your agent the ability to remember. Store knowledge, search by meaning, and maintain context across sessions — no vector database to set up, no infrastructure to manage.
Just an IteraTools API key. No database, no embedding model to configure, no vector store to deploy.
Use POST /memory/upsert to save any text as a searchable memory. Each item is embedded and stored under your namespace.
Your agent can keep adding to its memory as it learns. Different keys, same namespace. Memories persist across sessions.
When the user sends a message, search memory for relevant context. Returns top-K results ranked by semantic similarity — not just keyword match.
Pass the retrieved memories as system context to POST /ai/chat. Your agent now responds with full awareness of past interactions.
A minimal but complete memory-aware agent loop in ~30 lines.
A typical agent interaction: store 1 memory + 1 search + 1 chat call.
$1 of credits = 100 full agent interactions with memory. No monthly fees, no minimums.
Each API key can have unlimited namespaces — perfect for multi-tenant apps or separating agent memories by user or session.
Remembers past tickets, user preferences, and product knowledge. Gets smarter over time.
Ingest documents, articles, and notes. Ask questions and get answers grounded in your own knowledge base.
Remember architecture decisions, coding patterns, and past bugs. Context carries across sessions.
Track user preferences, purchase history, and browsing patterns to personalize every interaction.
Get an API key, add $1 in credits, and your agent can make 100 memory-aware interactions. No subscription, no infrastructure.
Also works with the MCP package for Claude, Cursor, and other MCP clients.