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
No session token — Memanto resolves the active session from local server state.string
Bearer <key> — required unless the request originates from a loopback client. See Management Endpoint Authentication.string
Alternative to
Authorization: Bearer — same credential.Next Steps
- Activate Agent if no session is active
- Deactivate Agent to end the session early