Home > Getting Started

Key Features

Key Concepts

Installation Guides

Hello World API

Elements

API

Server

Service

Intent

Connections

Settings

Data Simulation

Debugging

System Variables

Download API AutoFlow

Download Link WGET Installation Guide
MACOS wget <https://api-autoflow.s3-us-west-2.amazonaws.com/interactor_macos_3_0_8.zip> Open
Windows wget <https://api-autoflow.s3-us-west-2.amazonaws.com/interactor_windows_server_3_0_8.zip> Open

<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):