Tenants & Management
Tenant, user, and media management collections
Tenants & Management
tenants
Stores tenant (organization) information.
| Field | Type | Description | Required |
|---|---|---|---|
name | text | Tenant name | ✓ |
domain | text | Domain | |
features | select[] | Enabled features | |
plan | select | Plan (default: free) | ✓ |
clientKey | text | Client API key (unique, auto-generated, read-only) | ✓ |
secretKeys | array | Secret API key list | |
webhooks | array | Webhook endpoints (name, url, secret, enabled) |
Features: ecommerce, playlists, links, forms, posts, documents
Plans: free, starter, basic, pro, enterprise
| Plan | Users | Storage | API Calls/Month | Documents |
|---|---|---|---|---|
| free | 50 | 1GB | 100,000 | 1,000 |
| starter | 50 | 10GB | 500,000 | 10,000 |
| basic | 50 | 50GB | 2,000,000 | 100,000 |
| pro | 50 | 100GB | 10,000,000 | Unlimited |
| enterprise | 50 | Unlimited | Unlimited | Unlimited |
tenant-metadata
Stores tenant configuration and metadata.
| Group | Fields | Description |
|---|---|---|
| siteInfo | title, description, keywords, author, siteUrl | Basic site information |
| branding | logo, logoDark, logomark, favicon, themeColor | Branding |
| openGraph | ogTitle, ogDescription, ogImage, ogType, ogLocale | OG tags |
twitterCard, twitterSite, twitterCreator, twitterTitle, twitterDescription, twitterImage | Twitter Card | |
| seo | robots, siteVerifications (array: provider, code), canonicalUrl | SEO |
| pwa | shortName, backgroundColor, display | PWA |
| analytics | googleAnalyticsId, googleTagManagerId, facebookPixelId, linkedInPartnerId | Analytics |
users
Manages user authentication and roles.
| Field | Type | Description | Required |
|---|---|---|---|
email | Email (authentication field) | ||
roles | select[] | Roles: super-admin, user | ✓ |
tenants | array | Tenant memberships | |
tenants.tenant | relationship | Tenant reference | |
tenants.roles | select[] | Roles within tenant: tenant-admin, tenant-viewer |
media
Stores media files. Integrated with S3 storage.
| Field | Type | Description | Required |
|---|---|---|---|
alt | text | Alt text | |
caption | text | Caption | |
credit | text | Credit |
tenant-logos / tenant-og-images
Stores tenant logos and OG images. Upload collection
| Field | Type | Description | Required |
|---|---|---|---|
alt | text | Alt text |