Examples
The repository includes runnable examples for API key auth, product listing, session creation,proxy.full_url, telemetry reporting, and cleanup.
Python
Playwright
active, launches Chromium against https://httpbin.org/ip, reports telemetry, and terminates the session during cleanup.
Playwright proxy shape
NexaLayer returnsproxy.full_url, but Playwright commonly expects:
host, port, protocol, username, and password when building Playwright config.