End-to-end in 5 minutes. By the end you’ll have a memory ingested and retrieved via vector search.Documentation Index
Fetch the complete documentation index at: https://docs.mem.xtrace.ai/llms.txt
Use this file to discover all available pages before exploring further.
1. Install
2. Get credentials
Sign in at app.xtrace.ai and grab two values from Settings → API Keys:| Value | Looks like |
|---|---|
| API key | xtk_… |
| Org id | org_… (or any short string) |
3. Ingest a memory
status: "pending" or "running". Extraction runs server-side (3–10 seconds typical).
4. Wait for extraction to finish
pollUntilDone helper handles exponential backoff (500ms → 5s) and a configurable timeout. You can also opt into synchronous mode by passing { wait: true } on ingest — the server holds the connection up to 30 seconds. See Ingesting memories for the full pattern.
5. Search the memory back
What’s next
- Authentication — get the credentials and use them
- Ingesting memories — async/sync trade-offs, polling, what gets extracted
- Searching memories — filter DSL, pagination, retrieval modes
- API Reference tab — every endpoint, every response shape