Catalog delivery protocol
Your products are exposed in machine-readable formats so agents can parse offers and availability without scraping templates.
Includes: Feed JSON + markdown agent view
Agentsfeed does more than publish endpoints. It ships a complete protocol layer so AI agents can discover your store, understand your catalog, and follow your access rules with minimal friction.
Your products are exposed in machine-readable formats so agents can parse offers and availability without scraping templates.
Includes: Feed JSON + markdown agent view
Agents discover your capabilities from standard well-known routes instead of brittle custom integration docs.
Includes: Agent card + skills + API catalog
The API catalog links directly to service description and status so integrators can verify capabilities quickly.
Includes: Linkset catalog + OpenAPI + status
OAuth and OpenID metadata are published so authenticated agent workflows can connect with predictable token flows.
Includes: OpenID + OAuth auth server + protected resource
Crawler and model policies are explicit, so you control training/input posture and avoid ambiguous bot behavior.
Includes: robots.txt + llms.txt + Content-Signal
MCP metadata and WebMCP context expose callable storefront capabilities for compatible AI runtimes.
Includes: MCP server card + browser WebMCP tools
Standardized discovery reduces one-off implementation errors and helps external teams integrate faster.
When protocols are already in place, new agent clients can discover your store with less manual onboarding work.
Policy and protocol behavior lives in module settings, so you can adapt without recurring theme rewrites.
Implementation teams can use this route inventory for QA and integration checks after setup.
Primary machine-readable catalog resource for product discovery.
/module/agentsfeed/feed
Compact markdown summary for lightweight agent crawlers.
/ai/agent-ready.md
Advertises high-level agent identity and capability references.
/.well-known/agent-card.json
Lists skill/discovery pointers for capable clients.
/.well-known/agent-skills/index.json
Skill-level markdown docs with stable URLs and digest-backed index entries.
/.well-known/agent-skills/catalog-read.md
RFC linkset catalog with item, service-desc, service-doc, and status relations.
/.well-known/api-catalog
OpenAPI service description linked from the API catalog.
/.well-known/service-desc
Machine-readable operational status for discovery and monitoring.
/.well-known/status
OIDC discovery metadata for agent-compatible authentication flows.
/.well-known/openid-configuration
OAuth authorization server metadata for token and grant discovery.
/.well-known/oauth-authorization-server
Protected resource metadata including authorization servers and scopes.
/.well-known/oauth-protected-resource
Capability descriptor for ACP-aware clients.
/.well-known/acp.json
Capability descriptor for UCP-aware clients.
/.well-known/ucp.json
MCP server metadata for model context protocol integrations.
/.well-known/mcp/server-card.json
Crawl and AI policy output controlled by module settings.
/robots.txt
Model-facing policy and index content endpoint.
/llms.txt