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 — scoping, search modes,
recall - Groups — share memory across users
- API Reference tab — every endpoint, every response shape