M
mitosis
/cortex_ingest_conversation
Save a conversation into the user’s memory
Ingest a conversation — the user’s messages and your full answers, verbatim — into the user’s permanent memory, where it becomes searchable and appears in their
liveverifiedunknown~5s typical
mcpprobedmitosis
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-mitosislabs-mitosis /cortex_ingest_conversation for me.
Input
| Field | Type | Description |
|---|---|---|
| turns* | array | The conversation, in order. User and assistant text only — verbatim. |
| session_id | string | Stable id for this conversation (e.g. its chat id/uuid). Reuse it when ingesting more of t |
| title | string | Short human title for the conversation. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-mitosislabs-mitosis","endpoint":"/cortex_ingest_conversation","input":{"turns":[]}}'cli
npx cracked-ai run -p mcp-ai-mitosislabs-mitosis -e /cortex_ingest_conversation -i '{"turns":[]}'mcp
run_tool({ provider: "mcp-ai-mitosislabs-mitosis", endpoint: "/cortex_ingest_conversation", input: {"turns":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.