Internal QEdge Platform

QEdge Work Status

Master datasource, identity and access registry, and internal API surface for the QEdge platform ecosystem.

Environment: Production

Service URLs

Human/Admin
https://qedge.work
Backend API Service
https://api.qedge.work
Payload Admin
https://qedge.work/admin

Runtime

App
qedge.work
Environment
production
Mode
production
Runtime port
3000
PM2 app name
qedge-work
Git commit
506fcf0249c7c19ad2b80467e92756c20f95c41f
Build time
2026-07-31T09:41:06Z
Node.js version
v22.23.1
Database
Configured
Auth
Microsoft Entra internal SSO
Internal API auth
x-qedge-work-api-key header

Current Capabilities

  • Microsoft Entra internal SSO
  • Payload admin
  • qedge.work master datasource collections
  • qedge.vip data migration
  • /api/me
  • /api/access
  • /api/internal/resolve-access
  • stable backend API service via api.qedge.work

Data Model

  • Accounts
  • Users
  • Identities
  • Memberships
  • Platform Access
  • Tenants
  • Properties
  • Services
  • Projects
  • Product Modules
  • Module Instances
  • External System Mappings

Recent Updates

  • qedge.work datasource foundation completed
  • QEdge seed script completed
  • Microsoft Entra SSO completed
  • qedge.vip migration completed
  • duplicate QEdge account fixed
  • qedge.work production deployment validated
  • internal access resolver API added

API Contract

GET /api/me

Browser SSO session required. Returns current signed-in user and identities.

GET /api/access

Browser SSO session required. Returns current signed-in user, identities, memberships, platform access, tenants, and properties.

POST /api/internal/resolve-access

Server-to-server only. Requires x-qedge-work-api-key. Body: { "email": "user@example.com", "platform": "qedge_vip" }.

Integration Rules

  • qedge.vip and qedge.one should call qedge.work APIs.
  • Do not connect qedge.vip or qedge.one directly to the qedge.work database. Use qedge.work APIs.
  • qedge.work owns account, identity, membership, platform access, tenant, and property registry.
  • qedge.one owns product control plane.
  • qedge.one runtimes own runtime execution data.