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.

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

Prefer to run it yourself? The self-host / BYO-cloud guide ships Docker + Helm — your keys, your cloud, same attestation. →