Concepts in 30 seconds
You don’t have to pre-classify anything when you ingest. The server decides what becomes a fact vs an artifact vs an episode.
Five-minute path
Quickstart
Install the SDK, ingest a turn, search the result
Authentication
API keys, org headers, environment setup
Ingesting memories
Async vs sync ingest, polling for completion
Searching memories
Scope by user, group, agent, or app — plus
recallGroups
Share memory across users with group tagging
The TypeScript SDK (@xtraceai/memory) is the primary supported client today. A Python SDK is on the roadmap. All examples below use the TS SDK; the underlying HTTP API is documented in the API Reference tab if you need to wire something yourself.