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 Countdown
countdown_api:create_countdown
Create a new countdown timer with specified target date and settings.
Write
Medium risk
Delete Countdown
countdown_api:delete_countdown
Permanently delete a countdown timer. This action cannot be undone.
Write
High risk
Get Countdown
countdown_api:get_countdown
Fetch a single countdown timer by ID with current status and remaining time.
Read
Low risk
Get Countdown Status
countdown_api:get_countdown_status
Get the current status and remaining time for a countdown timer.
Read
Low risk
List Countdowns
countdown_api:list_countdowns
List and search countdown timers with filtering options.
Read
Low risk
Pause Countdown
countdown_api:pause_countdown
Pause an active countdown timer.
Write
Medium risk
Reset Countdown
countdown_api:reset_countdown
Reset a countdown timer back to its full duration.
Write
Medium risk
Start Countdown
countdown_api:start_countdown
Start or resume a countdown timer.
Write
Medium risk
Update Countdown
countdown_api:update_countdown
Update an existing countdown timer's properties.
Write
Medium risk