Beta · Hosted memory for AI agents

Memory that
works like yours.

SCM is the hosted memory layer that gives your AI agents a wake phase, a sleep phase, and continuous learning between sessions. Bring your own LLM key — we run the memory.

Read the docs

Built like the only memory system that actually works.

Most memory layers store facts and retrieve them on demand. SCM does that, and also consolidates while your user is idle — like sleep.

01

Wake + sleep phases

Your agent doesn't only remember when called. During the user's configured sleep window, it consolidates the day's experiences and surfaces a wake summary on return.

02

Bring your own LLM

We never proxy or charge for LLM calls. You configure your DeepSeek, OpenAI, or Anthropic key in the dashboard. Encrypted at rest, used only on your behalf.

03

Drop in anywhere

One Python SDK, one HTTP API, one MCP server. LangChain, OpenAI Agents, Claude Desktop, Cursor — anything that can hit a URL or call a tool.

Sign in
Already have an API key from a previous session? Paste it.
Create account
Free during beta. We mint an API key the moment you sign up — copy it once, save it somewhere safe.
By signing up you accept that this is a beta service. You bring your own LLM key.

Welcome back.

Manage API keys, configure your LLM provider, and read the docs.

Account
API keys
Each key is independent. Rotate, scope, or revoke them individually. The first key you receive is identical to the rest — there is no "primary."
LabelPrefixRateLast usedStatus
LLM key BYOK
SCM doesn't run LLM calls — you provide your own key for the optional consolidation-time extraction step. Encrypted at rest. Without one, SCM falls back to its (free, slightly weaker) heuristic extractor.
Use it
Drop a key into any of these and you're done.
# curl
curl -X POST http://localhost:8000/v1/memories \
     -H "Authorization: Bearer YOUR_TOKEN" \
     -H "Content-Type: application/json" \
     -d '{"text":"My favorite coffee is filter coffee."}'