Yaak Logo
Yaak
Feedback/Create environments from OpenAPI server URLs

Create environments from OpenAPI server URLs

Viktor Kojouharov·2 years ago·#YF391
Released to BetaImprovement

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)


Comments (1)

Sign in to leave a comment.

Yaak BotReleased to BetaFeatured

This is now available in 2026.7.0-beta.6!

Type to search feedback...