Overview
The Competitive Brief pack produces a structured competitive intelligence brief for a target company vs. its competitors, then renders it as a beautiful HTML document ready to email or embed. Use cases- Quarterly competitive updates for sales and product teams
- Win/loss narrative prep before a high-stakes demo
- Onboarding new AEs or PMMs on a competitive landscape
Pack actions
| Stage | Action | Purpose |
|---|---|---|
| CBFull | competitive_brief_run_full_brief | Generate the full brief (all sections) as JSON. |
| CBRender | competitive_brief_render_brief_html | Turn the JSON into a polished HTML document. |
Typical flow
- Call
competitive_brief_run_full_briefwith your target domain and a list of competitor domains. - Pipe the JSON output into
competitive_brief_render_brief_html. - Send the HTML via Send Message or display it with Show User Output.
Related
- Company Research v2 for single-company deep dives.
- Industry Research for broader market landscape briefs.
- Full endpoint details in the API Reference.

