{"protocolVersion":"0.3.0","name":"AgentMemo","description":"Persistent memory API for AI agents. Store, semantically retrieve, and forget memories across sessions via a simple HTTP+JSON REST API with bearer-token auth.","url":"https://agentmemo.dev","preferredTransport":"HTTP+JSON","version":"1.0.0","documentationUrl":"https://agentmemo.dev/docs","provider":{"organization":"AgentMemo","url":"https://agentmemo.dev"},"capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":false},"defaultInputModes":["application/json","text/plain"],"defaultOutputModes":["application/json"],"securitySchemes":{"bearer_api_key":{"type":"http","scheme":"bearer","bearerFormat":"am_sk","description":"AgentMemo API key obtained from POST /auth/keys."}},"security":[{"bearer_api_key":[]}],"skills":[{"id":"store_memory","name":"Store memory","description":"Persist a memory for a (user, agent); auto-embedded for semantic search.","tags":["memory","write","embedding","store"],"examples":["Remember that the user prefers email and is on the Pro plan."],"inputModes":["application/json"],"outputModes":["application/json"],"metadata":{"method":"POST","path":"/memory/store","scopes":["write"]}},{"id":"retrieve_memory","name":"Retrieve memories","description":"Semantic search over a user's memories, ranked by relevance.","tags":["memory","read","semantic-search","retrieve","vector"],"examples":["What do we know about how to contact this user?"],"inputModes":["application/json"],"outputModes":["application/json"],"metadata":{"method":"GET","path":"/memory/retrieve","scopes":["read"]}},{"id":"forget_memory","name":"Forget memories","description":"Delete a specific memory or an entire user/agent scope.","tags":["memory","write","delete","forget","privacy"],"examples":["Forget everything stored for user_123."],"inputModes":["application/json"],"outputModes":["application/json"],"metadata":{"method":"DELETE","path":"/memory/forget","scopes":["write"]}}],"additionalInterfaces":[{"transport":"HTTP+JSON","url":"https://agentmemo.dev"}]}