TokST Persistent memory for people and AI agents

TokST Developer Center

Build durable context into every Agent workflow

Use the authenticated REST API, Streamable HTTP MCP, CLI, Local SQLite, and Agent Skill through one workspace-scoped memory model.

Machine-readable endpoints

Quick start

export TOKST_API_KEY="tk_live_your_api_key"

curl -sS https://api.tokst.com/v1/workspaces \
  -H "Authorization: Bearer $TOKST_API_KEY"

curl -sS -X POST https://api.tokst.com/v1/memories/search \
  -H "Authorization: Bearer $TOKST_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"release policy","mode":"auto","limit":10}'

Read REST API, MCP, CLI, Sessions, and the public Skill. REST API · MCP · CLI · Sessions · Skill

Failure handling

Every JSON API operation documents typed success responses and standard error responses. HTTP 429 includes Retry-After and standard rate-limit headers.