{"name":"Ingenia","version":"1.0.0","description":"Public JSON endpoints for the Ingenia marketing site: chat assistant, contact intake, and health checks.","endpoints":[{"method":"POST","path":"/api/chat","description":"Ingenia site assistant. JSON request with message, optional history (max 6), and lang (es|en). SSE stream (chunk/done/error events). Lightweight RAG over site content. Rate limited in production."},{"method":"POST","path":"/api/contact","description":"Contact form intake processed server-side with validation."},{"method":"GET","path":"/api/status","description":"Simple site and discovery document status."}],"discovery":{"apiCatalog":"/.well-known/api-catalog","openApi":"/openapi.json","agentSkills":"/.well-known/agent-skills/index.json","docs":"/docs/api"}}