Get started
Core concepts
Tenants, actors, companies, and the order lifecycle.
| Concept | What it is |
|---|---|
| Tenant | An isolated customer environment. Every request carries a tenant; data never crosses tenant boundaries. |
| Actor | An authenticated identity (user or service) with a scoped role (operator, buyer, approver). |
| Company | A B2B buyer entity with hierarchy, roles, credit limits, and a contract price list. |
| Order | Captured from any channel; validated (inventory, credit, fraud), fulfilled, and settled. |
| Quote / RFQ | A negotiated offer → counter → accept loop that becomes an order. |
Authorization is actor-scoped: a token proves who you are and which tenant you belong to, and each endpoint checks the required role.