# MemoryOS ## Docs - [POST /v1/memories/add](https://docs.memoryo.dev/api-reference/add.md): Queue conversation ingestion for memory extraction. - [GET /v1/memories/edtech-profile](https://docs.memoryo.dev/api-reference/edtech-profile.md): Fetch the structured EdTech profile for a student when the tenant has EdTech enabled. - [Errors](https://docs.memoryo.dev/api-reference/errors.md): Error response format, status codes, and current public error codes. - [POST /v1/memories/retrieve](https://docs.memoryo.dev/api-reference/retrieve.md): Retrieve relevant memories for an end user and build prompt-ready context. - [Universal Memory APIs](https://docs.memoryo.dev/api-reference/universal.md): Cross-agent Memory Passport endpoints for consented universal memory. - [Authentication](https://docs.memoryo.dev/authentication.md): How tenant API keys, agent API keys, and UUI tokens work in MemoryOS. - [Degradation Modes](https://docs.memoryo.dev/concepts/degradation.md): How MemoryOS behaves when quotas or dependencies force partial service. - [Domain Schemas](https://docs.memoryo.dev/concepts/domain-schemas.md): How MemoryOS separates the General Engine from domain-specific engines such as EdTech and Support. - [General Engine](https://docs.memoryo.dev/concepts/general-engine.md) - [Memory Lifecycle and Versioning](https://docs.memoryo.dev/concepts/memory-lifecycle.md): How memories decay, archive, promote to hot cache, and keep version history. - [Memory Passport](https://docs.memoryo.dev/concepts/memory-passport.md): How MemoryOS lets a user create one identity and control what each AI agent can access. - [Memory Provenance](https://docs.memoryo.dev/concepts/provenance.md): Track exactly where every memory came from, who wrote it, and when — with authority-based conflict resolution. - [Quality Gate](https://docs.memoryo.dev/concepts/quality-gate.md): How MemoryOS filters low-value or risky write traffic before it becomes memory. - [Rate Limits](https://docs.memoryo.dev/concepts/rate-limits.md): Per-user request rates and plan-level usage limits for MemoryOS tenants. - [Customer Support Schema](https://docs.memoryo.dev/concepts/support-domain.md): How MemoryOS remembers customer support context for support bots, copilots, and helpdesk platforms. - [Cookbook: EdTech tutor](https://docs.memoryo.dev/cookbooks/edtech-tutor.md): Build tutoring, exam-prep, and learning apps with the EdTech domain schema. - [Cookbook: general AI memory](https://docs.memoryo.dev/cookbooks/general-ai-memory.md): Add tenant-scoped long-term memory to a chatbot, copilot, or assistant using the General Engine. - [Cookbook: Support Agent Memory](https://docs.memoryo.dev/cookbooks/support-agent.md): Build a production-ready support agent that combines MemoryOS customer memory with your live support tools. - [Anthropic Integration](https://docs.memoryo.dev/guides/anthropic.md): Complete working MemoryOS integration with Anthropic Claude. - [Cross-agent Memory Sharing](https://docs.memoryo.dev/guides/cross-agent-sharing.md) - [EdTech domain guide](https://docs.memoryo.dev/guides/edtech-domain.md): Understand how the EdTech schema works for tutoring, learning apps, exam prep, and student memory. - [OpenAI Integration](https://docs.memoryo.dev/guides/openai.md): Complete working MemoryOS integration with the OpenAI Python and TypeScript SDKs. - [Webhooks](https://docs.memoryo.dev/guides/webhooks.md): Configure tenant webhooks, understand event types, and verify MemoryOS webhook signatures. - [Introduction](https://docs.memoryo.dev/introduction.md) - [Quickstart](https://docs.memoryo.dev/quickstart.md) - [MemoryOS MCP Server](https://docs.memoryo.dev/sdk/mcp.md): Run MemoryOS as a sidecar tool server for AI agents, IDEs, and local assistants. - [Python SDK](https://docs.memoryo.dev/sdk/python.md): Reference for the MemoryOS Python SDK, including tenant-scoped memory clients and the universal Memory Passport client. - [TypeScript SDK](https://docs.memoryo.dev/sdk/typescript.md): Reference for the MemoryOS TypeScript SDK, including tenant-scoped memory and the universal Memory Passport client. ## OpenAPI Specs - [openapi](https://docs.memoryo.dev/api-reference/openapi.json)