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
https://api-autoflow.s3-us-west-2.amazonaws.com/interactor_macos_dev.zip wget https://api-autoflow.s3-us-west-2.amazonaws.com/interactor_macos_3_0_8.zip https://pulzzeinteractor.notion.site/d065f2fcc54f4cdba150683b35f3ac4e
https://api-autoflow.s3-us-west-2.amazonaws.com/interactor_windows_server_dev.zip wget https://api-autoflow.s3-us-west-2.amazonaws.com/interactor_windows_server_3_0_8.zip https://pulzzeinteractor.notion.site/c848f759189d4d689ef9ef1fae28a0d2

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