/llms/{product-slug}.txt files for products and deploy to Vercel.
Use Cases
- Regenerate product llms after content updates (manual)
- Backfill llms files for products that were created without them
- Manual trigger to refresh product llms content
- Debugging and testing llms generation
Request Body
Response
How It Works
Shared Service
This endpoint uses the sharedgenerate_product_llms_txt service:
- Onboarding (GROUP 3b)
- Cron (
discover-products)
Product LLMs Architecture
This architecture scales to thousands of products:
- Root
llms.txtstays small (~3KB) - Each product gets its own file (~1-2KB)
- Product files are fetched on-demand for AI article generation