MEMORY INFRASTRUCTURE FOR AI AGENTS
Your AI forgets everything when the conversation ends. Synapse fixes that — give any AI a permanent memory in minutes.
Your context window is for reasoning, not memory. Zero LLM calls per write.
No complicated setup. No SDK to install. Just an API key and three steps.
Sign up free. Card required (never charged on Free plan). Get an API key instantly.
Get free API key →Pick your platform and follow the one-step guide — or paste the link into your coding agent and tell it to implement Synapse itself.
Make your first API call. Your AI will remember it forever.
curl -X POST https://synapse.by-kit.com/api/v1/record \
-H "Authorization: Bearer sk_syn_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"agent_id": "my-agent", "type": "fact", "title": "User pref", "body": "User prefers dark mode"}'Or skip the steps entirely: hand this docs link to your coding agent and tell it to implement Synapse. It reads the instructions and configures itself — you just paste in the API key when it asks.
| Feature | Other solutions | Synapse |
|---|---|---|
| LLM call per write | 1 call per write (~$0.003) | 0 calls ($0.00) |
| Advanced features | Top tier only ($249+/mo) | All tiers |
| Framework lock-in | Vendor SDK required | Any HTTP client |
| Model portability | Locked to one vendor | Works with any LLM |
| Deploy path | SDK install + config | One API key, any HTTP client |
| Classifier accuracy | ~49–70% typical | Domain-trained |
Benchmarks based on independent LongMemEval testing across leading memory providers.
You're probably paying your LLM to remember things it already knew. Every context reload, every repeated summary — that's tokens. Synapse fixes that.
Call POST /v1/record. Body stored in Postgres, classified by a self-hosted Gemma model on infrastructure we control. No third-party LLM call. No token cost.
Call GET /v1/query. Full-text search + semantic ranking across your agent's entire memory. Sub-100ms.
Your agent walks into every session knowing what happened before. Context that compounds.
All tiers include FTS search, classification, open items, and session history. No paywalled features.
Free tier: card required to prevent abuse, never charged. Upgrade anytime.