qualia
Concepts

Briefings

The JSON document Qualia returns for an enriched actor.

A briefing is the JSON document Qualia returns once an actor's lifecycle status reaches enriched. It is delivered in the enrichment and intelligence fields of the getActor response.

Sections

  1. Decision. The engine's call: who to talk to, why now, what to open with.
  2. Signals. The evidence behind the decision: funding movements, product launches, hiring activity, leadership posts, technical footprint, press coverage.
  3. Sources. Every claim is cited to a URL.
  4. Timing. Signals indicating recency or urgency, with timestamps where the underlying source provides them.

Shape

{
  "status": "enriched",
  "intelligence": {
    "summary": "...",
    "highlights": ["..."],
    "suggestedHook": "...",
    "suggestedChannel": "email",
    "citations": {
      "summary": [{ "url": "https://...", "tool": "exa" }]
    }
  },
  "enrichment": {
    "companyName": "Ridgeline",
    "industry": "...",
    "citations": {
      "companyName": { "url": "https://...", "tool": "exa" }
    }
  }
}

The full schema is documented on the getActor reference page.

Next

On this page