{"openapi":"3.1.0","info":{"title":"SYIE by Sdivynex Public Discovery API","version":"1.0.0","description":"Safe public discovery and status endpoints for SYIE by Sdivynex."},"servers":[{"url":"https://www.sdivynex.in"}],"paths":{"/api/health":{"get":{"summary":"Public health status","operationId":"getHealth","responses":{"200":{"description":"Healthy service response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean"},"service":{"type":"string"},"status":{"type":"string"}},"required":["ok","service","status"]}}}}}}},"/.well-known/api-catalog":{"get":{"summary":"Public API catalog linkset","operationId":"getApiCatalog","responses":{"200":{"description":"Linkset describing public discovery resources","content":{"application/linkset+json":{"schema":{"type":"object"}}}}}}},"/llms.txt":{"get":{"summary":"LLM-oriented public site summary","operationId":"getLlmsTxt","responses":{"200":{"description":"Plain text public LLM guidance","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/.well-known/agent-skills/index.json":{"get":{"summary":"Public agent skills discovery index","operationId":"getAgentSkillsIndex","responses":{"200":{"description":"Safe public skills index","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/auth.md":{"get":{"summary":"Public agent auth policy","operationId":"getAuthMarkdown","responses":{"200":{"description":"Markdown auth policy for agents","content":{"text/markdown":{"schema":{"type":"string"}}}}}}}}}