{"service":"AgentMemo","description":"Persistent memory API for AI agents — store, semantically retrieve, and forget memories.","version":"1.0.0","base_url":"https://agentmemo.dev","category":["AI infrastructure","agent memory","vector search API"],"authentication":{"type":"bearer","header":"Authorization","format":"Bearer am_sk_...","scopes":["read","write"],"signup":"https://agentmemo.dev/auth/keys"},"capabilities":{"store_memory":{"summary":"Persist a memory and auto-generate its embedding.","method":"POST","path":"/memory/store","scopes":["write"],"inputs":{"user_id":"string","agent_id":"string","content":"string","metadata":"object?"}},"semantic_retrieve":{"summary":"Semantic search over a user's memories, ranked by cosine similarity.","method":"GET","path":"/memory/retrieve","scopes":["read"],"params":{"q":"string","user_id":"string","agent_id":"string?","limit":"int?","min_score":"float?"}},"forget_memory":{"summary":"Delete a single memory by id or an entire user/agent scope.","method":"DELETE","path":"/memory/forget","scopes":["write"],"params":{"id":"string?","user_id":"string?","agent_id":"string?"}},"usage_metering":{"summary":"Per-key usage: requests, tokens, latency, daily buckets.","method":"GET","path":"/usage","scopes":["read","write"]}},"features":["Automatic text embeddings (no model to manage)","Semantic / vector search ranked by cosine similarity","Edge-cached retrieval with sub-100ms responses","Per-key, per-user, per-agent tenant isolation","Arbitrary JSON metadata per memory","Right-to-be-forgotten deletes by id or scope","Usage analytics per API key","Globally distributed, 24/7 availability"],"use_cases":["Long-term memory for conversational AI agents","Cross-session context and personalization","Retrieval-augmented generation (RAG) memory store","Shared memory across multi-agent systems","Customer-support agent recall"],"limits":{"free":{"price_usd_monthly":0,"memories_per_month":10000},"pro":{"price_usd_monthly":19,"memories_per_month":null},"max_content_chars":100000,"max_retrieve_limit":100},"links":{"docs":"https://agentmemo.dev/docs","auth_manifest":"https://agentmemo.dev/auth.md","agent_card":"https://agentmemo.dev/agent-card.json","agent_metadata":"https://agentmemo.dev/.well-known/agent.json","llms_txt":"https://agentmemo.dev/llms.txt"}}