Skip to main content

Configuration Templates

The following templates are ready to copy and deploy. Replace each {{placeholder}} with your actual information.

1. llms.txt Template

E-commerce Website

SaaS / Service Website

Deployment path: https://yourdomain.com/llms.txt

2. agent.json Template

Basic Version (Product Discovery Only)

Full Version (Multi-Protocol Support)

Deployment path: https://yourdomain.com/.well-known/agent.json

3. Schema.org Product Template


4. Schema.org Organization Template


5. robots.txt Template (AI-Friendly)


6. DMARC DNS Record Template

7. SPF DNS Record Template

Common email provider SPF includes:
  • Google Workspace: include:_spf.google.com
  • Microsoft 365: include:spf.protection.outlook.com
  • Zoho: include:zoho.com
  • Amazon SES: include:amazonses.com

UCP Profile Configuration Skeleton

Deploy at /.well-known/ucp to declare the UCP capabilities your store supports:
Deployment requirements: HTTPS required, no 3xx redirects allowed, Cache-Control must be public, max-age=60 or higher. For details, see: Book 3 Chapter 7

ACP Product Feed JSON Template

The minimum viable JSON format for an ACP product (one Product with one Variant):
Note: The amount field uses ISO 4217 minor currency units. $79.99 = 7999 (cents). For details, see: Book 4 Chapter 2

MCP Server Configuration Template

MCP Server connection configuration for Claude Desktop (claude_desktop_config.json):
For details, see: Book 5 Chapter 4