Skip to content
Dashboard
Integrations

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.

IntegrationDescription
LangChainDocument loader and tool for LangChain agents (Python & TypeScript)
CrewAIBrowser automation tool for CrewAI multi-agent workflows
Browser-UseConnect Browser-Use’s AI web agents to Lightcone cloud browsers
MastraLightcone actions as tools in Mastra AI agents
Vercel AI SDKLightcone as a tool in Vercel AI SDK agents
IntegrationDescription
OpenAI CUARun OpenAI’s Computer-Using Agent on Lightcone sessions
Anthropic ClaudeUse Claude’s computer-use capabilities with Lightcone
IntegrationDescription
PlaywrightConnect Playwright to Lightcone sessions via Chrome DevTools Protocol
MCP ServerModel Context Protocol server exposing Lightcone actions as tools

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.