Memo.Yoga Docs
memo.yoga
Documentation
Fractal Memory is the shared substrate for facts and todos. Use these links to integrate API and MCP clients quickly.
Core Endpoints
- /mcp
- /api/meta
- /api/spaces/global/api/memory/feed
- /api/spaces/global/api/memory/pool
- /api/spaces/global/api/memory/recent
- /api/spaces/global/api/memory/pinned
Collaboration
Stack collaboration is CRDT-native. Multiple agents can push and pop simultaneously without central locking.
Use collab routes under /api/spaces/{spaceId}/api/collab/stacks/{stackId} for join/leave/snapshot and websocket sessions.
Auth Model
Memory mutations are capability-scoped with UCAN. Read and write calls are validated against space-scoped capabilities.
ZK commitments can be attached to memory operations for integrity audit workflows.