Tenant
ConceptsA tenant is a logical boundary that isolates data and usage for a customer or team. In DocLD, the organization is the primary tenant: documents, knowledge bases, API keys, and usage are scoped to an organization. One tenant cannot access another tenant’s resources without explicit authorization.
Why It Matters
- Isolation — Data and metadata are separated between tenants.
- Billing — Quota and billing are typically per tenant (organization).
- Security — Authentication and authorization enforce tenant boundaries so API keys only access their own org’s resources.
SaaS applications often use tenant (or organization) as the unit of multi-tenancy; DocLD follows this model.
Related Concepts
Tenant aligns with organization in DocLD. API keys and authorization are tenant-scoped; dashboard and API respect tenant boundaries.