Product updates
Journeys
Feature

OpenAPI Importer for Integrations

Georg avatar
Shared by Georg • March 10, 2026

Setting up integrations just got a lot faster. You can now import an OpenAPI (Swagger) specification directly, paste the URL or upload the file, and Journeys will automatically create your integration endpoints from it.

For each endpoint it finds, the importer will:

  • Detect the authentication method required (API key, Bearer token, Basic auth, etc.)
  • Generate request and response fields with variable suggestions already mapped
  • Extract the server URL and handle path parameters automatically