You can also teach the brain new facts with
POST /v1/memory/facts. The facts go through the same capture pipeline the worker uses, so they are available for future answers and context packets.
The base URL for every call is:
Quick links
Authentication
Create an API key, set scopes, and pass it as a Bearer token.
Search Memory
Query the workspace brain and return ranked facts.
Memory Context
Build a rendered memory block ready to drop into your own prompt.
Teach Facts
Submit new facts to the brain via the capture pipeline.
Answers
Run the worker on a question and stream or poll the reply.
Brain MCP Server
Mount the brain as tools in Claude Code, Cursor, or your own agent.