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

# Invite your team

> Add teammates to your organization, choose their role, and manage invitations and members.

Organizations are multi-player. The team lives under
**Organization → General**, right below the org settings.

<Steps>
  <Step title="Enter their email">
    Type the email address of the person you want on this
    organization. They'll get an invitation link there.
  </Step>

  <Step title="Choose a role">
    Two roles:

    * **Member** — can build and operate agents.
    * **Admin** — can also manage the team and billing.

    You can change this later.
  </Step>

  <Step title="Send the invitation">
    Click **Invite**. They receive an email link to join; the
    invitation **expires after 7 days**, and you can revoke it from
    the list anytime.
  </Step>

  <Step title="Track it">
    Pending invites and current members share the same list. Use the
    ⋯ menu on a row to change a role, revoke an invite, or remove
    someone.
  </Step>
</Steps>

<Tip>
  Ask the in-app copilot to "invite a teammate" and it will offer to
  walk you through this flow, spotlighting each control live.
</Tip>

***

## Next steps

<CardGroup cols={2}>
  <Card title="Members API" icon="code" href="/api-reference/members">
    List members and manage roles programmatically.
  </Card>

  <Card title="Invites API" icon="envelope" href="/api-reference/invites">
    Create and revoke invitations over REST.
  </Card>
</CardGroup>
