Skip to content

Tenant

Tenant in the system

Property Type Description
created_at string Creation timestamp
db_name? string | null Database name (null = uses main database, for backward compatibility)
deleted_at? string | null Soft delete timestamp
id string Unique identifier for the tenant
is_default boolean Whether this is the default tenant
metadata? Record<string, unknown> Arbitrary metadata
name string Display name
slug string URL-friendly identifier (e.g., “acme-corp”)
status TenantStatus Current status of the tenant
updated_at? string Last update timestamp