Key Features

Key Concepts

Download API AutoFlow

| --- | --- | --- |

<aside> 💡 Contact us for other operating systems such as Debian, Redhat, and CentOS.

</aside>

Docker

Pull Command

docker pull interactor/api-interactor:latest

Docker Run

docker run -dit \\
  --name autoflow \\
  -p 4000:4000 \\
  -p 1111:1111 \\
  -p 2222:2222 \\
  interactor/api-interactor:latest

<aside> 💡 Note that ports 1111 and 2222 are opened to be used as part of the solution you create. Port 4000 is used by the API AutoFlow UI.

</aside>

Kubernetes

Step 1 Create configmap for API AutoFlow system configuration (autoflow.conf) and solution configuration (config.json):