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.
Create Client
float:create_client
Create a new client in Float.
Write
Medium risk
Create Person
float:create_person
Create a new person in Float with basic details and work schedule.
Write
Medium risk
Create Project
float:create_project
Create a new project in Float with budget and timeline details.
Write
Medium risk
Create Task
float:create_task
Create a new task assignment in Float with schedule and billing details.
Write
Medium risk
Create Time Entry
float:create_time_entry
Create a new time entry for a task with hours and billing details.
Write
Medium risk
Delete Person
float:delete_person
Delete a person from Float. WARNING: This action cannot be undone.
Write
High risk
Delete Project
float:delete_project
Delete a project from Float. WARNING: This action cannot be undone and will remove all associated tasks.
Write
High risk
Delete Task
float:delete_task
Delete a task from Float. WARNING: This action cannot be undone.
Write
High risk
Delete Time Entry
float:delete_time_entry
Delete a time entry from Float. WARNING: This action cannot be undone.
Write
High risk
Get Person
float:get_person
Fetch a single person by ID with their details and current assignments.
Read
Low risk
Get Project
float:get_project
Fetch a single project by ID with details and current status.
Read
Low risk
Get Task
float:get_task
Fetch a single task by ID with assignment and project details.
Read
Low risk
Get Time Entry
float:get_time_entry
Fetch a single time entry by ID with task and project details.
Read
Low risk
List Clients
float:list_clients
List clients with optional search filtering.
Read
Low risk
List People
float:list_people
List people with optional filtering by active status, department, or search term.
Read
Low risk
List Projects
float:list_projects
List projects with optional filtering by status, client, manager, or search term.
Read
Low risk
List Tasks
float:list_tasks
List tasks with optional filtering by project, person, date range, or billable status.
Read
Low risk
List Time Entries
float:list_time_entries
List time entries with optional filtering by project, person, task, date range, or billable status.
Read
Low risk
Update Person
float:update_person
Update an existing person's details and work schedule.
Write
Medium risk
Update Project
float:update_project
Update an existing project's details, budget, and timeline.
Write
Medium risk
Update Task
float:update_task
Update an existing task's assignment, schedule, and billing details.
Write
Medium risk
Update Time Entry
float:update_time_entry
Update an existing time entry's hours, date, or billing details.
Write
Medium risk