Add Console and Limits and billing pages for Lightpanda Cloud - #75
Add Console and Limits and billing pages for Lightpanda Cloud#75cdebled wants to merge 4 commits into
Console and Limits and billing pages for Lightpanda Cloud#75Conversation
cdebled
commented
Jul 22, 2026
- Add a new Console how-to page documenting the Lightpanda Cloud web console
- Add a new Limits and billing page covering usage limits and billing details
- Expand Getting started with more detail
| ```sh copy | ||
| export LPD_TOKEN="your token here" | ||
| ``` | ||
|
|
There was a problem hiding this comment.
Maybe it worth mentioning we have a tool in the console to help you configure the connection URL: https://console.lightpanda.io/tools/script-generator
There was a problem hiding this comment.
I added:
Prefer not to hand-write the snippet? The script generator in the console walks you through your client and region, then hands you a ready-to-paste connection snippet with your token already filled in.
9fe134a#diff-dcd2ae6f439fbc1f7efa07180f203a6b142c47107e0a51b98c9cedc689adcec6R23
| - `wss://euwest.cloud.lightpanda.io/ws` (west Europe) | ||
| - `wss://uswest.cloud.lightpanda.io/ws` (west US) | ||
|
|
||
| The cloud serves Lightpanda by default. Add `browser=chrome` to run Google Chrome instead, or `browser=lightpanda` to force Lightpanda. To route traffic through a proxy, see [Configure a proxy](/guides/configure-a-proxy). |
There was a problem hiding this comment.
I don't think we should mention chrome. Or we must add chrome is offered for debug purpose only.
There was a problem hiding this comment.
I rephrased:
The cloud serves Lightpanda by default. For debugging, append
browser=chrometo run Google Chrome instead, since Chrome isn't intended for production traffic. Appendbrowser=lightpandato force Lightpanda explicitly.
9fe134a#diff-dcd2ae6f439fbc1f7efa07180f203a6b142c47107e0a51b98c9cedc689adcec6R86