Skip to main content

v0.4.5 - Multi-tenancy and Workspaces

Released: January 2026

Phase 4.5 introduces multi-tenancy support, enabling Minoo to serve multiple organizations with isolated data and configurations.

New Features

Organization Support

  • Multi-tenant architecture with isolated workspaces
  • Organization-scoped data for all entities
  • Team member management within organizations

Invite System

  • Secure invite codes for joining organizations
  • Invite code validation and expiration
  • Clear onboarding flow for new team members

Custom Email Domains

  • Support for organization-specific sending domains
  • Resend domain integration
  • Domain verification workflow

Per-Organization Settings

  • Organization-scoped API keys (encrypted at rest)
  • Custom AI model configuration per org
  • Organization-level compliance settings

Technical Improvements

Data Model Updates

  • Added Organization, InviteCode, and OrganizationDomain models
  • Added organizationId to all user-facing entities
  • Implemented AES-256-GCM encryption for sensitive data

Security Enhancements

  • Encrypted API key storage
  • Organization boundary enforcement
  • Secure invite code generation

Migration Notes

This release includes a data migration to associate existing data with a default organization. New organizations can be created using the admin scripts provided.