{"openapi":"3.1.0","info":{"title":"Fenod Agent Discovery API","version":"1.0.0","description":"Machine-readable discovery endpoints published by fenod.fr for AI agents and integrators."},"servers":[{"url":"https://fenod.fr"}],"paths":{"/.well-known/api-catalog":{"get":{"summary":"API catalog","responses":{"200":{"description":"RFC 9727 linkset","content":{"application/linkset+json":{}}}}}},"/.well-known/agent-skills/index.json":{"get":{"summary":"Agent skills discovery index","responses":{"200":{"description":"Agent skills index","content":{"application/json":{}}}}}},"/.well-known/mcp/server-card.json":{"get":{"summary":"MCP server card","responses":{"200":{"description":"MCP server card","content":{"application/json":{}}}}}},"/.well-known/oauth-authorization-server":{"get":{"summary":"OAuth authorization server metadata","responses":{"200":{"description":"RFC 8414 metadata","content":{"application/json":{}}}}}},"/.well-known/oauth-protected-resource":{"get":{"summary":"OAuth protected resource metadata","responses":{"200":{"description":"RFC 9728 metadata","content":{"application/json":{}}}}}},"/api/status":{"get":{"summary":"Health check","responses":{"200":{"description":"Service status","content":{"application/json":{}}}}}}}}