Docs · get started
From token to first recall in five minutes.
At a glance
By the end you'll have minted a token, made your first remember call, recalled it back as a distilled fact, and run verify_isolation to get a signed receipt.
▶
2-min overview
Watch
See remember → recall → attest end-to-end.
⚡
15-min quickstart
Deploy fast
MCP client or REST — token to first recall.
{ }
API reference
Automate
Full /v1/memories surface from the live OpenAPI.
Quickstart
bash
# 1 · mint a token (or use Get a token in the nav)$ export TOKEN=$(crosstalk tokens create) # 2 · remember — the tenant is your token, never an argument$ crosstalk remember "Design partner: Acme, contact Dana, pilot Q3" → {"id":"6a56…","tenant":"yours-alone"} # 3 · recall — get the distilled current-truth fact back$ crosstalk recall "who is our design partner?" → "Acme (contact: Dana) — Q3 pilot." kind=fact # 4 · attest — a signed receipt your security team can re-run$ crosstalk verify --tenant yours → SEALED · Ed25519 VALID