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.name
  • brand.primary-color
  • team.lead
  • client.acme.industry

Setting a fact

  1. Go to Memory > Facts.
  2. Enter the key and value.
  3. 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 members
  • client.acme.budget — budget for Acme Corp projects
  • process.approval — approval workflow (e.g., "manager approval required")

On this page