Quickstart
This guide walks through the minimum NexaLayer flow:1. Request an API key by email
2. List products
product_no when creating a session. Dynamic products work well for short-lived and rotation-friendly automation. Static products are better for stable identity, account login, and fixed-region tasks.
3. Create a dynamic session
status=creating.
4. Poll until active
active, the response includes proxy details:
proxy.full_url can be used by tools that accept proxy URLs. Playwright usually needs server, username, and password separately.
5. Report execution telemetry
6. Read health
7. Terminate the session
finally block or shutdown hook.