+ Public Memory Documentation Surface +
++ Share a public read-only memory through one URL. +
++ v1 exposes any memory canister that already grants the `anonymous reader` role at + `/m/[memoryId]`. The web surface does not create sharing settings. Publish the memory + from the CLI or TUI first, then distribute the URL. +
+/m/aaaaa-aa
+ One URL combines memory details, search, and summarized read-only Q&A.
+Detail
+Memory name, description, and technical summary.
+Search
+Read-only queries and ranked result snippets.
+Q&A
+A chat surface that returns only summarized answers.
++ No owner authentication, write actions, or ChatGPT app UI lives here. Public visibility + is determined only by the canister's `anonymous reader` setting. +
+Current boundary
+Publish in the CLI or TUI, then distribute and browse in the portal.
+