Skip to content

Commit 688c933

Browse files
committed
feat(profound): add Profound AI visibility and analytics integration
1 parent 35b3646 commit 688c933

36 files changed

Lines changed: 4731 additions & 180 deletions

apps/docs/components/icons.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,17 @@ export function StartIcon(props: SVGProps<SVGSVGElement>) {
12851285
)
12861286
}
12871287

1288+
export function ProfoundIcon(props: SVGProps<SVGSVGElement>) {
1289+
return (
1290+
<svg width='1em' height='1em' viewBox='0 0 55 55' xmlns='http://www.w3.org/2000/svg' {...props}>
1291+
<path
1292+
fill='currentColor'
1293+
d='M0 36.685V21.349a7.017 7.017 0 0 1 2.906-5.69l19.742-14.25A7.443 7.443 0 0 1 27.004 0h.062c1.623 0 3.193.508 4.501 1.452l19.684 14.207a7.016 7.016 0 0 1 2.906 5.69v12.302a7.013 7.013 0 0 1-2.907 5.689L31.527 53.562A7.605 7.605 0 0 1 27.078 55a7.641 7.641 0 0 1-4.465-1.44c-2.581-1.859-6.732-4.855-6.732-4.855V29.777c0-.249.28-.393.482-.248l10.538 7.605c.106.077.249.077.355 0l13.005-9.386a.306.306 0 0 0 0-.496l-13.005-9.386a.303.303 0 0 0-.355 0L.482 36.933A.304.304 0 0 1 0 36.685Z'
1294+
/>
1295+
</svg>
1296+
)
1297+
}
1298+
12881299
export function PineconeIcon(props: SVGProps<SVGSVGElement>) {
12891300
return (
12901301
<svg

apps/docs/components/ui/icon-mapping.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ import {
126126
PolymarketIcon,
127127
PostgresIcon,
128128
PosthogIcon,
129+
ProfoundIcon,
129130
PulseIcon,
130131
QdrantIcon,
131132
QuiverIcon,
@@ -302,6 +303,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
302303
polymarket: PolymarketIcon,
303304
postgresql: PostgresIcon,
304305
posthog: PosthogIcon,
306+
profound: ProfoundIcon,
305307
pulse_v2: PulseIcon,
306308
qdrant: QdrantIcon,
307309
quiver: QuiverIcon,

apps/docs/content/docs/en/tools/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
"polymarket",
122122
"postgresql",
123123
"posthog",
124+
"profound",
124125
"pulse",
125126
"qdrant",
126127
"quiver",
Lines changed: 303 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,303 @@
1+
---
2+
title: Profound
3+
description: AI visibility and analytics with Profound
4+
---
5+
6+
import { BlockInfoCard } from "@/components/ui/block-info-card"
7+
8+
<BlockInfoCard
9+
type="profound"
10+
color="#1A1A2E"
11+
/>
12+
13+
{/* MANUAL-CONTENT-START:intro */}
14+
[Profound](https://tryprofound.com/) is an AI visibility and analytics platform that helps brands understand how they appear across AI-powered search engines, chatbots, and assistants. It tracks mentions, citations, sentiment, bot traffic, and referral patterns across platforms like ChatGPT, Perplexity, Google AI Overviews, and more.
15+
16+
With the Profound integration in Sim, you can:
17+
18+
- **Monitor AI Visibility**: Track share of voice, visibility scores, and mention counts across AI platforms for your brand and competitors.
19+
- **Analyze Sentiment**: Measure how positively or negatively your brand is discussed in AI-generated responses.
20+
- **Track Citations**: See which URLs are being cited by AI models and your citation share relative to competitors.
21+
- **Monitor Bot Traffic**: Analyze AI crawler activity on your domain, including GPTBot, ClaudeBot, and other AI agents, with hourly granularity.
22+
- **Track Referral Traffic**: Monitor human visits arriving from AI platforms to your website.
23+
- **Explore Prompt Data**: Access raw prompt-answer pairs, query fanouts, and prompt volume trends across AI platforms.
24+
- **Optimize Content**: Get AEO (Answer Engine Optimization) scores and actionable recommendations to improve how AI models reference your content.
25+
- **Manage Categories & Assets**: List and explore your tracked categories, assets (brands), topics, tags, personas, and regions.
26+
27+
These tools let your agents automate AI visibility monitoring, competitive intelligence, and content optimization workflows. To use the Profound integration, you'll need a Profound account with API access.
28+
{/* MANUAL-CONTENT-END */}
29+
30+
31+
## Usage Instructions
32+
33+
Track how your brand appears across AI platforms. Monitor visibility scores, sentiment, citations, bot traffic, referrals, content optimization, and prompt volumes with Profound.
34+
35+
36+
37+
## Tools
38+
39+
### `profound_list_categories`
40+
41+
#### Input
42+
43+
| Parameter | Type | Required | Description |
44+
| --------- | ---- | -------- | ----------- |
45+
46+
#### Output
47+
48+
This tool does not produce any outputs.
49+
50+
### `profound_list_regions`
51+
52+
#### Input
53+
54+
| Parameter | Type | Required | Description |
55+
| --------- | ---- | -------- | ----------- |
56+
57+
#### Output
58+
59+
This tool does not produce any outputs.
60+
61+
### `profound_list_models`
62+
63+
#### Input
64+
65+
| Parameter | Type | Required | Description |
66+
| --------- | ---- | -------- | ----------- |
67+
68+
#### Output
69+
70+
This tool does not produce any outputs.
71+
72+
### `profound_list_domains`
73+
74+
#### Input
75+
76+
| Parameter | Type | Required | Description |
77+
| --------- | ---- | -------- | ----------- |
78+
79+
#### Output
80+
81+
This tool does not produce any outputs.
82+
83+
### `profound_list_assets`
84+
85+
#### Input
86+
87+
| Parameter | Type | Required | Description |
88+
| --------- | ---- | -------- | ----------- |
89+
90+
#### Output
91+
92+
This tool does not produce any outputs.
93+
94+
### `profound_list_personas`
95+
96+
#### Input
97+
98+
| Parameter | Type | Required | Description |
99+
| --------- | ---- | -------- | ----------- |
100+
101+
#### Output
102+
103+
This tool does not produce any outputs.
104+
105+
### `profound_category_topics`
106+
107+
#### Input
108+
109+
| Parameter | Type | Required | Description |
110+
| --------- | ---- | -------- | ----------- |
111+
112+
#### Output
113+
114+
This tool does not produce any outputs.
115+
116+
### `profound_category_tags`
117+
118+
#### Input
119+
120+
| Parameter | Type | Required | Description |
121+
| --------- | ---- | -------- | ----------- |
122+
123+
#### Output
124+
125+
This tool does not produce any outputs.
126+
127+
### `profound_category_prompts`
128+
129+
#### Input
130+
131+
| Parameter | Type | Required | Description |
132+
| --------- | ---- | -------- | ----------- |
133+
134+
#### Output
135+
136+
This tool does not produce any outputs.
137+
138+
### `profound_category_assets`
139+
140+
#### Input
141+
142+
| Parameter | Type | Required | Description |
143+
| --------- | ---- | -------- | ----------- |
144+
145+
#### Output
146+
147+
This tool does not produce any outputs.
148+
149+
### `profound_category_personas`
150+
151+
#### Input
152+
153+
| Parameter | Type | Required | Description |
154+
| --------- | ---- | -------- | ----------- |
155+
156+
#### Output
157+
158+
This tool does not produce any outputs.
159+
160+
### `profound_visibility_report`
161+
162+
#### Input
163+
164+
| Parameter | Type | Required | Description |
165+
| --------- | ---- | -------- | ----------- |
166+
167+
#### Output
168+
169+
This tool does not produce any outputs.
170+
171+
### `profound_sentiment_report`
172+
173+
#### Input
174+
175+
| Parameter | Type | Required | Description |
176+
| --------- | ---- | -------- | ----------- |
177+
178+
#### Output
179+
180+
This tool does not produce any outputs.
181+
182+
### `profound_citations_report`
183+
184+
#### Input
185+
186+
| Parameter | Type | Required | Description |
187+
| --------- | ---- | -------- | ----------- |
188+
189+
#### Output
190+
191+
This tool does not produce any outputs.
192+
193+
### `profound_query_fanouts`
194+
195+
#### Input
196+
197+
| Parameter | Type | Required | Description |
198+
| --------- | ---- | -------- | ----------- |
199+
200+
#### Output
201+
202+
This tool does not produce any outputs.
203+
204+
### `profound_prompt_answers`
205+
206+
#### Input
207+
208+
| Parameter | Type | Required | Description |
209+
| --------- | ---- | -------- | ----------- |
210+
211+
#### Output
212+
213+
This tool does not produce any outputs.
214+
215+
### `profound_bots_report`
216+
217+
#### Input
218+
219+
| Parameter | Type | Required | Description |
220+
| --------- | ---- | -------- | ----------- |
221+
222+
#### Output
223+
224+
This tool does not produce any outputs.
225+
226+
### `profound_referrals_report`
227+
228+
#### Input
229+
230+
| Parameter | Type | Required | Description |
231+
| --------- | ---- | -------- | ----------- |
232+
233+
#### Output
234+
235+
This tool does not produce any outputs.
236+
237+
### `profound_raw_logs`
238+
239+
#### Input
240+
241+
| Parameter | Type | Required | Description |
242+
| --------- | ---- | -------- | ----------- |
243+
244+
#### Output
245+
246+
This tool does not produce any outputs.
247+
248+
### `profound_bot_logs`
249+
250+
#### Input
251+
252+
| Parameter | Type | Required | Description |
253+
| --------- | ---- | -------- | ----------- |
254+
255+
#### Output
256+
257+
This tool does not produce any outputs.
258+
259+
### `profound_list_optimizations`
260+
261+
#### Input
262+
263+
| Parameter | Type | Required | Description |
264+
| --------- | ---- | -------- | ----------- |
265+
266+
#### Output
267+
268+
This tool does not produce any outputs.
269+
270+
### `profound_optimization_analysis`
271+
272+
#### Input
273+
274+
| Parameter | Type | Required | Description |
275+
| --------- | ---- | -------- | ----------- |
276+
277+
#### Output
278+
279+
This tool does not produce any outputs.
280+
281+
### `profound_prompt_volume`
282+
283+
#### Input
284+
285+
| Parameter | Type | Required | Description |
286+
| --------- | ---- | -------- | ----------- |
287+
288+
#### Output
289+
290+
This tool does not produce any outputs.
291+
292+
### `profound_citation_prompts`
293+
294+
#### Input
295+
296+
| Parameter | Type | Required | Description |
297+
| --------- | ---- | -------- | ----------- |
298+
299+
#### Output
300+
301+
This tool does not produce any outputs.
302+
303+

0 commit comments

Comments
 (0)