Skip to main content
Lucid supports multi-tenant organizations for team collaboration.

Hierarchy

Organization
  └── Projects
       └── Environments (prod, staging, dev)
            └── Resources (passports, keys, etc.)

Create an Organization

Via the dashboard or API.

Invite Members

await lucid.organizations.invite({
  email: "teammate@company.com",
  role: "developer" // "admin" | "developer" | "viewer"
});

Roles

RolePermissions
AdminFull access, billing, member management
DeveloperAPI access, passport management
ViewerRead-only access