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

# Manage your organization

> Share a workspace and its norms with colleagues by inviting them to your organization.

In Stratta, a workspace is an **organization**. Everyone in the same organization shares its
norms and can use them through their own Claude. This is how an engineering office gives its
whole team access to the norms it has ingested.

## Your organization

When you sign up, Stratta creates a personal organization for you automatically and makes you its
owner. From [stratta.ch](https://stratta.ch) you can rename it, invite members, and manage
invitations.

## Invite a teammate

<Steps>
  <Step title="Open your organization settings">
    Sign in and go to the **Organization** page in your dashboard.
  </Step>

  <Step title="Send an invitation">
    Enter your colleague's email and send the invite. They receive an email with a secure link
    that is valid for 7 days.
  </Step>

  <Step title="They accept">
    The invitee clicks the link. If they don't have an account yet, they sign up first (the
    invitation is preserved through sign-up) and are then added to your organization.
  </Step>
</Steps>

<Note>
  When someone accepts an invitation, they join **your** workspace rather than getting an isolated
  one. If they had just signed up, their empty personal workspace is cleaned up automatically.
</Note>

## What members share

Everyone in the organization can:

* Query the norms the organization has ingested, from their own Claude.
* Create and manage their **own** API keys.
* Ingest additional norms (which become available to the whole organization).

API keys are personal — each member uses their own. See [Manage API keys](/en/guides/manage-api-keys).

## Next steps

<CardGroup cols={2}>
  <Card title="Manage API keys" icon="key" href="/en/guides/manage-api-keys">
    Each member connects with their own key.
  </Card>

  <Card title="Ingest a norm" icon="file-arrow-up" href="/en/guides/ingest-a-norm">
    Add norms for the whole team.
  </Card>
</CardGroup>
