Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.memanto.ai/llms.txt

Use this file to discover all available pages before exploring further.

memanto agent activate

Start a new session for an agent. Required before storing/recalling memories.
memanto agent activate NAME [OPTIONS]
Arguments:
  • NAME - Agent name (required)
Options:
  • --duration-hours INTEGER - Session duration in hours (default: 6)
Examples: Activate with default 6-hour session:
memanto agent activate customer-support
Activate and extend immediately:
memanto agent activate customer-support --duration-hours 12
Output:
✓ Session activated for agent 'customer-support'
Session ID:     session_abc123xyz
Session Token:  eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Created At:     2025-03-30 16:30:00 UTC
Expires At:     2025-03-31 22:30:00 UTC
Expires In:     6h 0m
Notes:
  • Session token saved automatically
  • Only one active session per agent
  • Session lasts 6 hours by default
  • Can be extended multiple times