Connect Everything: LUCI's New Integrations API

Why Integrations Matter
Your workflow spans dozens of tools. LUCI's Integrations API lets you connect them all into a unified, context-aware system.
The API
Our REST and WebSocket APIs give you full access to LUCI's capabilities:
- Memory API — query and write to your knowledge graph
- Automation API — trigger and manage workflows programmatically
- Events API — subscribe to real-time context changes
Authentication
All API access uses OAuth 2.0 with scoped permissions. You control exactly what each integration can access.
Built-In Integrations
We ship with integrations for the tools you already use:
- GitHub — link commits, PRs, and issues to your knowledge graph
- Slack — capture important discussions automatically
- Linear — sync project context and task updates
- Notion — index your documentation
Building Custom Integrations
Our SDK makes it easy to build custom integrations:
- Install the LUCI SDK
- Register your integration
- Define your event handlers
- Deploy and connect
Community Integrations
Browse and install integrations built by the community in our integration marketplace.


