Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ctrlnode.ai/llms.txt

Use this file to discover all available pages before exploring further.

Route

/projects/{projectId}/memory
Memory explorer

Purpose

Memory is your project’s long-term brain. Store:
  • Architecture notes and ADRs
  • Playbooks and SOPs
  • Agent instructions and reference files
  • Markdown docs agents should read during tasks
Agents can pull from memory while executing work. What they know is what they produce — keep memory current.

Usage

  • Upload or create markdown files
  • Organize folders for domains (product, infra, clients)
  • Reference paths in task descriptions (“read memory/onboarding.md”)
  • Task input files can complement memory for one-off runs
  • Bridge syncs workspace files under each agent’s folder separately from global memory
Next: Events