{"name":"Supportify AI Backend","version":"1.0.0","description":"Chat Runtime System with LLM Integration","endpoints":{"health":"/health","auth":{"install":"POST /api/auth/shopify/install?shop={shop}","callback":"GET /api/auth/shopify/callback","createSession":"POST /api/auth/session","verify":"POST /api/auth/verify","me":"GET /api/auth/me","refresh":"POST /api/auth/refresh","logout":"POST /api/auth/logout","status":"GET /api/auth/status?shop={shop}"},"chatbot":{"getChatbot":"GET /api/chatbot","updateChatbot":"PUT /api/chatbot","testChatbot":"POST /api/chatbot/test","getTools":"GET /api/chatbot/tools","addTool":"POST /api/chatbot/tools","updateTool":"PUT /api/chatbot/tools/:toolId","deleteTool":"DELETE /api/chatbot/tools/:toolId"},"chat":{"createSession":"POST /api/chat/sessions","sendMessage":"POST /api/chat/sessions/:sessionId/messages","getMessages":"GET /api/chat/sessions/:sessionId/messages","getSession":"GET /api/chat/sessions/:sessionId","endSession":"DELETE /api/chat/sessions/:sessionId"},"billing":{"plans":"GET /api/billing/plans","subscription":"GET /api/billing/subscription","subscribe":"POST /api/billing/subscribe","usage":"GET /api/billing/usage","limits":"GET /api/billing/limits","stats":"GET /api/billing/stats"}}}