# Page Not Found

`/docs/concepts/teams/overview` does not exist. Similar pages:

- [Create a Team (Vercel SDK)](/docs/rest-api/sdk/teams/create-a-team.md): POST /v1/teams Create a new Team under your account. You need to send a POST request with the desired Team slug, and optionally the Team name.
- [Get a Team (Vercel SDK)](/docs/rest-api/sdk/teams/get-a-team.md): GET /v2/teams/{teamId} Get information for the Team specified by the teamId parameter. Categoryteams SDK@vercel/sdk (npm i @vercel/sdk)
- [Update a Team (Vercel SDK)](/docs/rest-api/sdk/teams/update-a-team.md): PATCH /v2/teams/{teamId} Update the information of a Team specified by the teamId parameter. The request body should contain the information that
- [Get a Team](/docs/rest-api/teams/get-a-team.md): GET /v2/teams/{teamId} Get information for the Team specified by the teamId parameter. Categoryteams AuthenticationBearer token required
- [Create a Team](/docs/rest-api/teams/create-a-team.md): POST /v1/teams Create a new Team under your account. You need to send a POST request with the desired Team slug, and optionally the Team name.

All pages: [/llms.txt](/llms.txt)
