> ## 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.

# Managing Teams

> Create, update, list, and delete teams in your Junction organization through the Management API endpoints.

<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 works with any team in your organization. You manage teams through the [Management API](/api-details/junction-management-api):

* Create a team with the [Create Team](/api-reference/org-management/team/create-team) endpoint.
* Update settings of a team with the [Update Team](/api-reference/org-management/team/update-team) endpoint.
* Get current settings of a team with the [Get Team](/api-reference/org-management/team/get-team) endpoint.
* Get current settings of a team by the *integration team ID* with the [Resolve Team](/api-reference/org-management/team/resolve-team) endpoint.
* Delete a team with the [Delete Team](/api-reference/org-management/team/delete-team) endpoint.
* List all your teams with the [List Teams](/api-reference/org-management/team/list-teams) endpoint.
