{
	"service": "ph3ar",
	"version": "1.0.0",
	"canonicalUrl": "https://ph3ar.com",
	"sameAs": ["https://ph3ar.platphormnews.com"],
	"purpose": "PH3AR entertainment discovery, AI-assisted movie recommendations, and trusted PlatPhormNews RSS aggregation.",
	"capabilities": [
		{
			"id": "movie-details",
			"type": "rest",
			"url": "/api/getMediaDetails",
			"access": "public-rate-limited"
		},
		{
			"id": "movie-recommendations",
			"type": "rest",
			"url": "/api/getRecommendation",
			"access": "public-rate-limited"
		},
		{ "id": "network-rss", "type": "rss", "url": "/rss.xml", "access": "public-read" },
		{ "id": "network-feed-api", "type": "rest", "url": "/api/feeds", "access": "public-read" }
	],
	"discovery": {
		"llms": "/llms.txt",
		"llmsFull": "/llms-full.txt",
		"openapi": "/openapi.yaml",
		"sitemap": "/sitemap.xml",
		"sitemapIndex": "/sitemap-index.xml",
		"rss": "/rss.xml",
		"trust": "/.well-known/trust.json"
	},
	"mcp": { "supported": true, "transport": "/api/mcp", "protocol": "json-rpc-2.0" },
	"auth": {
		"environmentVariable": "PLATPHORM_API_KEY",
		"publicRead": true,
		"protectedActions": true
	}
}
