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.

Integration Details is the page at /settings/integrations/:integrationId that displays the full configuration detail for a specific integration, identified by its integrationId URL parameter.

Overview

The page resolves the integrationId from the route params and renders the IntegrationDetail component. A breadcrumb label is set dynamically (truncated to 8 characters of the ID) via useBreadcrumbLabel. If the integrationId is missing or invalid, an error state with a back link to /settings/integrations is shown. The route itself requires pf.integrations.view, and the component also wraps in a RequirePermission gate for the same permission. For the integration list, see Integrations.

Who it’s for

Requires permission pf.integrations.view.

Before you start

  • You must hold pf.integrations.view to view integration details.
  • Navigate here from the Integrations list page by clicking an integration row.

Steps

  1. Navigate to Settings → Integrations (/settings/integrations).
  2. Click the integration you want to inspect.
  3. Review the integration configuration, status, and available actions in the detail view.
  4. Use the back button to return to the integrations list.

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/settings/pages/IntegrationDetailPage.tsx
  • src/platform/integrations/components/IntegrationDetail.tsx