{"name":"Bioinformatics Backend API","description":"Backend API for user management, authentication, organizations, workspaces, and business logic","version":"1.0.0","service":"backend","endpoints":[{"path":"/api/health","method":"GET","description":"Health check endpoint"},{"path":"/api/agent/health","method":"GET","description":"Check agent server connectivity"},{"path":"/auth/register","method":"POST","description":"Register a new user"},{"path":"/auth/login","method":"POST","description":"Login with email and password"},{"path":"/auth/google","method":"GET","description":"Login with Google OAuth"},{"path":"/auth/profile","method":"GET","description":"Get user profile"},{"path":"/auth/logout","method":"POST","description":"Logout user"},{"path":"/api/organizations","method":"GET","description":"Get user organizations"},{"path":"/api/organizations","method":"POST","description":"Create new organization"},{"path":"/api/organizations/:id","method":"GET","description":"Get organization details"},{"path":"/api/organizations/:id","method":"PUT","description":"Update organization"},{"path":"/api/organizations/:id","method":"DELETE","description":"Delete organization"},{"path":"/api/workspaces","method":"GET","description":"Get user workspaces"},{"path":"/api/workspaces","method":"POST","description":"Create new workspace"},{"path":"/api/workspaces/:id","method":"GET","description":"Get workspace details"},{"path":"/api/workspaces/:id","method":"PUT","description":"Update workspace"},{"path":"/api/workspaces/:id","method":"DELETE","description":"Delete workspace"},{"path":"/api/documents","method":"GET","description":"Get user documents"},{"path":"/api/documents","method":"POST","description":"Create new document"},{"path":"/api/documents/:id","method":"GET","description":"Get document details"},{"path":"/api/documents/:id","method":"PUT","description":"Update document"},{"path":"/api/documents/:id","method":"DELETE","description":"Delete document"},{"path":"/api/processes","method":"GET","description":"Get user processes"},{"path":"/api/processes","method":"POST","description":"Create new process"},{"path":"/api/processes/:id","method":"GET","description":"Get process details"},{"path":"/api/processes/:id","method":"PUT","description":"Update process"},{"path":"/api/processes/:id","method":"DELETE","description":"Delete process"},{"path":"/api/files","method":"GET","description":"Get workspace files"},{"path":"/api/files/upload","method":"POST","description":"Upload file to workspace"},{"path":"/api/files/:id","method":"GET","description":"Download file"},{"path":"/api/files/:id","method":"DELETE","description":"Delete file"}]}