TokST Help Center
Resolve the next step quickly
Search an error, command, or workflow. Each guide provides the checks, recovery path, and proof that it worked.
Install & update
tokst: command not found
Install the standalone CLI and refresh the terminal PATH.
- Run the platform installer.
- Open a new terminal.
- Confirm the selected binary.
curl -fsSL https://tokst.com/install.sh | bashInstall & update
The version remains old after update
Refresh the standalone binary and identify the command selected by the shell.
- Run the built-in updater.
- Open a new terminal.
- Inspect the active binary path.
tokst updateSign in & connection
Browser authorization did not return
Restart browser authorization while the terminal process remains open.
- Keep the terminal flow open.
- Start setup again.
- Confirm cloud access after approval.
tokst setupSign in & connection
API key or permission request failed
Confirm the saved identity, target workspace, and key owner permissions.
- Check the active cloud connection.
- Review accessible workspaces.
- Create or rotate the trusted API key in the dashboard.
tokst connection testLocal mode
Local write returns a SQLite error
Preserve the local database, update the CLI, then collect profile status.
- Update the standalone CLI.
- Create a named backup before repair.
- Collect the local profile status.
tokst update
tokst local backup create --name before-repairLocal mode
Local memory has not appeared in Cloud
Local sync starts only after an explicit Local Atlas to Cloud Atlas binding.
- Inspect the Local profile.
- Connect the intended Cloud Atlas.
- Run the manual sync.
tokst local status
tokst local connect --cloud-atlas-id <atlas-id>Workspaces & Teams
Workspace or Atlas creation is unavailable
Creation follows the current personal or Team plan limits.
- Inspect your current plan and usage.
- Switch to the intended workspace.
- Create the space within its available limit.
tokst statusWorkspaces & Teams
A Team invitation is missing
The recipient reviews and accepts invitations from their own account.
- Confirm the invitee email address.
- Review the recipient inbox.
- Accept the active invitation before team access starts.
tokst workspace inboxMCP & Agents
MCP tools do not appear
Authorize the machine that runs local MCP, then restart the MCP client.
- Confirm the saved cloud connection.
- Refresh generated Agent integration files.
- Restart the MCP client.
tokst connection test
tokst init --agents codex,claude,cursor,opencode,pi --forceMCP & Agents
WorkBuddy, ZCode, Qoder, or Kimi cannot open browser authorization
Use a dedicated API key in a Streamable HTTP MCP Authorization header.
- Create a dedicated API key named for the client.
- Set the client transport to Streamable HTTP.
- Paste the complete key after Bearer and restart the client.
{
"mcpServers": {
"tokst": {
"type": "streamable-http",
"url": "https://api.tokst.com/mcp",
"headers": { "Authorization": "Bearer tk_live_your_api_key" }
}
}
}MCP & Agents
Agent messages are missing
Use the persistent inbox after restarts and a listener beside long-running Agents.
- Confirm the trusted Agent identity.
- Synchronize the persistent inbox.
- Run the listener for immediate delivery.
TOKST_AGENT=1 tokst message inbox --jsonMCP & Agents
Automatic memory did not appear
ACP automatic memory creates one revocable Markdown memory when the connected Agent session closes. Explicit Session capture remains available for confirmed conclusions.
- Enable automatic memory for the default route.
- Launch the ACP-compatible Agent through the TokST proxy.
- Check the connection and queue state.
- Review the linked Session or archive its automatic memory when needed.
tokst auto on
tokst acp proxy -- <acp-agent-command> [args]
tokst auto statusFiles & quota
A file or its memory association is missing
Review the Files recycle bin and verify the target workspace and memory lifecycle.
- Open Files for the selected workspace.
- Review the recycle bin and orphan repair results.
- Restore the memory or file association when available.
tokst statusFiles & quota
Upload or request reached a quota
Usage belongs to the selected personal or Team workspace.
- Inspect plan and available usage.
- Confirm the selected workspace.
- Ask the Team Owner to adjust team capacity when needed.
tokst status --json