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

# Create your first team

> Teams are the unit of scoping in Cyberun. Everything you create lives inside one.

A **team** in Cyberun is the boundary that owns agents, models, custom
nodes, workflows, tasks, credentials, webhooks, and members. You can
belong to multiple teams; every action you take in Cloud happens
inside a single currently-active team.

## Create a team

1. Sign in at [app.cyberun.cloud](https://app.cyberun.cloud).
2. In the top-left of the dashboard, open the team switcher (it shows
   your current team name).
3. Choose **Create team**.
4. Enter a **Team name**. It's shown to members in the UI, and you can
   change it later.
5. Click **Create**.

After creation you're dropped into the new team's dashboard with the
**owner** role assigned to you.

## Switch teams

The active team is shown in the top-left of the dashboard. Click it
to switch. Cloud remembers your last active team across sessions.

All API requests carry an `X-Team-ID` header derived from this
selection. If you're seeing data you don't expect, check the team
picker first.

## Add members

1. Open the team's **Members** page.

2. Click **Invite member**.

3. Enter the invitee's email and pick a role:

   | Role       | What they can do                                                                                     |
   | ---------- | ---------------------------------------------------------------------------------------------------- |
   | **Owner**  | Everything, including transferring ownership and deleting the team. One owner per team.              |
   | **Admin**  | Manage credentials, members (invite, remove, change role to admin/member/viewer), and all resources. |
   | **Member** | Run workflows and view team resources. Cannot manage credentials or other members.                   |
   | **Viewer** | Read-only access to team resources.                                                                  |

4. Click **Send invitation**.

The invitee gets an email with an invite link. After they sign up or
sign in, the link enrols them in your team.

If your deployment doesn't send email, pass the invite link manually —
it's shown after you click **Send**.

## Next

<CardGroup cols={2}>
  <Card title="Connect an agent" icon="plug" href="/cloud/guides/connect-agent">
    Make a GPU machine pick up tasks for this team.
  </Card>

  <Card title="Run your first task" icon="play" href="/cloud/getting-started/first-task">
    End-to-end walkthrough: workflow, agent, task.
  </Card>
</CardGroup>
