Find a buyer prompt where competitors appear first.
Use a tiny Northstar CRM sample to show how one AI-answer check becomes a score, competitor gap, and publishing action.
Show the visibility gap in under a minute.
The sample is intentionally small: one buyer-intent query, three competitors, and one recommendation that tells a team what to publish next.
Paste one prompt
Use the sample brand, website, competitors, and buyer-intent query.
Run one check
Confirm brand mention status, competitor mentions, citation URLs, and visibility score.
Route the gap
Send low-score prompts to comparison, alternatives, citation, or buyer-intent content work.
Show the monitor path before asking for a run.
This short GIF previews the sample prompt, competitor-only answer, visibility score, and recommended content action buyers get from the first proof run.
A safe sample for quick proof.
Paste this shape into the Store input to verify the monitor path before wiring a scheduled prompt set.
{
"brandName": "Northstar CRM",
"brandWebsite": "https://northstar-crm.example",
"brandAliases": [
"Northstar"
],
"competitors": [
"HubSpot",
"Salesforce",
"Pipedrive"
],
"queries": [
"best CRM for B2B SaaS teams tracking product-led sales"
],
"modelIds": [
"openrouter/auto"
],
"maxQueries": 1,
"maxModels": 1,
"maxAnswerTokens": 500,
"temperaturePercent": 20,
"includeRawAnswer": true,
"failOnProviderError": false
}
What the buyer should inspect.
This public-safe output snapshot shows the useful fields without requiring a production client account.
{
"status": "succeeded",
"brandName": "Northstar CRM",
"query": "best CRM for B2B SaaS teams tracking product-led sales",
"modelId": "openrouter/auto",
"brandMentioned": false,
"brandPosition": null,
"competitorsMentioned": [
"HubSpot",
"Salesforce",
"Pipedrive"
],
"brandDomainMentioned": false,
"citationUrls": [],
"visibilityScore": 5,
"recommendation": "Northstar CRM is absent while HubSpot, Pipedrive, Salesforce appear. Publish comparison, alternatives, and buyer-intent pages that answer this query directly."
}