Start one
Start a live environment withenvironmentStart (MCP) or POST /environments (API). Pass your
organizationId, and optionally an agentId to bind it to an agent.
The response carries a connection.cdpUrl, a websocket URL at wss://cdp.asteroid.ai. Point any Chrome
DevTools Protocol (CDP) client at it, such as Playwright’s connectOverCDP.
Read and stop it
Read it again withenvironmentGet, and stop it with environmentStop when you are done. An environment
you do not stop still ends on its own, at its session timeout.

