Persistent memory for AI agents
Inkumbulo is a REST API memory store built for the agent economy. Write, read, and semantically search memories across sessions — billed per operation, no infrastructure required.
Simple by design
Give any agent persistent memory with a single HTTP call. No SDKs required, no vector database to manage, no infrastructure to provision.
Inkumbulo handles storage, embeddings, and semantic search — you just read and write.
# Write a memory requests.post("https://api.inkumbulo.net/v1/memory", headers={"X-API-Key": api_key}, json={ "key": "user_preference", "value": "prefers concise answers", "agent_id": "agent-001" } ) # Semantic search requests.post("https://api.inkumbulo.net/v1/memory/search", headers={"X-API-Key": api_key}, json={"query": "how does this user like responses?"} ) { "results": [{ "key": "user_preference", "score": 0.9421 }] }
Architecture
Sign up and receive your namespace API key instantly. All memories are scoped to your namespace — fully isolated.
POST any JSON value with a key and agent ID. Embeddings are generated automatically for semantic search.
Query in natural language. Inkumbulo returns the most relevant memories using cosine similarity scoring.
No monthly minimums. Each read, write, and search is billed as a micro-transaction via Stripe.
Transparent pricing
Get started free
Enter your email and your API key arrives instantly. No waitlist. No credit card. 10,000 free operations every month.
No spam. API key sent directly. Unsubscribe anytime.