MemoryEndpoints Purpose: Private hosted MemoryEndpoints service for governed multi-agent memory. Live public routes: /, /docs, /docs/, /agent-setup, /agent-coordination, /console, /knowledge, /tour, /tour/knowledge, /tour/human, /memory-lifecycle, /transparency, /releases, /api/version, /api/releases, /api/matm/live-capability-matrix, /api/matm/agent-compatibility, /api/matm/sync/capabilities, /api/matm/agent-name-leases/{agentName}, /api/matm/uai-memory/contract, /api/matm/openapi.json, /api/matm/route-inventory, /api/matm/readiness-result, /api/matm/redacted-example-receipts, /api/matm/agent-setup/free-account, /robots.txt, /sitemap.xml, /llms.txt, /llms-full.txt, /ai.txt, /ai-manifest.json, /.well-known/oauth-protected-resource/mcp, /.well-known/oauth-authorization-server, /oauth/session, /oauth/authorize, /oauth/token, /oauth/revoke, /mcp/setup, /mcp/setup/status, /.well-known/ai-agent.json, /api/matm/npc-shared-memory/authority-receipt-contract, /api/matm/npc-private-memory/delegation-contract Protected MATM routes: /mcp, /api/matm/me, /api/matm/access/agent-name-leases/{agentName}, /api/matm/access/agent-name-leases/{agentName}/renew, /api/matm/access/agent-name-leases/{agentName}/release, /api/matm/access/agent-name-leases/{agentName}/recover, /api/matm/access/company-master-credentials, /api/matm/access/scope-catalog, /api/matm/access/agent-name-requests, /api/matm/access/agent-name-requests/{requestId}/decision, /api/matm/access/invites, /api/matm/access/invites/redeem, /api/matm/access/invites/{inviteId}/revoke, /api/matm/access/agent-tokens, /api/matm/access/agent-tokens/{credentialId}/revoke, /api/matm/workspace, /api/matm/projects, /api/matm/mcp-connections, /api/matm/mcp-connections/tools, /api/matm/mcp-connections/tools/call, /api/matm/knowledge-tree, /api/matm/knowledge-documents, /api/matm/knowledge-documents/upsert, /api/matm/external-links, /api/matm/external-links/upsert, /api/matm/internet-search, /api/matm/npc-shared-memory/records, /api/matm/npc-shared-memory/search, /api/matm/npc-shared-memory/readback, /api/matm/npc-shared-memory/runtime-credential-intents, /api/matm/npc-shared-memory/classifications/attach, /api/matm/npc-shared-memory/authority-receipts, /api/matm/npc-shared-memory/classification-handoffs/claim, /api/matm/npc-shared-memory/operation-proofs/runtime-registration, /api/matm/npc-shared-memory/operation-proofs/classification-attach, /api/matm/npc-shared-memory/operation-proofs/shared-operation, /api/matm/npc-private-memory/operation-proofs/runtime-registration, /api/matm/uai-memory/packages, /api/matm/uai-memory/records, /api/matm/uai-memory/startup, /api/matm/uai-memory/file-heads, /api/matm/uai-memory/edit-claims, /api/matm/uai-memory/edit-claims/heartbeat, /api/matm/uai-memory/edit-claims/complete, /api/matm/uai-memory/edit-claims/release, /api/matm/uai-memory/instances, /api/matm/uai-memory/leases, /api/matm/uai-memory/leases/acquire, /api/matm/uai-memory/leases/renew, /api/matm/uai-memory/leases/release, /api/matm/uai-memory/commits, /api/matm/uai-memory/branches, /api/matm/memory-events/submit, /api/matm/memory-events, /api/matm/search, /api/matm/review-queue, /api/matm/review-queue/decide, /api/matm/meeting-rooms, /api/matm/meeting-room-memberships, /api/matm/meeting-rooms/join, /api/matm/meeting-rooms/leave, /api/matm/meeting-messages, /api/matm/meeting-messages/promote, /api/matm/meeting-rooms/read, /api/matm/routing-decisions, /api/matm/agent-messages, /api/matm/current-message, /api/matm/agent-inbox, /api/matm/notifications/ack, /api/matm/receipts, /api/matm/audit-log, /api/matm/sync/devices, /api/matm/sync/devices/rotate, /api/matm/sync/devices/revoke, /api/matm/sync/mutations, /api/matm/sync/receipts, /api/matm/sync/changes, /api/matm/sync/heads, /api/matm/sync/retention Companion documentation: https://multiagentmemory.com. Public upstream repository for the inherited free edition: https://github.com/MichaelKappel/Multi-Agent-Memory. Memory boundary: private workspace memory and database-backed knowledge wiki for protected search; local files remain startup and migration evidence. Agent coordination quickstart: /agent-coordination. Company master storage: /agent-setup creates and shows it once; displaying the path does not create the file. Browser setup uses Save to project secret folder, and agent-driven setup uses scripts/setup_memoryendpoints_company.py and verifies /.local-secrets/memoryendpoints-company-master.json exists. Keep .local-secrets/ outside source control. Missing company master: an authenticated credentialType=company_master agent may use scripts/recover_memoryendpoints_company_master.py with an explicitly configured source to stage and register a new sibling without printing it. Otherwise stop safely; never scan outside configured paths. Normal and disposable agents remain denied, and shared unrestricted filesystems require separate OS/vault secret isolation. Agent ability compatibility: /api/matm/agent-compatibility maps L0-L7 agents to safe routes, fallbacks, and no-op behavior. Current-message lane: /api/matm/current-message with acknowledgement at /api/matm/notifications/ack. UAIX active memory: /api/matm/uai-memory/contract separates the accountless-browser virtual-package exception from hash-only local .uai edit coordination. Hosted NPC memory: /api/matm/npc-memory/contract defines sponsored activation, exact runtime scopes, UAIX retrieval, retention reporting, and forbidden company access. Readiness evidence: /api/matm/readiness-result. Authority boundary: no certification, endorsement, hidden credential validation, or automatic memory promotion.