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.
Clock In
connecteam:clock_in
Clock in a user to start tracking time.
Write
Medium risk
Clock Out
connecteam:clock_out
Clock out a user to stop tracking time.
Write
Medium risk
Create Schedule
connecteam:create_schedule
Create a new schedule entry for a user.
Write
Medium risk
Create Team
connecteam:create_team
Create a new team in Connecteam with initial members.
Write
Medium risk
Create User
connecteam:create_user
Create a new user in Connecteam with team assignments.
Write
Medium risk
Delete User
connecteam:delete_user
Delete a user from Connecteam. This action cannot be undone.
Write
High risk
Get Schedule
connecteam:get_schedule
Fetch a single schedule entry by ID with shift details.
Read
Low risk
Get Team
connecteam:get_team
Fetch a single team by ID with member information.
Read
Low risk
Get Time Entry
connecteam:get_time_entry
Fetch a single time entry by ID with clock in/out details.
Read
Low risk
Get User
connecteam:get_user
Fetch a single user by ID with their profile information and team assignments.
Read
Low risk
List Schedules
connecteam:list_schedules
List schedules with optional filtering by user, date range, and status.
Read
Low risk
List Teams
connecteam:list_teams
List all teams in the organization.
Read
Low risk
List Time Entries
connecteam:list_time_entries
List time entries with optional filtering by user, date range, and project.
Read
Low risk
List Users
connecteam:list_users
List users with optional filtering by team and status.
Read
Low risk
Send Message
connecteam:send_message
Send a message to one or more users in Connecteam.
Write
Medium risk
Update User
connecteam:update_user
Update an existing user's information and team assignments.
Write
Medium risk