Minds as a service
They learn. Cortex remembers — with provenance, dedup, and semantic recall. It hands back one MemoryCard your own model injects. No chatbot of ours in the loop. Two doors: REST and MCP.
Provenance on every fact. Dedup by ingest key, correction chains, tombstones that stay dead. Two-stage recall: vector candidates, then salience × recency re-rank.
Curated knowledge bases resolved into one injection-ready block — pinned, prioritized, and truncated to a token budget. Deterministic, never a guess.
A governed persona spec — voice, cadence, constraints. Data, not a memory block, and not a chatbot. It composes into the card your model wears.
→ All three compose into one MemoryCard: a prompt-injectable string. You bring the model. Cortex is the memory, not the mind.
# recall by meaning $ curl cortex.protoshop.ai/api/v1/minds/$ID/recall \ -H "Authorization: Bearer psk_live_…" \ -d '{"query":"what about pricing?"}'
# mount the mind as tools { "mcpServers": { "cortex": { "url": "https://cortex.protoshop.ai/mcp", "headers": { "Authorization": "Bearer psk_mcp_…" } } } }
Invite only.
Cortex is the shared memory spine of the SkyHighMedia ecosystem — one brain, many apps. Access is granted, not signed up for. Keys are minted per consumer, scoped, and pinnable to a single mind.
Request access →