Dashboard Overview
The Memori Cloud dashboard at app.memorilabs.ai is where you manage API keys, test memory in real-time, and monitor usage.
Dashboard Sections
API Keys
Create and manage your Memori API keys. The free plan unlocks 5,000 memories created and 15,000 recalled per month. Manage API Keys.
Playground
Chat with an AI and watch memories get extracted in real-time. The fastest way to understand how Memori works. Try the Playground.
Memory Usage
| Plan | Memories Created / month | Memories Recalled / month | Requirements |
|---|---|---|---|
| Free (with API key) | 5,000 | 15,000 | Sign up and create an API key |
| Starter | 25,000 | 100,000 | Sign up and subscribe |
| Pro | 150,000 | 500,000 | Sign up and subscribe |
| Enterprise | Custom | Custom | Contact us |
Getting Started
- Sign up — Go to app.memorilabs.ai and create an account
- Create an API key — Navigate to API Keys and generate your first key
- Try the Playground — Chat with an AI and see memories being extracted live
- Integrate — Copy your API key into your application code
import os
from memori import Memori
from openai import OpenAI
client = OpenAI()
mem = Memori().llm.register(client)
mem.attribution(entity_id="user_123", process_id="my-agent")