Platform API

General description

Platform API is a proxy between outer world and SentiOne Automate.

API

Default port: 5780

There are default endpoints for monitoring purposes. They are described in Components monitoring section.

Communication

This service communicates with the following services:

ApplicationConfig to URLAuth
analyticschatbots.analytics-api.urlNone

Security

Endpoints are secured with OTP (see confguration).

Config

Application's config

chatbots.platform-api {
	# Required to secure endpoints
  otp-secret: "OTP-SECRET" 
}

Job execution

None

Troubleshooting