Run a custom crew from a full CrewConfig inline.
Returns a correlation_id immediately. Poll GET /api/events/{cid}
for real-time progress, then GET /api/crews/results/{cid} for the
final result.
Documentation Index
Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Advanced mode: run a custom crew from a full CrewConfig.
Configuration model for a CrewAI crew with agents and tasks.
Attributes: id (str | None): Optional unique identifier for the crew. agents (List[AgentConfig]): List of agent configurations that make up the crew. tasks (List[TaskConfig]): List of task configurations to be executed by the crew. verbose (bool): Whether to enable detailed logging output. Defaults to False. process (str): Execution process type for tasks. Defaults to "sequential".