Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Assign Task
ftrack:assign_task
Assign a task to a user.
Write
Medium risk
Create Note
ftrack:create_note
Create a note attached to an entity (task, project, shot, etc.).
Write
Medium risk
Create Project
ftrack:create_project
Create a new project with the specified details.
Write
Medium risk
Create Task
ftrack:create_task
Create a new task under a parent entity (project, sequence, or shot).
Write
Medium risk
Get Project
ftrack:get_project
Fetch a single project by ID with basic details and status.
Read
Low risk
Get Task
ftrack:get_task
Fetch a single task by ID with assignee and status details.
Read
Low risk
Get User
ftrack:get_user
Fetch a single user by ID or username.
Read
Low risk
List Notes
ftrack:list_notes
List notes attached to an entity with optional filtering.
Read
Low risk
List Projects
ftrack:list_projects
List projects with optional filtering by status and name.
Read
Low risk
List Tasks
ftrack:list_tasks
List tasks with optional filtering by project, status, assignee, and name.
Read
Low risk
List Users
ftrack:list_users
List users in the ftrack system with optional filtering.
Read
Low risk
Log Time
ftrack:log_time
Log time worked on a task by a user.
Write
Medium risk
Update Project
ftrack:update_project
Update an existing project with new details.
Write
Medium risk
Update Task
ftrack:update_task
Update an existing task with new details.
Write
Medium risk