The integration surface sits between two core systems: Laserfiche Cloud as the system-of-record for documents and metadata, and Microsoft Teams as the collaborative workspace. AI connects via the Laserfiche REST API and Microsoft Graph API, acting as a middleware layer that listens for events (e.g., a new document version in a Laserfiche folder linked to a Teams channel) and responds with intelligent actions within the Teams interface. Key integration points include:
- Teams Channel Bots & Message Extensions: Deploy an AI agent as a Teams app that users can @mention to ask questions about Laserfiche documents pinned to that channel.
- Adaptive Cards & Workflow Triggers: Use AI to analyze uploaded files and post structured summaries or action items as adaptive cards in the channel, which can trigger approval workflows in Laserfiche or Power Automate.
- Secure Context Grounding: The AI's knowledge is strictly scoped to the document library and folder permissions defined in Laserfiche, respecting existing role-based access control (RBAC) so agents only "see" what the user querying them can access.




