Developer library
Engineering and integration guides
Journey-oriented content with an explicit maturity and contract-source state on every guide.
Get started
From the first safe request to a testable integration.
Understand how Console, applications, financial services, and analytics connect without breaking module ownership.
7 min · v1Quickstart: your first governed requestBuild a safe placeholder request and prove scope and idempotency before connecting an environment.
8 min · v1Environments and activation pathSeparate local, sandbox, staging, and production; success in one environment never proves another.
6 min · v1Platform contracts
Identity, scope, errors, versions, and module boundaries.
Choose the correct user, device, or partner identity and keep secrets out of clients and logs.
9 min · v1Tenant isolation and branch scopeEnforce scope in authentication, queries, policy, and tests—not merely as a UI filter.
10 min · v1Errors and correlation IDsReturn an actionable error without exposing stacks, SQL, secrets, or another tenant's data.
7 min · v1Integrations
Plus, Flowra, Fleetly, LuxPay, and business intelligence.
Verify the signature before parsing, acknowledge quickly, then process through a replay-safe inbox.
11 min · v1Plus POS integrationConnect drafts, offline state, and sync without duplicating an order or bypassing the Sales/POS gateway.
9 min · v1Flowra kitchen and hall integrationSync order state to kitchen display and hall surfaces through a fail-closed contract and safe local snapshot.
10 min · v1Fleetly delivery integrationScope courier permissions, replay status changes safely, and treat GPS as sensitive data.
8 min · v1LuxPay and Menu integrationInitiate payment through standalone LuxPay and never treat an unverified redirect or callback as settlement proof.
12 min · v1FoodTech BI integrationAsk through a governed semantic layer without sending raw SQL or bypassing scope and certified metrics.
9 min · v1Reliability
Idempotency, retries, offline behavior, and outbox delivery.
Make replay safe by binding a key to the same operation, scope, payload, and result.
11 min · v1Rate limits and backpressureShape traffic by contract and scope instead of sending oversized batches or synchronized retry storms.
6 min · v1Events and outbox/inboxConnect a data change to durable delivery without dual-write gaps between the database and transport.
12 min · v1Offline-first behavior and syncPersist user intent locally, replay it in a governed order, and distinguish pending from confirmed state.
12 min · v1Security & governance
Key safety, tenant isolation, auditability, and change control.
Tooling & SDKs
FoodTech libraries, tests, sandbox, and release guides.