Skip to content
Vegha Docs

Importing Overview

Vegha can import collections and environments from a range of common API tooling formats. Every import converts the source into native, plain-text .bru collection files in your workspace — there is no proprietary database, so the result diffs, merges, and lives in git like any other code.

Choose File → Import or press Ctrl+I to open the Import dialog. Select a source file, pick a destination folder inside your workspace, and Vegha generates the equivalent .bru files.

FormatVersionsImports
Bruno.bruCollections
Postmanv2, v2.1Collections and environments
Insomniav4, v5Workspaces, requests, environments
OpenAPI3.xCollections (one request per operation)
Swagger2.0Collections (one request per operation)
WSDL1.1Executable SOAP collections

The Import dialog asks for a destination folder within your current workspace. Imported requests are written there as .bru files, preserving the source’s folder structure where one exists. You can import into a new subfolder to keep an imported collection isolated from existing work.

The same conversion is available headless. Use vegha import to convert a source file into .bru files as part of a script or CI step. See vegha import for usage.