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
- Decision. The engine's call: who to talk to, why now, what to open with.
- Signals. The evidence behind the decision: funding movements, product launches, hiring activity, leadership posts, technical footprint, press coverage.
- Sources. Every claim is cited to a URL.
- 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
- Engine. How the briefing is produced.
getActorreference. Every field, generated from the spec.