{ "openapi": "3.0.3", "info": { "title": "Navattic marketing website", "version": "1.0.0", "description": "Public HTTP surface for www.navattic.com. Product APIs and MCP are hosted on app.navattic.com; see /.well-known/api-catalog." }, "servers": [{ "url": "https://www.navattic.com" }], "paths": { "/api/health": { "get": { "summary": "Health check", "operationId": "health", "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "type": "object", "properties": { "status": { "type": "string", "example": "ok" } } } } } } } } } } }