Create environments from OpenAPI server URLs

Improvement
When importing from OpenAPI, it should be possible to create an environment for each of the included server URLs.
# Example server URLs that might be within a spec
servers:
- url: https://api.example.com/v1
description: Production server (uses live data)
- url: https://sandbox-api.example.com:8443/v1
description: Sandbox server (uses test data)
This is now available in 2026.7.0-beta.6!