Clockify

Clockify is a free time tracking software that allows individuals and teams to track work hours across projects.

73 actions Integration catalog
Request access
Connect Clockify once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add User to GroupCLOCKIFY_ADD_USER_TO_GROUP
Tool to add a user to a user group in a Clockify workspace. Use when you need to add a specific user to an existing group.
Create ClientCLOCKIFY_CREATE_CLIENT
Tool to add a new client to a workspace. Use when you need to create a client in a specific workspace.
Create New ProjectCLOCKIFY_CREATE_NEW_PROJECT
Tool to create a new project in a Clockify workspace. Use when you need to create a project with name, color, billable status, visibility, and optional client association.
Create Shared ReportCLOCKIFY_CREATE_SHARED_REPORT
Tool to create a shared report in Clockify. Use when generating shareable summary, detailed, or weekly reports with custom date ranges and grouping options.
Create TaskCLOCKIFY_CREATE_TASK
Tool to add a new task to a project in Clockify. Use when you need to create a task with optional time estimates, assignees, and billable status.
Create Templates On WorkspaceCLOCKIFY_CREATE_TEMPLATES_ON_WORKSPACE
Tool to create templates on a Clockify workspace. Use when you need to create one or more templates with associated projects and tasks for reusable project structures.
Create Time EntryCLOCKIFY_CREATE_TIME_ENTRY
Tool to create a new time entry in a Clockify workspace. Use when logging time with start/end timestamps, project/task/tag associations, and billable status.
Create User GroupCLOCKIFY_CREATE_USER_GROUP
Tool to create a new user group in a workspace. Use when you need to add a group to organize users within a specific workspace.
Create User Time EntryCLOCKIFY_CREATE_USER_TIME_ENTRY
Tool to create a time entry for another user in a Clockify workspace. Use when adding time logs on behalf of team members with admin/manager permissions.
Create WebhookCLOCKIFY_CREATE_WEBHOOK
Tool to create a new webhook in a workspace. Use when you want to subscribe to workspace events by registering a callback URL.
Create WorkspaceCLOCKIFY_CREATE_WORKSPACE
Tool to create a new workspace in Clockify. Use when you need to set up a new workspace for time tracking and project management.
Delete ClientCLOCKIFY_DELETE_CLIENT
Permanently deletes a client from a Clockify workspace. Returns the deleted client's data. Warning: This action is irreversible. Ensure the client has no associated projects or time entries.
Delete ProjectCLOCKIFY_DELETE_PROJECT
Tool to delete a project from a workspace. Use when you need to permanently remove a project. Warning: This action is irreversible and may affect associated time entries and tasks.
Delete Shared ReportCLOCKIFY_DELETE_SHARED_REPORT
Tool to delete a shared report from a workspace by ID. Use when you need to remove a shared report that is no longer needed.
Delete TagCLOCKIFY_DELETE_TAG
Tool to delete a tag from a Clockify workspace. Use when you need to remove an existing tag by its ID.
Delete TaskCLOCKIFY_DELETE_TASK
Tool to delete a task from a project in Clockify. Use when removing tasks that are no longer needed or were created by mistake.
Delete TemplateCLOCKIFY_DELETE_TEMPLATE
Tool to delete a template from a Clockify workspace. Returns the deleted template's data including entries, projects, and tasks.
Delete Time EntryCLOCKIFY_DELETE_TIME_ENTRY
Tool to delete a time entry from a workspace by ID. Use for cleanup workflows such as removing bad imports, duplicates, or cancelled entries.
Delete User GroupCLOCKIFY_DELETE_USER_GROUP
Tool to delete a user group from a workspace. Use when you need to remove an existing user group by its ID.
Delete User Time EntriesCLOCKIFY_DELETE_USER_TIME_ENTRIES
Tool to delete multiple time entries for a user in a workspace. Use for bulk cleanup such as removing test data, correcting erroneous imports, or batch deleting cancelled work periods.
Delete WebhookCLOCKIFY_DELETE_WEBHOOK
Tool to delete a webhook from a workspace. Use when you need to remove an existing webhook by its ID.
Duplicate Time EntryCLOCKIFY_DUPLICATE_TIME_ENTRY
Tool to duplicate an existing time entry in a Clockify workspace. Use when creating a copy of a time entry with the same attributes (project, task, tags, description, billable status).
Filter Workspace UsersCLOCKIFY_FILTER_WORKSPACE_USERS
Tool to filter users in a workspace by advanced criteria. Use when you need a paginated, sortable list of workspace users matching multiple filters.
Find User's Team ManagersCLOCKIFY_FIND_USER_TEAM_MANAGER
Retrieves the list of team managers assigned to a specific user in a Clockify workspace. Team managers are users who have supervisory responsibilities over other users. Use this after obtaining valid workspace and user IDs from other actions.
Generate Detailed ReportCLOCKIFY_GENERATE_DETAILED_REPORT
Tool to generate a detailed time entry report with filtering and pagination. Use when you need comprehensive time tracking data with project, client, user, and tag breakdowns for reporting or analysis.
Generate Expense ReportCLOCKIFY_GENERATE_EXPENSE_REPORT
Tool to generate a detailed expense report for a Clockify workspace. Use when you need to retrieve and analyze expense data within a specific date range for reporting, invoicing, or financial analysis.
Generate New Webhook TokenCLOCKIFY_GENERATE_NEW_WEBHOOK_TOKEN
Tool to generate a new webhook token. Use after confirming workspace and webhook IDs.
Generate Summary ReportCLOCKIFY_GENERATE_SUMMARY_REPORT
Tool to generate a summary report for time entries in a Clockify workspace. Use when you need aggregated time tracking data grouped by projects, users, clients, or other criteria for high-level analysis and reporting.
Generate Weekly ReportCLOCKIFY_GENERATE_WEEKLY_REPORT
Tool to generate a weekly time entry report for a workspace with grouped data. Use when you need detailed weekly breakdowns of time entries organized by user, project, task, or other dimensions.
Get All Addon WebhooksCLOCKIFY_GET_ALL_ADDON_WEBHOOKS
Tool to list all webhooks for an addon in a workspace. Use after confirming workspace and addon IDs.
Get All My WorkspacesCLOCKIFY_GET_ALL_MY_WORKSPACES
Tool to list all workspaces the user belongs to. Use when you need an overview of accessible workspaces after authentication. Verify the correct workspace ID from the returned list before using it in subsequent operations — wrong workspace IDs misroute all entries. Each workspace object may include settings such as forceTasks; when enabled, time entry creation requires a valid taskId or returns HTTP 400 (code 501).
Get All WebhooksCLOCKIFY_GET_ALL_WEBHOOKS
Tool to list all webhooks in a workspace. Use when you need to retrieve defined webhooks after confirming the workspace ID.
Get Client By IDCLOCKIFY_GET_CLIENT_BY_ID
Retrieves detailed information about a specific client in a Clockify workspace. Returns client details including name, contact information (email, address), billing currency, and archived status. Use 'Get All My Workspaces' to obtain workspace_id and 'Get Clients' to obtain client_id before calling this action.
Get ClientsCLOCKIFY_GET_CLIENTS
Tool to list clients in a workspace. Use after obtaining a workspace ID.
Get Created EntitiesCLOCKIFY_GET_CREATED_ENTITIES
Tool to retrieve created entities within a workspace (Experimental). Use when you need to track incremental changes or newly created time entries, projects, clients, or other entity types.
Get Currently Logged In User InfoCLOCKIFY_GET_CURRENTLY_LOGGED_IN_USER_INFO
Tool to retrieve info about the authenticated user. Use when verifying credentials and needing current user context after authentication.
Get Deleted EntitiesCLOCKIFY_GET_DELETED_ENTITIES
Tool to retrieve information about entities deleted within a date range (Experimental API). Use when you need to track incremental changes or identify deleted records for synchronization purposes.
Get HolidaysCLOCKIFY_GET_HOLIDAYS
Tool to retrieve all holidays for a workspace. Use when you need to list or filter workspace holidays after confirming the workspace ID.
Get Holidays In PeriodCLOCKIFY_GET_HOLIDAYS_IN_PERIOD
Tool to retrieve holidays in a specific period. Use when you need holidays assigned to a user between two dates after confirming the workspace ID.
Get In Progress Time EntriesCLOCKIFY_GET_IN_PROGRESS_TIME_ENTRIES
Tool to retrieve all currently running time entries in a workspace. Use when you need to check which timers are active or see who is currently tracking time.
Get member's profileCLOCKIFY_GET_MEMBER_PROFILE
Tool to get a member's profile in a workspace. Use when you need detailed profile info after identifying the workspace and user.
Get ProjectCLOCKIFY_GET_PROJECT
Tool to retrieve detailed information about a specific project by ID. Use when you need to get project details such as name, billable status, budget estimates, rates, and memberships.
Get ProjectsCLOCKIFY_GET_PROJECTS
Tool to list projects in a workspace with filtering and pagination. Use after obtaining a workspace ID.
Get Shared ReportCLOCKIFY_GET_SHARED_REPORT
Tool to retrieve a shared report by ID from Clockify. Returns report data including totals, charts, groupings, and filter configuration. Use when you need to access and analyze shared report data. Note: This endpoint uses the Reports API domain (reports.api.clockify.me).
Get Shared ReportsCLOCKIFY_GET_SHARED_REPORTS
Tool to retrieve all shared reports in a workspace. Use when you need to view reports that have been shared within the workspace.
Get Tag By IDCLOCKIFY_GET_TAG
Tool to retrieve detailed information about a specific tag by ID in a Clockify workspace. Use when you need to get tag details including name, workspace ID, and archived status.
Get TagsCLOCKIFY_GET_TAGS
Tool to find and list tags in a workspace. Use when you need to view all tags or filter tags by name or archived status.
Get TaskCLOCKIFY_GET_TASK
Retrieves detailed information about a specific task in a Clockify project. Returns task details including name, assignees, estimates, billable status, and rates. Use this to inspect or verify task information within a project.
Get TasksCLOCKIFY_GET_TASKS
Tool to find all tasks on a specific project in a workspace. Use when you need to list, search, or filter tasks for project management.
Get Template By ID On WorkspaceCLOCKIFY_GET_TEMPLATE_BY_ID_ON_WORKSPACE
Tool to retrieve a specific template by ID from a Clockify workspace. Use when you need to fetch template details including projects and tasks, optionally hydrated or cleansed. Note: This endpoint is deprecated in the API but remains functional.
Get Templates On WorkspaceCLOCKIFY_GET_TEMPLATES_ON_WORKSPACE
Tool to list all templates in a workspace. Use when you need to retrieve available templates for creating projects or time entries.
Get Time EntriesCLOCKIFY_GET_TIME_ENTRIES
Tool to retrieve historical time entries for a user in a workspace with filters. Use when you need to audit, summarize, or analyze time logs for reporting or invoicing.
Get Time EntryCLOCKIFY_GET_TIME_ENTRY
Tool to retrieve a specific time entry by ID from a workspace. Use when you need to inspect details of a particular time entry for auditing, reporting, or further processing.
Get Updated EntitiesCLOCKIFY_GET_UPDATED_ENTITIES
Tool to retrieve entities that have been updated in a workspace (Experimental). Use when tracking incremental changes to time entries, expenses, custom fields, or other entity types for synchronization or audit purposes.
Get User GroupsCLOCKIFY_GET_USER_GROUPS
Tool to find all user groups in a workspace. Use when you need to retrieve all groups that organize users within a specific workspace.
Get Webhook By IDCLOCKIFY_GET_WEBHOOK_BY_ID
Retrieves detailed information about a specific webhook in a Clockify workspace. Returns the webhook's name, URL, event type, trigger source configuration, auth token, and enabled status. Use this to inspect or verify webhook settings.
Get Webhook LogsCLOCKIFY_GET_WEBHOOK_LOGS
Tool to retrieve webhook logs for a specific webhook. Use when you need to inspect webhook delivery history, debug failed webhook calls, or monitor webhook activity.
Get Workspace InfoCLOCKIFY_GET_WORKSPACE_INFO
Retrieves detailed information about a specific Clockify workspace. Use this tool to get workspace configuration, settings, memberships, and features. Requires a workspace ID which can be obtained from 'Get All My Workspaces' action. Returns workspace details including: - Name and ID - Cost rates and hourly rates - Subscription type and enabled features - Membership information - Workspace settings (time tracking mode, permissions, etc.)
List AssignmentsCLOCKIFY_LIST_ASSIGNMENTS
Tool to retrieve all scheduling assignments in a workspace. Use when you need to view team member assignments to projects within a specific date range.
Remove User From GroupCLOCKIFY_REMOVE_USER_FROM_GROUP
Tool to remove a user from a group in Clockify. Returns the updated user group details after removal.
Showing the first 60 of 73 actions.