Quickstart
Quickstart
Get up and running with the XTrace Memory API. By the end of this guide you’ll have stored a memory and retrieved it with a semantic search.
1. Get your API key
Sign in at mem.xtrace.ai and generate an API key from Settings → API Keys, or call:
Copy the returned key — you’ll use it as a Bearer token for all API calls.
2. Add a memory
Send conversation turns and XTrace extracts beliefs, episodes, and artifacts automatically:
The response contains the extracted memories:
3. Search memories
Retrieve relevant memories with a natural-language query:
4. Update a memory
When things change, update the belief — XTrace re-embeds and propagates:
5. Delete a memory
What’s next
- Core concepts — understand beliefs, episodes, and artifacts
- Chrome extension — auto-sync your ChatGPT, Claude, and Gemini conversations
- API Reference — full endpoint documentation