API Flows Studio

June 18, 2024 ยท View on GitHub

API workflow viewer.

Overview

The API Flows Studio is a web application that loads and displays an OpenAPI workflow file, based on the OAI Arazzo specification.

Access the web site

Try it out on api-flows.com

Run on Gitpod

Open in Gitpod

Run on local

Clone from the GitHub repository

  git clone https://github.com/API-Flows/api-flows-studio.git
  cd api-flows-studio
  mvn spring-boot:run -Dskip.frontend.build=false

Contents

  1. 1Overview
  2. 2Access the web site
  3. 3Run on Gitpod
  4. 4Run on local