Skip to main content

Quickstart: CLI (5 Minutes)

Get Memanto working with real memory operations in under 5 minutes.

Prerequisites

  • Memanto installed (pip install memanto)
  • Moorcheh API key configured (memanto setup)
  • Terminal access

1. Check Status

Verify everything is set up:

2. Create and Activate Your First Agent

Creating an agent now automatically activates a session for you, so you’re ready to go immediately.
Output:
Verify activation:

3. Store Your First Memory

Store a simple fact:
Store a preference:
Store a commitment:

4. Recall Memories

Retrieve memories using semantic search:
Recall by semantic similarity (not exact match):

5. Get AI-Powered Answers

Generate answers grounded in your memories:

6. View Daily Summary (optional)

See all your memories and any conflicts:

7. Detect Contradictions (optional)

Check for conflicting memories:
If you add a contradictory memory:
Then check conflicts:

Next Steps

For CLI Users

For Developers (Programmatic Access)

Want to use Memanto via REST API or Python? → See First Agent Setup

Explore Features


Done! You’ve learned:
  • Create agents
  • Store memories
  • Recall semantically
  • Get AI answers
  • Detect conflicts
  • Manage sessions
Now explore advanced features in the guides!