Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Tenant Provisioning page is an administrative dashboard for managing tenant provisioning requests, including creating new requests, tracking status, and viewing request details. It is reached at /admin/provisioning.

Overview

The page is wrapped in a PermissionGate for platform.provisioning.view. It shows a filterable data table of provisioning requests with columns for request details, template name, completed date, and status badge. The status filter tabs are: All / Pending / Processing / Completed / Failed. Clicking a row opens ProvisioningRequestDetailSheet for a full request view. The New Request button (requires platform.provisioning.create) opens NewProvisioningRequestDialog. Email fields in the component are masked via maskEmail before display.

Who it’s for

Requires platform.provisioning.view (route guard and PermissionGate). Creating requests additionally requires platform.provisioning.create.

Before you start

  • Provisioning templates should exist at /admin/provisioning/templates before creating requests.
  • Your account must have platform.provisioning.view to access this page.

Steps

  1. Navigate to Admin → Provisioning (/admin/provisioning).
  2. Use the status tabs to filter requests.
  3. Click a row to view full request details.
  4. Click New Request to initiate a new tenant provisioning workflow.

Key concepts

Provisioning request — a workflow record tracking the creation and configuration of a new organization tenant. Template — a provisioning template pre-configures settings for new tenants (managed at /admin/provisioning/templates).

Platform Foundation

Platform Foundation overview.

Governance & parity

This page documents shipped product behavior. It is not medical, legal, or billing advice. Verify against your organization’s policies and applicable regulations before using it for clinical, compliance, or billing decisions. Protected health information (PHI) shown in the product is governed by your tenant’s access controls and is never exposed in this documentation.
  • src/routes/platform.tsx
  • src/platform/provisioning/pages/ProvisioningDashboardPage.tsx
  • src/platform/provisioning/components/NewProvisioningRequestDialog.tsx