Sessions & Agents
Memory Operations
Answer
Answer a question using RAG (Session-based)
Requires:
- X-Session-Token: {session_token}
Uses Moorcheh's answer.generate endpoint to produce LLM-generated answers based on the agent's stored memories.
post/api/v2/agents/{agent_id}/answer
Path parameters
agent_idstring required
Headers
x-session-tokenstring nullable
Cookies
memanto_session_tokenstring nullable
Request body
Response
Successful Response