> ## Documentation Index
> Fetch the complete documentation index at: https://docs.junction.com/llms.txt
> Use this file to discover all available pages before exploring further.

# App Embed

> Configure and launch App Embed sessions through the Management API.

<Info>
  [Junction Management API](/api-details/junction-management-api) is available for [the Scale plan](https://tryvital.io/pricing).
</Info>

<Tip>
  The base URL of this endpoint is `https://api.management.junction.com/`.

  The endpoint accepts only [Management Key](/api-details/junction-management-api#authentication) (`X-Management-Key`).
  Team API Key is not accepted.
</Tip>

[App Embed](/app-embed/overview) lets you launch Junction Dashboard experiences from your own web application as either a Link Out or a Feature Embed. See the [App Embed Getting Started guide](/app-embed/getting-started) for the end-to-end integration flow.

You configure and launch App Embed through the [Management API](/api-details/junction-management-api):

* Configure your App Embed integration through ["Org Config → EHR Integration"](https://app.junction.com/org/ehr-integration) in the [Junction Dashboard](https://app.junction.com), or programmatically with the [Get Configuration](/api-reference/org-management/ehr-integration/get-configuration) and [Set Configuration](/api-reference/org-management/ehr-integration/set-configuration) endpoints.
* Create and manage integration-managed members with the [Create Member](/api-reference/org-management/ehr-integration/create-member), [List Members](/api-reference/org-management/ehr-integration/list-members), [Get Member](/api-reference/org-management/ehr-integration/get-member), [Resolve Member](/api-reference/org-management/ehr-integration/resolve-member), [Update Member](/api-reference/org-management/ehr-integration/update-member), and [Delete Member](/api-reference/org-management/ehr-integration/delete-member) endpoints.
* Launch a session with the [Create Dashboard URL](/api-reference/org-management/ehr-integration/create-dashboard-url) endpoint.
