> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Competitive Brief

> Generate a full head-to-head competitive intelligence brief in a single call.

## 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

1. Call `competitive_brief_run_full_brief` with your target domain and a list of competitor domains.
2. Pipe the JSON output into `competitive_brief_render_brief_html`.
3. Send the HTML via [Send Message](/actions/send_message) or display it with [Show User Output](/actions/show_user_output).

## Related

* [Company Research v2](/agent-packs/company-research) for single-company deep dives.
* [Industry Research](/agent-packs/industry-research) for broader market landscape briefs.
* Full endpoint details in the [API Reference](/api-reference).
