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

# Organizations & Invites

> Manage your Lilac organization, invite team members by email, assign owner or member roles, and control API key and billing access.

Organizations are the top-level grouping in Lilac. Every API key, billing account, and usage metric belongs to an organization. This page covers how to invite teammates and manage membership.

## Inviting Members

Organization owners can invite anyone by email address. The invitee receives an email with a link to join your organization.

<Steps>
  <Step title="Open Organization Settings">
    Navigate to [console.getlilac.com](https://console.getlilac.com), click your **profile** in the bottom-left corner, then select **Organization Settings**.
  </Step>

  <Step title="Go to Members">
    Click the **Members** tab. You'll see a list of current members and their roles.
  </Step>

  <Step title="Invite a teammate">
    Click **Invite member**. Enter the person's email address and choose a role:

    | Role       | Capabilities                                                                                                 |
    | ---------- | ------------------------------------------------------------------------------------------------------------ |
    | **Owner**  | Full access: invite/remove members, manage billing, create and revoke API keys, update organization settings |
    | **Member** | Use existing API keys, view usage and billing, cannot invite members or manage organization settings         |

    Click **Send invite**. The invitee will receive an email with a unique invite link.
  </Step>
</Steps>

## Accepting an Invite

When someone invites you to an organization, you'll receive an email with a link like:

```
https://console.getlilac.com/accept-invite?invite_code=abc123
```

### If you already have a Lilac account

Click the link, sign in, and the invite is applied automatically. You'll be redirected to the dashboard under the new organization.

### If you don't have a Lilac account yet

Click the link and choose **Sign up** to create an account. The invite code is carried through the signup flow — once your account is created, you'll be added to the organization automatically.

You can also sign in with an existing account and accept the invite from there.

### From the dashboard

If you're already signed in and have a pending invite, you'll see it in one of two places:

* **User Settings → Invitations** — view, accept, or reject invites sent to your email
* **After sign-in** — if you have no organization yet, pending invites appear on the organization selection screen

## Managing Pending Invites

Organization owners can view and revoke pending invites:

1. Click your **profile** in the bottom-left corner, then select **Organization Settings → Members**
2. You'll see a list of outstanding invites with the email, role, and expiration
3. Click **Revoke** to cancel an invite before it's accepted

<Note>
  Invites expire after a set period. If an invite expires, the person will need to be re-invited.
</Note>

## Removing Members

Organization owners can remove members from **Organization Settings → Members** (click your **profile** in the bottom-left corner, then select Organization Settings):

1. Find the member in the list
2. Click **Remove**
3. The member loses access immediately — their API keys are revoked and they can no longer view the organization's resources

<Tip>
  Removed members can be re-invited later if needed.
</Tip>

## Switching Organizations

If you belong to multiple organizations, use the organization switcher in the top-left corner of the dashboard to toggle between them. Each organization has its own API keys, billing, and usage data.

## Next Steps

<Columns>
  <Card title="API Keys" icon="key" href="/inference/api-keys">
    Create and manage API keys for your organization.
  </Card>

  <Card title="Pricing & Credits" icon="credit-card" href="/inference/pricing">
    Understand per-token pricing and manage your credits.
  </Card>

  <Card title="Usage" icon="chart-bar" href="/inference/usage">
    Monitor token usage across your organization.
  </Card>
</Columns>
