Mem0 Memory Provider
Mem0 is a SaaS memory provider that connects your bot to the Mem0 platform. Instead of managing memory infrastructure yourself, Mem0 handles storage, retrieval, and indexing through its cloud API.
Creating a Mem0 Provider
- Navigate to the Memory Providers page.
- Click Add Memory Provider.
- Fill in the following fields:
- Name: A display name for this provider.
- Provider Type: Select
mem0.
- Click Create.
Configuring a Mem0 Provider
After creating a provider, select it from the list and configure its settings.
| Field | Required | Description |
|---|---|---|
| Base URL | No | Mem0 API base URL. Defaults to https://api.mem0.ai when empty. |
| API Key | Yes | API key for Mem0 authentication (stored as a secret). |
| Organization ID | No | Organization ID for workspace scoping. |
| Project ID | No | Project ID for workspace scoping. |
Assigning a Mem0 Provider to a Bot
- Navigate to the Bots page and open your bot.
- Go to the General tab.
- Find the Memory Provider dropdown.
- Select the Mem0 provider you created.
- Click Save.
Usage
Once assigned, the bot will use Mem0 as its memory backend. Memory extraction, search, and management operations are routed through the Mem0 API.
For day-to-day memory operations, see Bot Memory Management.