Skip to main content

Quick Start

Anona Memory is a hosted service - no infrastructure to run. Sign up, get an API key, start calling the API.

Step 1: Sign Up

Go to the Anona Memory dashboard and create an account:
  1. Enter your organization name, email, and password (8+ characters)
  2. Check your inbox and verify your email - you can’t log in until you do
  3. Log in and copy your API key from the dashboard (shown once - save it now)
API keys look like anona_live_... for production or anona_test_... for testing.

Step 2: Create a Memory Space

Every memory lives inside a Memory Space. Create one from the dashboard (Memory SpacesCreate Space) or via the API:
Response:
The server assigns space_id - save it, you’ll need it for every memory operation.

Step 3: Store and Search Memories

Using the Python SDK

Next Steps

Concepts

Learn Memory Space, Retain, Recall, and Reflect

API Reference

Full API documentation

Python SDK

Client library reference

Spaces API

Create and manage Memory Spaces