Session Management
Get Current Session
Inspect the currently active session, including duration, expiration, and remaining time.
GET
Overview
Returns metadata for the session currently marked active in Memanto’s local state — useful to verify session validity before executing memory operations. The endpoint reads the active session marker on the server; no parameters are required.Authentication
API clients do not send an API key,Authorization header, or session token for this endpoint. Memanto resolves the active session from local server state.
Next Steps
- Activate Agent if no session is active
- Deactivate Agent to end the session early