Documentation
Complete reference for Synapse Layer — persistent, encrypted memory infrastructure for AI agents. Privacy-first, MCP-native, secure-by-design.
First Memory in 3 Minutes
~3 min3 curls · zero deps · no SDK required
The fastest path to your first AI memory. Export your token, grant consent, store and recall — all via curl.
Preview — full auth & headers in the walkthrough$ curl -X POST forge.synapselayer.org/api/v1/memory/commit \
-H "x-connect-token: $TOKEN" -d '{"content": "..."}'
-H "x-connect-token: $TOKEN" -d '{"content": "..."}'
Start First Flight
Quick Start
Security Pipeline
AES-256-GCM encryption, PII detection, differential privacy.
Authentication
Connect Tokens, OAuth 2.0 + PKCE, tenant isolation.
Installation
pip install, npm install, Smithery, or direct MCP connection.