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

# Organisations

> An organisation is the top-level account for a developer on Sumvin.

An organisation is the root entity for your SIS integration. It owns all environments, API keys, and team members. Everything you configure in the dashboard lives under your organisation.

## Organisation Types

The type of your organisation controls which parts of the dashboard are visible and which SIS capabilities you have access to.

| Type         | What It Unlocks                                                          |
| ------------ | ------------------------------------------------------------------------ |
| `sis`        | Identity lookups only — validate user JWTs and resolve Sumvin identities |
| `whitelabel` | Full embedded wallet — onboarding, wallets, KYC, and identity            |
| `both`       | All capabilities from both                                               |

Your organisation type is assigned during provisioning. If you need it changed, [email Sumvin support](mailto:hello@sumvin.com?subject=Organisation%20type%20change%20request\&body=Organisation%20ID%3A%20%0ACurrent%20type%3A%20%0ARequested%20type%3A%20%0AReason%3A%20) with your organisation ID and the type you need.

## Key Fields

You can find and edit your organisation details under **Organisation → Settings**.

| Field           | Description                                                |
| --------------- | ---------------------------------------------------------- |
| Organisation ID | Immutable unique identifier used in SIS API calls          |
| Name            | Display name, editable in Settings                         |
| Contact Email   | Primary contact for the organisation, editable in Settings |
| Status          | `active`, `pending`, or `suspended`                        |

<Note>
  Your Organisation ID is immutable. Store it in your environment config — you'll use it as a path parameter in most SIS API calls (e.g. `/v0/organisation/{organisation_id}/members`).
</Note>

## Editing Organisation Details

**Organisation → Settings** lets you update the display name and contact email. The organisation ID and type are read-only.

## Related

* [Environments](/dashboard/environments) — create isolated namespaces for dev, staging, and production
* [Team Members](/dashboard/members) — invite and manage team access
