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

# Organisations

> Create and manage organisations to collaborate with your team.

Organisations are the top-level container for everything on Struct. API keys, billing, and usage are all scoped to an organisation rather than individual accounts.

## Creating an Organisation

<Steps>
  <Step title="Open the dashboard">
    Navigate to [struct.to/dashboard](https://struct.to/dashboard) and log in.
  </Step>

  <Step title="Create a new organisation">
    Click **New Organisation** from the sidebar, enter a name, and confirm.
  </Step>
</Steps>

You can create multiple organisations to separate projects, teams, or environments.

## Members & Roles

Invite team members to your organisation and assign them roles to control access.

| Role   | Permissions                                                  |
| ------ | ------------------------------------------------------------ |
| Owner  | Full access: manage members, billing, API keys, and settings |
| Admin  | Manage API keys and members, view billing                    |
| Member | View API keys and usage, access the playground               |

<Note>Each organisation must have at least one owner. To transfer ownership, assign the Owner role to another member before removing yourself.</Note>

## Inviting Members

<Steps>
  <Step title="Go to Members">
    Open your organisation settings and select the **Members** tab.
  </Step>

  <Step title="Send an invite">
    Enter the email address of the person you want to invite and select their role.
  </Step>

  <Step title="They accept">
    The invitee receives an email with a link to join your organisation. If they don't have a Struct account, they'll be prompted to create one.
  </Step>
</Steps>

## Switching Organisations

If you belong to multiple organisations, use the organisation switcher in the sidebar to move between them. Your API keys, usage, and billing will update to reflect the selected organisation.
