{"message":"WhiteLabel AI API","version":"2.0.0","architecture":"MVC","frontend":"https://agentstudio.armiasystems.com","endpoints":{"status":"GET /api/status","register":"POST /api/clients/register","clients":"GET /api/clients","clientBySlug":"GET /api/clients/:slug","clientByApiKey":"GET /api/clients/api/:api_key (deprecated)","updateClient":"PUT /api/clients/:api_key","deleteClient":"DELETE /api/clients/:api_key","chat":"POST /api/chat","validateApiKey":"POST /api/chat/validate","uploadDocument":"POST /api/documents/upload","getDocuments":"GET /api/documents/:slug","getDocumentStats":"GET /api/documents/:slug/stats","deleteDocument":"DELETE /api/documents/:slug/:document_id"},"notes":{"slugs":"All client operations now use URL-friendly slugs instead of MongoDB IDs","apiKeys":"API keys are still used for chat authentication and kept private"}}