Memory & Knowledge
Facts
Store static agency facts as key-value pairs with dot-notation keys.
Facts are the most precise layer of memory — you write them, they never change unless you change them.
Key format
Use dot-notation strings to organize facts hierarchically.
Examples:
brand.namebrand.primary-colorteam.leadclient.acme.industry
Setting a fact
- Go to Memory > Facts.
- Enter the key and value.
- Click Save.
The fact is added immediately.
How facts are used
Facts are injected into every pipeline prompt as a structured block:
brand.name: Acme Agency
team.lead: Sarah
client.acme.industry: SaaS
Your pipeline prompts can reference these values and adjust their behavior accordingly.
Examples
brand.voice— the tone your agency uses ("professional", "friendly", "witty")team.size— number of team membersclient.acme.budget— budget for Acme Corp projectsprocess.approval— approval workflow (e.g., "manager approval required")