Overview
1. Interface Introduction
MemOS provides a complete set of interfaces. Through simple API requests, you can integrate memory-related functions into your AI applications, realizing memory production, scheduling, recall, and lifecycle management for different users and AI agents.
Quick Start: Get your API key from the MemOS Console and complete your first memory operation in one minute.
2. Getting Started
Start using MemOS API through these two simple core steps:
- Add Message: Store original message content from user conversations and generate memories;
- Search Memory: Retrieve and recall relevant user memory fragments to provide reference for model-generated responses.
3. Interface Categories
Explore the rich functional interfaces provided by MemOS:
- Core API: Provides core memory operation capabilities, realizing the full process from memory production to consumption.
- Message API: Used for uploading and managing original message content data.
- Knowledge Base API: Used for uploading and managing knowledge bases and their documents.
4. Authentication
All API requests require authentication. Please include your API key in the Authorization header of the request. Get your API key from the MemOS Console.
Do not expose your API key in client-side code or public repositories. All requests should be made via environment variables or server-side calls.
5. Next Steps
- π Add Message: Generate your first memory;
- π Search Memory: Use memory filters to implement advanced memory retrieval.