/api/v1/organizations/{org_id}/teamsCreate a team
Creates a new, empty team inside the given organization.
Path parameters
org_idBody parameters
team_namedescriptioncurl https://api.mercury.build/api/v1/organizations/$ORG/teams \
-H "X-API-Key: $PROTON_API_KEY" \
-H "Content-Type: application/json" \
-d '{"team_name": "Research squad"}'Example response
{
"team_id": "9b1c4f30-...",
"team_name": "Research squad",
"description": "",
"agent_count": 0,
"edge_count": 0,
"engine_id": "d4f2..."
}