AI integration for Docebo learning paths connects at three primary surfaces: the Learning Plan Builder API, the User Profile and Activity data model, and the Automation Rules engine. Instead of manually assembling courses into a linear sequence, you can use AI to analyze a learner's role, existing skills (from integrations with HRIS or self-assessments), and project objectives to generate a personalized, adaptive learning path. This involves calling an AI service (like an LLM or a custom model) via a middleware layer or directly through Docebo's webhooks, passing structured data about available courses (course_id, tags, estimated_time, skills_mapped) and the learner's target state. The AI returns a recommended sequence, complete with rationale and optional branching logic, which is then created as a new Learning Plan via the API.




