Represents a crew responsible for handling tasks within an organisation.

agents
string[]
required

List of agent identifiers associated with the crew.

name
string
required

The name of the crew.

tasks
string[]
required

List of task identifiers assigned to the crew.

_id
string

Unique Mongo identifier for the crew.

fullOutput
boolean

Indicates whether to provide full output for crew operations.

hidden
boolean

Indicates whether the crew is hidden from standard views.

managerModelId
string

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

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.

verbose
integer

The verbosity level for crew-related outputs.