← Back to home

Onboarding Guide

A comprehensive guide to integrating DON Memory Protocol into your systems.

Before You Start

DMP is foundational infrastructure for persistent memory. Before integration, understand these key principles:

Phase 1: Setup (Day 1)

1.1 Receive Your Credentials

After acceptance into the pilot program, you'll receive:

1.2 Verify Your Key

Test your API key using the verification page or via curl:

curl https://don-memory-api.onrender.com/health \
  -H "X-API-Key: YOUR_API_KEY"

Phase 2: Integration (Week 1)

2.1 Choose Your Integration Pattern

2.2 Design Your Conversation Structure

Organize memories using conversation_id to group related traces:

2.3 API Endpoints

Endpoint Method Description
/memory/store POST Collapse and store new content
/memory/retrieve POST Query memory by semantic similarity
/memory/traverse POST Navigate the memory graph

Phase 3: Production (Week 2+)

3.1 Monitor Your Coherence

Use the Dashboard's Global Coherence tab to monitor your trust curvature. Higher coherence means your data integrates well with the shared knowledge fabric.

3.2 Handle QCCS Rejections

If the QCCS gate rejects a store request (403), it means the content didn't meet coherence thresholds. This protects your fabric from noise. Options:

Important: Repeated low-coherence submissions may affect your trust curvature. Quality over quantity.

Resources

Questions? Contact support@donsystems.com