Skip to content
Console

Memory

Memory is private workspace context for Daily Desk and other workspace assistants. Use it for notes, preferences, and facts that should persist across sessions.

Public hubs do not store personal memory. Daily Desk in the public catalog is the showroom: it lets people try the style, prompts, and everyday skills before they move to a private workspace.

  • you want Daily Desk to remember private preferences;
  • a private hub or skill set needs durable context;
  • you need a scoped runtime token for the memory skill;
  • you are verifying that public Daily Desk stays memoryless.
Surface Stores personal memory? Good for
Public Daily Desk No Trying the public hub, starter prompts, and everyday voice flow.
Private Daily Desk memory Yes, inside the workspace boundary Preferences, notes, and facts for a paid private workspace.
  1. Confirm the plan. The workspace needs paid API access and private runtime capacity.
  2. Open Memory. Create or review private notes, preferences, and facts.
  3. Create a runtime token. Use the Memory page to create a scoped token with memory:read and memory:write.
  4. Install the memory skill. Add thalovant-skill-memory to the private skill set that serves the hub.
  5. Set the skill secret. Store the runtime token in the skill secret field named access_token.
  6. Test save and recall. Ask the private hub to remember one harmless preference, then ask for it later.
  7. Revoke when needed. Revoke the runtime token from Memory and confirm the skill can no longer read or write memory.

Preferences

Communication style, preferred briefing order, default city, or recurring work habits.

Facts

Stable workspace facts that help the assistant answer without asking again.

Notes

Short private context that should be reviewed or deleted when it is no longer useful.

  • Create tokens from the Memory page, not from screenshots or chat logs.
  • Use only memory:read and memory:write for the memory skill.
  • Store the token in the private skill secret field.
  • Copy the token once, then treat it as secret.
  • Revoke tokens that are unused, copied to the wrong place, or no longer needed.

A private memory setup is ready when:

  • public Daily Desk still says it does not store personal memory;
  • the private workspace can create a scoped runtime token;
  • the memory skill can save and recall a harmless test preference;
  • the Memory page shows the saved item;
  • deleting the item removes it from normal recall;
  • revoking the token makes runtime memory access fail.