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

## Changes

- **2026-01-21** `d4cc893e9116` — 1 info
  - added the optional property `team/sandbox_provider` to the response with the `201` status

[Change history](https://skmtc.dev/structifyai/apis/structify/changes/team/create/post.md)

---

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