Integrations
Connect Lightcone to agent frameworks, orchestration platforms, and AI providers.
Lightcone integrates with the most popular AI agent frameworks and tools. Use Lightcone’s cloud browsers as the execution environment for any agent that needs to interact with the web.
All integrations start the same way: create a Lightcone computer session, then hand it to your framework. The session gives you a sandboxed cloud browser with stealth mode, proxy support, and session persistence.
Agent frameworks
Section titled “Agent frameworks”| Integration | Description |
|---|---|
| LangChain | Document loader and tool for LangChain agents (Python & TypeScript) |
| CrewAI | Browser automation tool for CrewAI multi-agent workflows |
| Browser-Use | Connect Browser-Use’s AI web agents to Lightcone cloud browsers |
| Mastra | Lightcone actions as tools in Mastra AI agents |
| Vercel AI SDK | Lightcone as a tool in Vercel AI SDK agents |
Computer-use agents
Section titled “Computer-use agents”| Integration | Description |
|---|---|
| OpenAI CUA | Run OpenAI’s Computer-Using Agent on Lightcone sessions |
| Anthropic Claude | Use Claude’s computer-use capabilities with Lightcone |
Infrastructure
Section titled “Infrastructure”| Integration | Description |
|---|---|
| Playwright | Connect Playwright to Lightcone sessions via Chrome DevTools Protocol |
| MCP Server | Model Context Protocol server exposing Lightcone actions as tools |
How integrations work
Section titled “How integrations work”Most integrations follow one of two patterns:
Tool pattern — Lightcone actions (click, type, navigate, screenshot) are wrapped as tools that an AI agent can call. Used by LangChain, CrewAI, Mastra, Vercel AI SDK.
Remote browser pattern — Lightcone provides a cloud browser that the framework connects to via CDP (Chrome DevTools Protocol) or WebSocket. Used by Playwright, Browser-Use, OpenAI CUA, Anthropic Claude.
Both patterns start the same way: create a Lightcone computer session, then hand the session to your framework.