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

PlanMemories Created / monthMemories Recalled / monthRequirements
Free (with API key)5,00015,000Sign up and create an API key
Starter25,000100,000Sign up and subscribe
Pro150,000500,000Sign up and subscribe
EnterpriseCustomCustomContact us

Getting Started

  1. Sign up — Go to app.memorilabs.ai and create an account
  2. Create an API key — Navigate to API Keys and generate your first key
  3. Try the Playground — Chat with an AI and see memories being extracted live
  4. 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")