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
streamtime:create_client
Create a new client in Streamtime.
Write
Medium risk
Create Job
streamtime:create_job
Create a new job in Streamtime.
Write
Medium risk
Create Project
streamtime:create_project
Create a new project in Streamtime.
Write
Medium risk
Create Timesheet
streamtime:create_timesheet
Create a new timesheet entry in Streamtime.
Write
Medium risk
Get Active Timer
streamtime:get_active_timer
Get the currently running timer for a specific user, if any.
Read
Low risk
Get Client
streamtime:get_client
Fetch a single client by ID with contact details and project count.
Read
Low risk
Get Job
streamtime:get_job
Fetch a single job by ID with project details, status, and time tracking info.
Read
Low risk
Get Project
streamtime:get_project
Fetch a single project by ID with details, status, and client information.
Read
Low risk
Get Timesheet
streamtime:get_timesheet
Fetch a single timesheet entry by ID with job and project details.
Read
Low risk
Get User
streamtime:get_user
Fetch a single user by ID with profile details and activity stats.
Read
Low risk
List Clients
streamtime:list_clients
List clients with optional filtering by status or search term.
Read
Low risk
List Jobs
streamtime:list_jobs
List jobs with optional filtering by project, status, assignee, or date range.
Read
Low risk
List Projects
streamtime:list_projects
List projects with optional filtering by status, client, or search term.
Read
Low risk
List Timesheets
streamtime:list_timesheets
List timesheet entries with optional filtering by user, job, project, or date range.
Read
Low risk
List Users
streamtime:list_users
List users with optional filtering by status, role, or search term.
Read
Low risk
Start Timer
streamtime:start_timer
Start a timer for a specific job and user in Streamtime.
Write
Medium risk
Stop Timer
streamtime:stop_timer
Stop a running timer and create a timesheet entry in Streamtime.
Write
Medium risk
Update Job
streamtime:update_job
Update an existing job in Streamtime.
Write
Medium risk
Update Project
streamtime:update_project
Update an existing project in Streamtime.
Write
Medium risk