Skip to main content
Version: 1.0.0

Adeptia Automate - Combined REST API

Complete REST API Documentation for Adeptia Automate Platform.

This combined specification includes:

  • Portal Microservice - Frontend application endpoints (authentication, settings, diagnostics)
  • Webrunner Microservice - Backend service endpoints (entities, mappings, process flows, B2B)

Architecture​

Portal (Port 9090) → Gateway → Webrunner (Port 8080)

Portal serves as the frontend application and gateway to Webrunner services. Most business logic endpoints are proxied through Portal to Webrunner.

Authentication​

The platform supports multiple authentication methods:

Portal Authentication​

  1. JWT Authentication - Login via /rest/login/user and receive JWT token in cookie
  2. SAML SSO - Federated authentication via SAML 2.0
  3. LDAP Authentication - Active Directory/LDAP login
  4. Basic Authentication - For API/diagnostic access

Webrunner Authentication​

  1. JWT Authentication - Generate token via /jwt/generate/user/token
  2. API Key Authentication - Generate via /apikey/generate
  3. Basic Authentication - Standard HTTP Basic Auth
  4. Kerberos Authentication - Enterprise SSO
  5. LDAP Authentication - Via JWT endpoint with LDAP module

Authentication​

JWT token stored in HTTP-only cookie after Portal login

Security Scheme Type:

apiKey

Cookie parameter name:

ACCESS_TOKEN

Contact

Adeptia Support: support@adeptia.com