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:- Enter your organization name, email, and password (8+ characters)
- Check your inbox and verify your email - you can’t log in until you do
- Log in and copy your API key from the dashboard (shown once - save it now)
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 Spaces → Create Space) or via the API: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