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, /api/version, /api/matm/live-capability-matrix, /api/matm/agent-compatibility, /api/matm/sync/capabilities, /api/matm/connector-contract, /.well-known/memoryendpoints-connector, /api/matm/connector-bootstrap/windows.py, /api/matm/connector-bootstrap/profiles/{profileId}, /api/matm/connector-agent-leases/{agentId}, /connect/authorize/{publicRequestRef}, /tour/connect/authorize/{demoState}, /api/matm/connector-pairings/requests, /api/matm/connector-pairings/authorization-code-claims, /api/matm/connector-pairings/token, /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, /mcp/resources, /robots.txt, /sitemap.xml, /llms.txt, /llms-full.txt, /ai.txt, /ai-manifest.json, /.well-known/mcp.json, /.well-known/ai-agent.json Protected MATM routes: /api/matm/me, /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/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/agents/register, /api/matm/human/connector-pairings/{publicRequestRef}/company-selection, /api/matm/human/connector-pairings/{publicRequestRef}/approve, /api/matm/connector-pairings/{publicRequestRef}/master-approve, /api/matm/human/connector-pairings/{publicRequestRef}/cancel, /api/matm/connector-pairings/{pairingId}, /api/matm/connector-pairings/{pairingId}/activate, /api/matm/connector-pairings/{pairingId}/rotations, /api/matm/connector-pairings/{pairingId}/rotations/{rotationId}/activate, /api/matm/connector-pairings/{pairingId}/credentials, /api/matm/connector-pairings/{pairingId}/revoke, /api/matm/connector-pairings/{pairingId}/disconnect, /api/matm/connector-pairings/{pairingId}/cancel, /api/matm/connector-runtime-lease, /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/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-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. Source repository: 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.