MEMORY INFRASTRUCTURE FOR AI AGENTS

Persistent memory.
Zero LLM calls.

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.

Works with Claude · ChatGPT · LangChain · AutoGen · any HTTP client

Simple to set up. Stay free longer — hit a usage wall on one AI, move to another, keep every bit of context.

Up and running in minutes

No complicated setup. No SDK to install. Just an API key and three steps.

1

Get your API key

Sign up free. Card required (never charged on Free plan). Get an API key instantly.

Get free API key →
2

Connect your AI

Pick your platform and follow the one-step guide — or paste the link into your coding agent and tell it to implement Synapse itself.

3

Start remembering

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.

How Synapse compares

FeatureOther solutionsSynapse
LLM call per write1 call per write (~$0.003)0 calls ($0.00)
Advanced featuresTop tier only ($249+/mo)All tiers
Framework lock-inVendor SDK requiredAny HTTP client
Model portabilityLocked to one vendorWorks with any LLM
Deploy pathSDK install + configOne API key, any HTTP client
Classifier accuracy~49–70% typicalDomain-trained

Benchmarks based on independent LongMemEval testing across leading memory providers.

Your memory. Any model.

Switch from Claude to ChatGPT to Gemini. Your memories come with you. Synapse isn't tied to any LLM — it's infrastructure, not a feature.

How it works

You're probably paying your LLM to remember things it already knew. Every context reload, every repeated summary — that's tokens. Synapse fixes that.

Write

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.

Query

Call GET /v1/query. Full-text search + semantic ranking across your agent's entire memory. Sub-100ms.

Remember

Your agent walks into every session knowing what happened before. Context that compounds.

Simple pricing

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.