# 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 - Developer resource index: https://tokst.com/developers - API authentication and rate limits: https://tokst.com/docs/api-keys - API error and versioning policy: https://tokst.com/docs/rest-api - OAuth metadata: https://api.tokst.com/.well-known/oauth-protected-resource - Public Skill: https://tokst.com/skill.md - Full public documentation: https://tokst.com/llms-full.txt - Atom update feed: https://tokst.com/feed.xml - Security contact: https://tokst.com/.well-known/security.txt ## 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. ACP automatic memory processes one connected Agent session into one revocable Markdown memory. Explicit Session capture remains available for confirmed decisions and handoffs. ## 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 plans: https://tokst.com/pricing - About: https://tokst.com/about - Privacy: https://tokst.com/privacy - Contact: https://tokst.com/contact - Full English documentation: https://tokst.com/llms-full.txt - 简体中文文档: https://tokst.com/zh-CN/docs - 繁體中文文件: https://tokst.com/zh-TW/docs