import_from_openapi
Generate API requests and collections from OpenAPI/Swagger specifications for use in Insomnia, enabling AI agents to work with defined API endpoints.
Instructions
Generate requests from OpenAPI/Swagger specification
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to OpenAPI spec file (JSON or YAML) | |
| collectionName | No | Name for the new collection | |
| baseUrl | No | Base URL to use for requests (overrides spec servers) |