| Product feed | /module/agentsfeed/feed | JSON catalog payload | Core | Primary machine-readable catalog resource for product discovery. |
| Agent markdown | /ai/agent-ready.md | Markdown | Core | Compact markdown summary for lightweight agent crawlers. |
| Agent card | /.well-known/agent-card.json | JSON | Core | Advertises high-level agent identity and capability references. |
| Agent skills | /.well-known/agent-skills/index.json | JSON | Core | Lists skill/discovery pointers for capable clients. |
| Skill doc | /.well-known/agent-skills/catalog-read.md | Markdown | Conditional | Skill-level markdown docs with stable URLs and digest-backed index entries. |
| API catalog | /.well-known/api-catalog | JSON | Core | RFC linkset catalog with item, service-desc, service-doc, and status relations. |
| Service descriptor | /.well-known/service-desc | JSON | Core | OpenAPI service description linked from the API catalog. |
| Status endpoint | /.well-known/status | JSON | Core | Machine-readable operational status for discovery and monitoring. |
| OAuth auth server | /.well-known/oauth-authorization-server | JSON | Conditional | OAuth authorization server metadata for token and grant discovery. |
| OAuth protected resource | /.well-known/oauth-protected-resource | JSON | Conditional | Protected resource metadata including authorization servers and scopes. |
| ACP descriptor | /.well-known/acp.json | JSON | Conditional | Capability descriptor for ACP-aware clients. |
| UCP descriptor | /.well-known/ucp.json | JSON | Conditional | Capability descriptor for UCP-aware clients. |
| MCP server card | /.well-known/mcp/server-card.json | JSON | Optional | MCP server metadata for model context protocol integrations. |
| Robots policy | /robots.txt | Text | Core | Crawl and AI policy output controlled by module settings. |
| llms policy | /llms.txt | Text | Core | Model-facing policy and index content endpoint. |
| llms full policy | /llms-full.txt | Text | Core | Expanded model-facing guidance with store references and locale metadata. |
| Feed products | /module/agentsfeed/feed/products | JSON | Core | Cursor-paginated product records with locale, pricing, images, availability, and variant detail when available. |
| Category feed | /module/agentsfeed/feed?resource=categories | JSON or markdown | Core | Category resources after visibility and exclusion rules are applied. |
| Category detail | /module/agentsfeed/feed?resource=category&id_category={id} | JSON or markdown | Core | Single category resource with localized name, URL, and products link when visible. |
| CMS page feed | /module/agentsfeed/feed?resource=pages | JSON or markdown | Core | Public CMS page resources suitable for lightweight agent context. |
| CMS page detail | /module/agentsfeed/feed?resource=page&id_cms={id} | JSON or markdown | Core | Single public CMS page resource after locale and visibility checks. |
| OAuth token | /oauth/token | JSON | Conditional | Issues short-lived Bearer tokens for `cart:write` when Agent Actions and public token issuance are enabled. |
| MCP JSON-RPC | /mcp | JSON-RPC | Conditional | Model Context Protocol endpoint for catalog search and cart creation tools. |
| Cart handoff | /module/agentsfeed/cart | JSON | Conditional | Creates an anonymous cart and returns a PrestaShop checkout URL after token and scope validation. |