# MEMANTO Docs ## Docs - [Create Agent](https://docs.memanto.ai/api-reference/agents/create-agent.md): Create a new agent. - [Delete Agent](https://docs.memanto.ai/api-reference/agents/delete-agent.md): Delete an agent. - [Get Agent](https://docs.memanto.ai/api-reference/agents/get-agent.md): Get agent details. - [List Agents](https://docs.memanto.ai/api-reference/agents/list-agents.md): List all agents. - [Generate AI Answer](https://docs.memanto.ai/api-reference/ai/generate-ai-answer.md): Generate an answer grounded in memory. - [Batch Remember](https://docs.memanto.ai/api-reference/data/batch-remember.md): Store multiple memories. - [Contradict Memory](https://docs.memanto.ai/api-reference/data/contradict-memory.md): Mark memory as contradictory. - [Remember](https://docs.memanto.ai/api-reference/data/remember.md): Store a single memory. - [Supersede Memory](https://docs.memanto.ai/api-reference/data/supersede-memory.md): Mark a memory as superseded by another memory ID. - [Upload File](https://docs.memanto.ai/api-reference/data/upload-file.md): Upload a document into memory. - [Validate Memory](https://docs.memanto.ai/api-reference/data/validate-memory.md): Validate a memory. - [Recall](https://docs.memanto.ai/api-reference/search/recall.md): Search memories for an agent. - [Recall As Of](https://docs.memanto.ai/api-reference/search/recall-as-of.md): Returns memories as they existed at the specified time. - [Recall Changed Since](https://docs.memanto.ai/api-reference/search/recall-changed-since.md): Returns memories created or modified since the date. - [Recall Current Only](https://docs.memanto.ai/api-reference/search/recall-current.md): Returns only current (non-superseded) memories. - [Activate Agent](https://docs.memanto.ai/api-reference/sessions/activate-agent.md): Activate an agent session. - [Deactivate Agent](https://docs.memanto.ai/api-reference/sessions/deactivate-agent.md): Deactivate an active session. - [Extend Session](https://docs.memanto.ai/api-reference/sessions/extend-session.md): Extend an active session. - [Get Current Session](https://docs.memanto.ai/api-reference/sessions/get-current-session.md): Get active session details. - [Authentication](https://docs.memanto.ai/api/authentication.md): Two-header authentication system: Moorcheh API key and session tokens. - [memanto agent create](https://docs.memanto.ai/cli/agents/create.md): CLI command for memanto agent create. - [memanto agent delete](https://docs.memanto.ai/cli/agents/delete.md): CLI command for memanto agent delete. - [memanto agent list](https://docs.memanto.ai/cli/agents/list.md): CLI command for memanto agent list. - [memanto answer](https://docs.memanto.ai/cli/ai/answer.md): CLI command for memanto answer. - [memanto conflicts](https://docs.memanto.ai/cli/ai/conflicts.md): CLI command for memanto conflicts. - [memanto daily-summary](https://docs.memanto.ai/cli/ai/daily-summary.md): CLI command for memanto daily-summary. - [memanto config show](https://docs.memanto.ai/cli/config/show.md): CLI command for memanto config show. - [memanto connect](https://docs.memanto.ai/cli/connect/connect.md): CLI command for memanto connect. - [memanto connect list](https://docs.memanto.ai/cli/connect/list.md): CLI command for memanto connect list. - [memanto connect multi](https://docs.memanto.ai/cli/connect/multi.md): CLI command for memanto connect multi. - [memanto connect remove](https://docs.memanto.ai/cli/connect/remove.md): CLI command for memanto connect remove. - [memanto serve](https://docs.memanto.ai/cli/core/serve.md): CLI command for memanto serve. - [memanto status](https://docs.memanto.ai/cli/core/status.md): CLI command for memanto status. - [memanto ui](https://docs.memanto.ai/cli/core/ui.md): CLI command for memanto ui. - [memanto memory export](https://docs.memanto.ai/cli/data/export.md): CLI command for memanto memory export. - [memanto remember](https://docs.memanto.ai/cli/data/remember.md): CLI command for memanto remember. - [memanto memory sync](https://docs.memanto.ai/cli/data/sync.md): CLI command for memanto memory sync. - [memanto upload](https://docs.memanto.ai/cli/data/upload.md): CLI command for memanto upload. - [CLI Overview](https://docs.memanto.ai/cli/overview.md): Overview of the Memanto command-line interface and available commands. - [memanto schedule disable](https://docs.memanto.ai/cli/schedule/disable.md): CLI command for memanto schedule disable. - [memanto schedule enable](https://docs.memanto.ai/cli/schedule/enable.md): CLI command for memanto schedule enable. - [memanto schedule status](https://docs.memanto.ai/cli/schedule/status.md): CLI command for memanto schedule status. - [memanto recall](https://docs.memanto.ai/cli/search/recall.md): CLI command for memanto recall. - [memanto agent activate](https://docs.memanto.ai/cli/sessions/activate.md): CLI command for memanto agent activate. - [memanto agent deactivate](https://docs.memanto.ai/cli/sessions/deactivate.md): CLI command for memanto agent deactivate. - [memanto session extend](https://docs.memanto.ai/cli/sessions/extend.md): CLI command for memanto session extend. - [memanto session info](https://docs.memanto.ai/cli/sessions/info.md): CLI command for memanto session info. - [Installation & Setup](https://docs.memanto.ai/getting-started/installation.md): Install Memanto, configure your Moorcheh API key, and verify your setup. - [Introduction](https://docs.memanto.ai/getting-started/introduction.md): Learn what Memanto is, how it works, and why it gives AI agents persistent memory. - [Quickstart: REST API](https://docs.memanto.ai/getting-started/quickstart-api.md): Integrate Memanto into your application using the REST API. - [Quickstart: CLI](https://docs.memanto.ai/getting-started/quickstart-cli.md): Get up and running with Memanto using the command-line interface. - [Agent Management](https://docs.memanto.ai/guides/agent-management.md): Create, list, and delete agents in Memanto. - [Daily Workflows](https://docs.memanto.ai/guides/daily-workflows.md): Common day-to-day workflows with Memanto. - [Memory Operations](https://docs.memanto.ai/guides/memory-operations.md): Store, retrieve, validate, and manage memories. - [Moorcheh Integration](https://docs.memanto.ai/guides/moorcheh-integration.md): Configure and integrate Moorcheh as the backend for Memanto. - [Session Management](https://docs.memanto.ai/guides/session-management.md): Activate, extend, and deactivate agent sessions. - [Temporal Memory](https://docs.memanto.ai/guides/temporal-memory.md): Query memories as of a specific point in time or since a given date. - [CrewAI Integration](https://docs.memanto.ai/integrations/crewai.md): Integrate Memanto persistent memory into CrewAI agent workflows. - [LangChain Integration](https://docs.memanto.ai/integrations/langchain.md): Add persistent memory to LangChain agents using Memanto. - [LlamaIndex Integration](https://docs.memanto.ai/integrations/llamaindex.md): Use Memanto as a memory store for LlamaIndex applications. - [n8n Integration](https://docs.memanto.ai/integrations/n8n.md): Connect Memanto to n8n automation workflows. - [Integrations Overview](https://docs.memanto.ai/integrations/overview.md): Overview of Memanto integrations with popular AI frameworks. - [Commands Reference](https://docs.memanto.ai/memantoclaw/commands.md): Complete CLI reference for MemantoClaw. - [Inference Routing](https://docs.memanto.ai/memantoclaw/inference.md): Manage inference providers, local models, and hot-swapping. - [Network Policies](https://docs.memanto.ai/memantoclaw/network-policies.md): Egress controls, operator approvals, and policy customization. - [Operations & Troubleshooting](https://docs.memanto.ai/memantoclaw/operations.md): Monitor sandbox activity, debug issues, and manage skills. - [Overview & Ecosystem](https://docs.memanto.ai/memantoclaw/overview.md): How MemantoClaw integrates with OpenClaw and OpenShell. - [Installation & Quickstart](https://docs.memanto.ai/memantoclaw/quickstart.md): Launch your first sandboxed agent and configure your environment. - [Security Best Practices](https://docs.memanto.ai/memantoclaw/security.md): Host security, credential storage, and sandbox hardening. - [Workspace & Backup](https://docs.memanto.ai/memantoclaw/workspace.md): Agent identity, state management, Memanto integration, and backups. - [Memory Types](https://docs.memanto.ai/reference/memory-types.md): Complete reference for all 13 semantic memory types in Memanto. ## OpenAPI Specs - [openapi](https://docs.memanto.ai/api-reference/openapi.json) ## Optional - [Community](https://discord.gg/CyxRFQSQ3p) - [GitHub](https://github.com/moorcheh-ai/memanto) - [Blog](https://moorcheh.ai/blog)