Using Plasmic for multi-tenant platform.

Can I use Plasmic authentication for creating a multitenant platform with unlimited staff & admins for all tenant accounts ?

Hi, yes you can do this, in your database schema you would need a table of organizations representing the different tenants, and you would also need users and other objects to have foreign keys referencing which organization it belongs to.