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.
Complete Task
productive_io:complete_task
Mark a task as completed in Productive.io.
Write
Low risk
Create Company
productive_io:create_company
Create a new company in Productive.io.
Write
Medium risk
Create Person
productive_io:create_person
Create a new person in Productive.io.
Write
Medium risk
Create Project
productive_io:create_project
Create a new project in Productive.io.
Write
Medium risk
Create Task
productive_io:create_task
Create a new task in Productive.io.
Write
Medium risk
Create Time Entry
productive_io:create_time_entry
Create a new time entry in Productive.io.
Write
Medium risk
Get Company
productive_io:get_company
Fetch a single company by ID with details.
Read
Low risk
Get Person
productive_io:get_person
Fetch a single person by ID with their details and role information.
Read
Low risk
Get Project
productive_io:get_project
Fetch a single project by ID with details and status.
Read
Low risk
Get Task
productive_io:get_task
Fetch a single task by ID with details and status.
Read
Low risk
Get Time Entry
productive_io:get_time_entry
Fetch a single time entry by ID with details.
Read
Low risk
List Companies
productive_io:list_companies
List companies with optional filtering and pagination.
Read
Low risk
List People
productive_io:list_people
List people with optional filtering and pagination.
Read
Low risk
List Projects
productive_io:list_projects
List projects with optional filtering and pagination.
Read
Low risk
List Tasks
productive_io:list_tasks
List tasks with optional filtering and pagination.
Read
Low risk
List Time Entries
productive_io:list_time_entries
List time entries with optional filtering and pagination.
Read
Low risk
Update Person
productive_io:update_person
Update an existing person in Productive.io.
Write
Medium risk
Update Project
productive_io:update_project
Update an existing project in Productive.io.
Write
Medium risk
Update Task
productive_io:update_task
Update an existing task in Productive.io.
Write
Medium risk