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"
- Authenticate with an issued API key (read-only by default).
- Choose the instance via
?instance=or thex-simorg-instanceheader. instance=ALLmerges both databases; each record is tagged with_instanceto resolve id collisions.
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.