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

# Teams

> Create and manage teams.

Create teams to collaborate on shared resources. Create requires `name`.

## Endpoints

<CardGroup cols={2}>
  <Card title="Retrieve all" icon="list" href="/en/api-reference/teams/retrieve-all-teams" horizontal>
    `GET` `/teams/`
  </Card>

  <Card title="Retrieve one" icon="eye" href="/en/api-reference/teams/retrieve-one-teams" horizontal>
    `GET` `/teams/{team_id}`
  </Card>

  <Card title="Create" icon="plus" href="/en/api-reference/teams/create-teams" horizontal>
    `POST` `/teams`
  </Card>

  <Card title="Update" icon="pen-to-square" href="/en/api-reference/teams/update-teams" horizontal>
    `POST` `/teams/{team_id}`
  </Card>

  <Card title="Delete" icon="trash" href="/en/api-reference/teams/delete-teams" horizontal>
    `DELETE` `/teams/{team_id}`
  </Card>
</CardGroup>
