Represents a crew responsible for handling tasks within an organisation.

name
string
required

The name of the crew.

tasks
string[]
required

List of task identifiers assigned to the crew.

agents
string[]
required

List of agent identifiers associated with the crew.

_id
string

Unique Mongo identifier for the crew.

orgId
string

Identifier of the organisation to which the crew belongs (generally the same organisation of the user who created the Crew).

teamId
string

Identifier of the team to which the crew belongs.

managerModelId
string

Identifier of the manager model for the crew, if applicable.

hidden
boolean

Indicates whether the crew is hidden from standard views.

verbose
integer

The verbosity level for crew-related outputs.

fullOutput
boolean

Indicates whether to provide full output for crew operations.