# LLM Files Generation API

**Last Updated:** 2026-01-20

## Overview

The LLM files generation API (`/v2/api/generate-llms.php`) generates structured content manifests (`llms.txt` and `llms-full.txt`) for AI/LLM crawlers.

## Endpoint

**URL:** `/v2/api/generate-llms.php`  
**Method:** GET/POST  
**Output:** Text files (`llms.txt`, `llms-full.txt`)

## Purpose

Generate structured content manifests that help AI systems discover, understand, and cite Ordio's most important pages.

## File Structure

- **`llms.txt`** - Curated list of most important pages
- **`llms-full.txt`** - Comprehensive list of all pages

## Related Documentation

- **[LLM Files Guide](../../seo-strategy-2026/LLM_FILES_GUIDE.md)** - Complete LLM files documentation
- **[LLM Files Rules](../../../.cursor/rules/llm-files.mdc)** - LLM files patterns and requirements
- **CLI validation:** `python3 v2/scripts/llms/validate-llms-metadata.py --report` (counts, FAQs, headers, SSOT product URLs from `v2/scripts/llms/llms-product-urls.json`)
