Skip to main content
POST
/
api
/
v1
/
projects
/
{project_id}
/
teams
Add Team To Project
curl --request POST \
  --url https://control-plane.kubiya.ai/api/v1/projects/{project_id}/teams \
  --header 'Content-Type: application/json' \
  --data '{
  "team_id": "<string>",
  "role": "<string>"
}'
"<any>"

Path Parameters

project_id
string
required

Body

application/json
team_id
string
required

Team UUID to add to project

role
string | null

Team role in project

Response

Successful Response

The response is of type any.