Back to docs

Esolbay Example

title: Esolbay Example

--- title: Esolbay Example description: Reference platform integration notes. ---

Esolbay Example

Esolbay is the reference platform used to validate Ekairos domains and workflows. It is a procurement focused platform that exercises the domain system end to end.

Why Esolbay

  • Multi tenant platform domain.
  • Realistic procurement workflows (requisitions, tenders, approvals).
  • Integration with Clerk and InstantDB.

Integration points

  • Esolbay configures runtime via src/runtime.ts.
  • withRuntime generates the domain endpoint under .well-known/ekairos/v1/domain.
  • Thread workflows run through @ekairos/thread and can be triggered from UI or API.

Test strategy

  • Domain integrity tests validate schema, context and query execution.
  • UI tests validate procurement flows and action execution.
  • Dataset tests validate long running extraction flows.