diff --git a/src/content/cloud-offer/getting-started.mdx b/src/content/cloud-offer/getting-started.mdx index 2a0a109..e8d6ddd 100644 --- a/src/content/cloud-offer/getting-started.mdx +++ b/src/content/cloud-offer/getting-started.mdx @@ -1,3 +1,5 @@ +import { Callout } from 'nextra/components' + --- title: Getting started description: Start using remote browsers easily with Lightpanda cloud. @@ -38,6 +40,11 @@ await browser.close(); You have access to Lightpanda and Chromium browsers. + +Depending on your location, you can connect using the url +`wss://euwest.cloud.lightpanda.io/ws` or `wss//uswest.cloud.lightpanda.io/ws`. + + ## Sign in to the dashboard You can access your dashboard on [https://console.lightpanda.io](https://console.lightpanda.io). diff --git a/src/content/cloud-offer/tools/cdp.mdx b/src/content/cloud-offer/tools/cdp.mdx index a04899b..b7749fd 100644 --- a/src/content/cloud-offer/tools/cdp.mdx +++ b/src/content/cloud-offer/tools/cdp.mdx @@ -10,13 +10,21 @@ Most of existing tools to control a browser like Puppeteer, Playwright or chrome ## Usage -You can connect to the CDP using the url `wss://euwest.cloud.lightpanda.io/ws`. +Depending on your location, you can connect to the CDP using the url +`wss://euwest.cloud.lightpanda.io/ws` or `wss//uswest.cloud.lightpanda.io/ws`. + You have to add your token as query string parameter: `token=YOUR_TOKEN`. ```text copy +// Server in west europe wss://euwest.cloud.lightpanda.io/ws?token=TOKEN ``` +```text copy +// Server in west US +wss://uswest.cloud.lightpanda.io/ws?token=TOKEN +``` + ### Options The CDP url takes options to configure the browser as query string parameters. diff --git a/src/content/cloud-offer/tools/mcp.mdx b/src/content/cloud-offer/tools/mcp.mdx index 76c5d97..64836b4 100644 --- a/src/content/cloud-offer/tools/mcp.mdx +++ b/src/content/cloud-offer/tools/mcp.mdx @@ -12,7 +12,8 @@ easily control Lightpanda browser with your AI applications. The Lightpanda MCP service supports only [SSE](https://modelcontextprotocol.io/specification/2024-11-05/basic/transports#http-with-sse) transport. -Use the url `https://euwest.cloud.lightpanda.io/mcp/sse` to connect. +Depending on your location, you can connect to the MCP using the url +`wss://euwest.cloud.lightpanda.io/mcp/sse` or `wss//uswest.cloud.lightpanda.io/mcp/sse`. ### Authentication diff --git a/src/content/quickstart/go-to-production-with-lightpanda-cloud.mdx b/src/content/quickstart/go-to-production-with-lightpanda-cloud.mdx index efe1cdd..7d15af3 100644 --- a/src/content/quickstart/go-to-production-with-lightpanda-cloud.mdx +++ b/src/content/quickstart/go-to-production-with-lightpanda-cloud.mdx @@ -1,3 +1,5 @@ +import { Callout } from 'nextra/components' + --- title: Go to production with Lightpanda cloud description: Learn how to use a remote Lightpanda browser @@ -38,6 +40,11 @@ const playwrightopts = { + +Depending on your location, you can connect using the url +`wss://euwest.cloud.lightpanda.io/ws` or `wss//uswest.cloud.lightpanda.io/ws`. + + ## Clean up local-only lines You no longer need to start a local browser process because you are using the