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
toggl:create_client
Create a new client in a workspace.
Write
Medium risk
Create Project
toggl:create_project
Create a new project in a workspace.
Write
Medium risk
Create Time Entry
toggl:create_time_entry
Create a new time entry. Can be started immediately or created as a completed entry with duration.
Write
Medium risk
Delete Client
toggl:delete_client
Delete a client permanently. This action cannot be undone and will affect associated projects.
Write
High risk
Delete Project
toggl:delete_project
Delete a project permanently. This action cannot be undone.
Write
High risk
Delete Time Entry
toggl:delete_time_entry
Delete a time entry permanently. This action cannot be undone.
Write
High risk
Get Client
toggl:get_client
Fetch a single client by ID with basic details.
Read
Low risk
Get Current Time Entry
toggl:get_current_time_entry
Get the currently running time entry for the authenticated user.
Read
Low risk
Get Project
toggl:get_project
Fetch a single project by ID with details like client, color, and status.
Read
Low risk
Get Time Entry
toggl:get_time_entry
Fetch a single time entry by ID with project, task, and duration details.
Read
Low risk
Get User
toggl:get_user
Get the authenticated user's profile information.
Read
Low risk
Get Workspace
toggl:get_workspace
Fetch a single workspace by ID with basic details.
Read
Low risk
List Clients
toggl:list_clients
List clients in a workspace with optional filter for archived status.
Read
Low risk
List Projects
toggl:list_projects
List projects in a workspace with optional filters for active status and client.
Read
Low risk
List Time Entries
toggl:list_time_entries
List time entries with optional date range and project filters.
Read
Low risk
List Workspaces
toggl:list_workspaces
List all workspaces the authenticated user has access to.
Read
Low risk
Start Time Entry
toggl:start_time_entry
Start a new time entry that will run until stopped. This stops any currently running timer.
Write
Medium risk
Stop Time Entry
toggl:stop_time_entry
Stop a running time entry by setting the stop time to now.
Write
Low risk
Update Client
toggl:update_client
Update an existing client's properties.
Write
Medium risk
Update Project
toggl:update_project
Update an existing project's properties.
Write
Medium risk
Update Time Entry
toggl:update_time_entry
Update an existing time entry's properties.
Write
Medium risk