From eb5af0a0d2f676393bf2c6bc4f68dfa2bdcec2d9 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Mon, 22 Dec 2025 16:10:22 -0500 Subject: [PATCH] add org id explanation --- docs.json | 7 +++++++ manage/organizations/org-id.mdx | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 manage/organizations/org-id.mdx diff --git a/docs.json b/docs.json index e86a682..bd89a23 100644 --- a/docs.json +++ b/docs.json @@ -72,6 +72,13 @@ ] }, "manage/domains", + { + "group": "Organizations", + "icon": "building", + "pages": [ + "manage/organizations/org-id" + ] + }, { "group": "Access Control", "icon": "user-group", diff --git a/manage/organizations/org-id.mdx b/manage/organizations/org-id.mdx new file mode 100644 index 0000000..989a796 --- /dev/null +++ b/manage/organizations/org-id.mdx @@ -0,0 +1,16 @@ +--- +title: "Organization ID" +description: "Understand organization IDs and how to locate yours in the dashboard" +--- + +Pangolin is multi-tenant. All sites, resources, clients, and other items belong to an organization, and a server can host more than one organization. + +Each organization has a unique ID that Pangolin generates when you create the organization. You cannot change the ID after creation, and it is separate from the display name. + +## Finding your organization ID + +You can find your organization ID in two ways: + +1. Check the general settings page for your organization. The ID appears at the top of the info card. + +2. Check the URL path when viewing your dashboard. The org ID is the first slug in the URL. For example, in `https://app.pangolin.net/home-lab/settings/sites`, the org ID is `home-lab`.