Quickstart

Get MemoryNode running in four steps.

Use this flow to verify write, search, and context generation against your own test data.

Step 1: Create API key

Create an account and generate your key from onboarding.

Create key

Step 2: Save memory

Insert your first memory payload with POST /v1/memories.

Step 3: Search memory

Use semantic retrieval with POST /v1/search.

Step 4: Build context

Generate prompt-ready context with POST /v1/context.

Try in playground

Next step

Validate with playground before production rollout.