SimOrg Middleware

An access-controlled API gateway in front of the SimOrg ERP. It mirrors the SimOrg API and adds a single control: an instance selector (FR, SA, or ALL).

Calling the API

curl https://<host>/api/simorg/<simorg-path>?instance=FR \
  -H "Authorization: Bearer smk_xxx"

Coming next

Microsoft SSO sign-in, a self-service page for 3-month read-only tokens, and an admin console to manage scopes and block keys.