For the complete documentation index, see llms.txt. This page is also available as Markdown.

Teams API

Look up teams by name.

Resolve a team from a name, for routing conversations to the right team.


Find a team by name

Finds teams matching a name. top_k caps how many matches are returned and score_threshold sets the minimum match score, so close matches and misspellings still resolve.

URL
POST https://v3-api.proto.cx/api/platform/v1/teams/{subcompany_id}/get-team-by-name

Query parameters

Parameter
Required
Type

top_k

No

integer

score_threshold

No

number

Body
{
  "name": "string" (required)
}

Last updated