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.
Add Team Member
dailybot:add_team_member
Add a user to a team with specified role.
Write
Medium risk
Create Checkin
dailybot:create_checkin
Create a new check-in with responses for a user in a team.
Write
Medium risk
Create Team
dailybot:create_team
Create a new team with specified settings.
Write
Medium risk
Delete Checkin
dailybot:delete_checkin
Delete a check-in permanently. This action cannot be undone.
Write
High risk
Get Checkin
dailybot:get_checkin
Fetch a single check-in by ID with all responses and metadata.
Read
Low risk
Get Report
dailybot:get_report
Generate a team activity report with check-in summaries and participation stats.
Read
Low risk
Get Team
dailybot:get_team
Fetch a single team by ID with member count and settings.
Read
Low risk
Get User
dailybot:get_user
Fetch a single user by ID with team memberships and activity stats.
Read
Low risk
List Checkins
dailybot:list_checkins
List check-ins with optional filtering by team, user, or date range.
Read
Low risk
List Teams
dailybot:list_teams
List all teams with optional filtering by active status.
Read
Low risk
List Users
dailybot:list_users
List users with optional filtering by team, status, or search term.
Read
Low risk
Remove Team Member
dailybot:remove_team_member
Remove a user from a team. This will also remove their access to team check-ins.
Write
High risk
Update Checkin
dailybot:update_checkin
Update an existing check-in's responses, mood, or tags.
Write
Medium risk
Update Team
dailybot:update_team
Update an existing team's settings and information.
Write
Medium risk