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

# POST /team/create

`POST /team/create`

## Request body

- CreateTeamRequest
  - `description` string, nullable
  - `name` string, required

## Response `201`

Team created successfully

- CreateTeamResponse
  - `team` Team, required
    - `created_at` string, date-time, required
    - `description` string, nullable
    - `id` string, uuid, required
    - `name` string, required
    - `pipedream_project_id` string, nullable
    - `sandbox_provider` string, nullable
    - `slack_team_icon` string, nullable
    - `slack_team_id` string, nullable
    - `slack_team_name` string, nullable
    - `teams_app_id` string, nullable
    - `teams_service_url` string, nullable
    - `teams_tenant_id` string, nullable
    - `updated_at` string, date-time, required

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
