Skip to main content
POST
/
organizations
/
{slug}
/
teams
cURL
curl --request POST \
  --url https://api.avala.ai/api/v1/organizations/{slug}/teams/ \
  --header 'Content-Type: application/json' \
  --header 'X-Avala-Api-Key: <api-key>' \
  --data '
{
  "name": "<string>",
  "description": "",
  "color": "<string>"
}
'
{
  "name": "<string>",
  "description": "",
  "color": "<string>"
}

Authorizations

X-Avala-Api-Key
string
header
required

API key for authentication. Generate one in Mission Control Settings > Security & Identity.

Path Parameters

slug
string
required

Body

application/json
name
string
required
Required string length: 1 - 255
description
string
default:""
Maximum string length: 1024
color
string

Hex color code for the team (e.g., '#6366F1').

Required string length: 1 - 7

Response

201 - application/json
name
string
required
Required string length: 1 - 255
description
string
default:""
Maximum string length: 1024
color
string

Hex color code for the team (e.g., '#6366F1').

Required string length: 1 - 7