Skip to content

Add Lightpanda Cloud provider support#1109

Open
krichprollsch wants to merge 1 commit intovercel-labs:mainfrom
krichprollsch:lightpanda-cloud
Open

Add Lightpanda Cloud provider support#1109
krichprollsch wants to merge 1 commit intovercel-labs:mainfrom
krichprollsch:lightpanda-cloud

Conversation

@krichprollsch
Copy link
Copy Markdown

Summary

  • Add lightpanda-cloud as a new cloud browser provider, connecting to Lightpanda's hosted CDP
    endpoint via wss://{region}.cloud.lightpanda.io/ws?token=TOKEN
  • Introduce ProviderEngine enum (Chrome | Lightpanda) on ProviderConnection so the
    provider path correctly sets state.engine to "lightpanda", ensuring action-level branching
    between Chrome and Lightpanda behavior works for cloud sessions
  • Existing providers (Browserbase, Browserless, Browser Use, Kernel) are tagged ProviderEngine::Chrome

Configuration

Variable Description Default
LIGHTPANDA_CLOUD_TOKEN API token (required)
LIGHTPANDA_CLOUD_REGION Cloud region (euwest or uswest) euwest

Usage: agent-browser -p lightpanda-cloud open https://example.com

Connect to cloud-hosted Lightpanda browser instances via CDP WebSocket.
Uses token-based auth with regional endpoints (euwest/uswest).

Adds `engine` field to ProviderConnection so the provider path correctly
sets state.engine to "lightpanda", ensuring action-level branching
between Chrome and Lightpanda works for cloud sessions.
@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 1, 2026

@krichprollsch is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant