{"openapi":"3.1.0","info":{"title":"Cascayd discovery API","version":"1.0.0","description":"Read-only discovery resources for agents, including the API catalog, capability catalog, and MCP server card."},"servers":[{"url":"https://cascayd.app"}],"paths":{"/api/status":{"get":{"operationId":"getStatus","summary":"Get service status","responses":{"200":{"description":"The discovery surface is available.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Status"}}}}}}},"/.well-known/api-catalog":{"get":{"operationId":"getApiCatalog","summary":"Get the API catalog","responses":{"200":{"description":"RFC 9727 Linkset API catalog.","content":{"application/linkset+json":{"schema":{"type":"object"}}}}}}},"/.well-known/ai-catalog.json":{"get":{"operationId":"getCapabilityCatalog","summary":"Get the ARD capability catalog","responses":{"200":{"description":"Agentic Resource Discovery capability manifest.","content":{"application/json":{"schema":{"type":"object"}}}}}}}},"components":{"schemas":{"Status":{"type":"object","required":["status","service"],"properties":{"status":{"type":"string","enum":["ok"]},"service":{"type":"string","example":"cascayd.app"}}}}}}