Skip to main content

Purpose

Generates visibility tracking prompts for products. These prompts are used by the daily cron to check if products are being recommended by AI platforms.

Architecture

Pipeline Flow

This endpoint is the second step in a 3-step product pipeline:

How Prompts Are Used

These prompts are later used by the daily cron job:
  1. Sample prompts - Cron samples 10 prompts per day
  2. Check visibility - Query 8 AI platforms with each prompt
  3. Store results - Update entity_prompts_tracker with pass/fail per platform
  4. Calculate score - Aggregate into visibility score

Code Location