CORTEX_
Invite only

Minds as a service

CORTEX

A read/write brain for your agents.

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.

LiveREST + MCP34 capabilitiesManaged · no BYOKca-central-1
01

What it holds

FACULTY / 01

Memory

Provenance on every fact. Dedup by ingest key, correction chains, tombstones that stay dead. Two-stage recall: vector candidates, then salience × recency re-rank.

FACULTY / 02

Knowledge

Curated knowledge bases resolved into one injection-ready block — pinned, prioritized, and truncated to a token budget. Deterministic, never a guess.

FACULTY / 03

DNA

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.

02

Connect

REST · appspsk_live_…
# recall by meaning
$ curl cortex.protoshop.ai/api/v1/minds/$ID/recall \
  -H "Authorization: Bearer psk_live_…" \
  -d '{"query":"what about pricing?"}'
MCP · agentspsk_mcp_…
# mount the mind as tools
{ "mcpServers": {
  "cortex": {
    "url": "https://cortex.protoshop.ai/mcp",
    "headers": { "Authorization": "Bearer psk_mcp_…" }
  } } }
GET/api/v1/mindslist
POST/api/v1/minds/:id/recallsemantic
POST/api/v1/minds/:id/memories→ 202 pending review
POST/api/v1/minds/:id/cardmemorycard
GET/api/v1/minds/:id/kbknowledge
MCP/mcpstreamable http
GET/api/v1/openapi.jsonspec
03

Access

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