Ready-made features - AI Agents
AI Agents let you embed AI teammates directly into your app. Agents can respond to messages, handle @mentions, perform actions, and collaborate inside your product—just like human users. Use a simple built-in copilot powered by any LLM, or connect your own agent framework such as n8n or LangChain.
Key features
Liveblocks AI Copilots
Built-in agents you can configure directly in Liveblocks.
- Works with popular LLMs (OpenAI, Anthropic, Gemini).
- Add domain knowledge from text, PDFs, websites, or images (RAG).
- Fully compatible with the
<AiChat />React component. - Define behavior through simple prompts and settings.
- No backend required—everything runs via the client SDK.
Learn more about Liveblocks AI Copilots
Framework agents (private beta)
Bring your own multi-agent logic or external workflows.
- Connect n8n, LangChain, Crew AI, or your own agent system.
- Receive room events (mentions, messages, actions) via webhooks.
- Return actions that update UI, add comments, respond to users, or trigger workflows.
- Ideal for multi-agent orchestration, automation, and complex pipelines.
- Works with any server-side runtime or architecture.