Integration Details is the page atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/settings/integrations/:integrationId that displays the full configuration detail for a specific integration, identified by its integrationId URL parameter.
Overview
The page resolves theintegrationId 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 permissionpf.integrations.view.
Before you start
- You must hold
pf.integrations.viewto view integration details. - Navigate here from the Integrations list page by clicking an integration row.
Steps
- Navigate to Settings → Integrations (
/settings/integrations). - Click the integration you want to inspect.
- Review the integration configuration, status, and available actions in the detail view.
- Use the back button to return to the integrations list.
Related
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.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/settings/pages/IntegrationDetailPage.tsx
- src/platform/integrations/components/IntegrationDetail.tsx