📁 Showcase
Start

Start

Enterprise

All future commands will apply to this enterprise.

// the enterprise supports Hindi language set as well
create ent "Your Tea Stall"
  about: "Even tea stalls have their automation challenges"
  languageSet: ["hi"]

Backend

Roles

Define the roles that will interact with the enterprise.

// Owner role owns the enterprise
ensure role Owner

// DeliveryBoy delivers Tea/Coffee to offices
ensure role DeliveryBoy