---
title: "Create team"
method: POST
path: "/team"
tags: ["Teams"]
---

# Create team

`POST /team`

## Request body

- object
  - `data` object, required
    - `type` 'teams', required
    - `attributes` object
      - `name` string, required
      - `currency` 'USD' | 'BRL', required
      - `address` string
      - `enforce_mfa` boolean
      - `referred_code` string — Supported only for first team creation

## Response `201`

Created

## Changes

- **2026-08-22** `7f90a64e0952` — 1 info
  - added the optional property `data/attributes/limits/bgp_session_per_ip` to the response with the `201` status
- **2026-08-21** `d664a75aaba5` — 1 warning, 1 info
  - removed the optional property `data/attributes/token` from the response with the `201` status
  - added the optional property `meta` to the response with the `201` status
- **2026-08-20** `437c7a97e596` — 1 warning, 1 info
  - removed the optional property `data/attributes/limits/prefix` from the response with the `201` status
  - added the optional property `data/attributes/limits/public_network` to the response with the `201` status
- **2026-08-11** `0fa29f45808b` — 4 info
  - added the optional property `data/attributes/customer_billing_id` to the response with the `201` status
  - added the optional property `data/attributes/referred_code` to the response with the `201` status
  - added the optional property `data/attributes/status` to the response with the `201` status
  - added the optional property `data/attributes/token` to the response with the `201` status
- **2026-08-05** `ae7dcb22727c` — 1 info
  - added the optional property `data/attributes/limits/prefix` to the response with the `201` status

[Full history](https://skmtc.dev/latitude/apis/latitude-sh-api/changes/team/post.md)

---

[API](https://skmtc.dev/latitude/apis/latitude-sh-api.md) · [All operations](https://skmtc.dev/latitude/apis/latitude-sh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latitude/latitude-sh-api/revisions/093a8a1ebb2d/schema)
