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
bilflo:assign_task
Assign a task to a specific user in Bilflo.
Write
Medium risk
Complete Task
bilflo:complete_task
Mark a task as completed in Bilflo.
Write
Medium risk
Create Comment
bilflo:create_comment
Create a new comment on a project, task, or document.
Write
Medium risk
Create Project
bilflo:create_project
Create a new project in Bilflo.
Write
Medium risk
Create Task
bilflo:create_task
Create a new task in Bilflo.
Write
Medium risk
Get Document
bilflo:get_document
Fetch a single document by ID with metadata and access information.
Read
Low risk
Get Project
bilflo:get_project
Fetch a single project by ID with details, status, and team members.
Read
Low risk
Get Task
bilflo:get_task
Fetch a single task by ID with details, assignees, and progress.
Read
Low risk
Get User
bilflo:get_user
Fetch a single user by ID with profile and role information.
Read
Low risk
List Comments
bilflo:list_comments
List comments for a specific project, task, or document.
Read
Low risk
List Documents
bilflo:list_documents
List documents with optional filtering and pagination.
Read
Low risk
List Projects
bilflo:list_projects
List projects with optional filtering and pagination.
Read
Low risk
List Tasks
bilflo:list_tasks
List tasks with optional filtering and pagination.
Read
Low risk
List Users
bilflo:list_users
List users with optional filtering and pagination.
Read
Low risk
Update Project
bilflo:update_project
Update an existing project in Bilflo.
Write
Medium risk
Update Task
bilflo:update_task
Update an existing task in Bilflo.
Write
Medium risk