> ## 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.

# Équipes

> Créez et gérez des équipes.

Créez des équipes pour collaborer. Création : `name`.

## Points d’entrée

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

  <Card title="Récupérer" icon="eye" href="/fr/api-reference/teams/retrieve-one-teams" horizontal>
    `GET` `/teams/{team_id}`
  </Card>

  <Card title="Créer" icon="plus" href="/fr/api-reference/teams/create-teams" horizontal>
    `POST` `/teams`
  </Card>

  <Card title="Mettre à jour" icon="pen-to-square" href="/fr/api-reference/teams/update-teams" horizontal>
    `POST` `/teams/{team_id}`
  </Card>

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