create_client | Create a client in a workspace. Arguments: name (string). |
create_project | Create a project in a workspace. Arguments: name (string), active (boolean, default true), is_private (boolean), client_id (integer as string), color (string), billable (boolean). |
create_tag | Create a tag in a workspace. Arguments: name (string). |
create_time_entry | Create a time entry. Arguments: description (string), start (ISO 8601 string, e.g. “2026-09-22T10:00:00Z”), duration (integer in seconds; -1 = running), project_id (integer as string), tag_ids (array of integer strings), billable (boolean), created_with (string, defaults to “Atako”). workspace_id is required in both the path and the body. |
stop_time_entry | Stop the currently running time entry in a workspace. |
update_time_entry | Update a time entry. Arguments: description (string), start (ISO 8601 string), duration (integer in seconds), project_id (integer as string), tag_ids (array of integer strings), billable (boolean). |