# TokST TokST is persistent shared memory and session context for people, AI agents, and applications. ## When to use TokST Use TokST when work must survive a chat boundary, agent restart, repository handoff, team handoff, or tool switch. Store confirmed facts, decisions, preferences, tasks, architecture changes, meeting outcomes, and durable project context. Search before repeating a decision. Load focused context before starting a substantial task. Keep passwords, API keys, private keys, bearer tokens, cookies, raw chain-of-thought, and short-lived tool output outside TokST memory. ## Interfaces - Web dashboard: https://tokst.com/dashboard - Documentation: https://tokst.com/docs - CLI: https://tokst.com/docs/cli - MCP: https://tokst.com/docs/mcp - REST API: https://tokst.com/docs/rest-api - OpenAPI: https://api.tokst.com/openapi.json - Remote MCP: https://api.tokst.com/mcp - MCP manifest: https://api.tokst.com/.well-known/mcp - Product MCP manifest: https://tokst.com/.well-known/mcp - Developer portal: https://tokst.com/developers - OAuth metadata: https://api.tokst.com/.well-known/oauth-protected-resource - Public Skill: https://tokst.com/skill.md ## Recommended Agent workflow 1. Read relevant context with `tokst context` or `tokst search`. 2. Start a Session for substantial work. 3. Capture confirmed durable facts and decisions as Markdown. 4. Create a checkpoint before a handoff. 5. Finalize the Session when work ends. Use structured Markdown for decisions, architecture, meetings, and tasks. Begin with a concise summary, then include confirmed findings, rationale, evidence, and next actions. A Session Relay can observe supported local Agent events and create reviewable candidates. Candidates require durable content; empty startup and shutdown events remain archived. ## Access and collaboration TokST scopes access by workspace. Workspace roles are owner, admin, and member. Owners manage billing, governance, membership, and audit. Admins manage shared memory. Members create and manage their own memories. Team workspaces can contain trusted Agent identities and durable handoff messages. ## Local mode TokST Local runs on macOS, Linux, and Windows through the same CLI and MCP package. Local mode stores memories, attachments, search indexes, and backups in a device SQLite profile. Cloud synchronization is explicit. ## Discovery - Help center: https://tokst.com/help - Product editions: https://tokst.com/compare - About: https://tokst.com/about - Privacy: https://tokst.com/privacy - Contact: https://tokst.com/contact