Clockify
Track time, manage projects, and automate timesheet workflows with Clockify.
Tools
| Name | Description |
|---|---|
validate_connectionValidate the Clockify API key with a minimal authenticated request. | Validate the Clockify API key with a minimal authenticated request. |
get_current_userGet the currently authenticated Clockify user. | Get the currently authenticated Clockify user. |
list_workspacesList Clockify workspaces available to the API key. | List Clockify workspaces available to the API key. |
get_workspaceGet a Clockify workspace by ID. | Get a Clockify workspace by ID. |
list_usersList Clockify users in a workspace with optional status and search filters. | List Clockify users in a workspace with optional status and search filters. |
list_clientsList Clockify clients in a workspace. | List Clockify clients in a workspace. |
list_projectsList Clockify projects in a workspace with common filters. | List Clockify projects in a workspace with common filters. |
get_projectGet a Clockify project by ID. | Get a Clockify project by ID. |
list_tasksList tasks for a Clockify project. | List tasks for a Clockify project. |
get_taskGet a Clockify project task by ID. | Get a Clockify project task by ID. |
create_taskCreate a task on a Clockify project. | Create a task on a Clockify project. |
list_tagsList Clockify tags in a workspace. | List Clockify tags in a workspace. |
list_time_entriesList time entries for a Clockify user in a workspace. | List time entries for a Clockify user in a workspace. |
get_time_entryGet a specific Clockify time entry in a workspace. | Get a specific Clockify time entry in a workspace. |
create_time_entryCreate a completed Clockify time entry. | Create a completed Clockify time entry. |
update_time_entryUpdate an existing Clockify time entry. | Update an existing Clockify time entry. |
start_timerStart a Clockify timer by creating an in-progress time entry. | Start a Clockify timer by creating an in-progress time entry. |
stop_timerStop the currently running Clockify timer for a user in a workspace. | Stop the currently running Clockify timer for a user in a workspace. |
list_running_time_entriesList in-progress Clockify time entries in a workspace. | List in-progress Clockify time entries in a workspace. |
Triggers
| Name | Description |
|---|---|
webhook_event_receivedReceive parsed Clockify webhook payloads from a manually configured Clockify webhook. Signature verification is not performed because this trigger receives parsed JSON payloads and Clockify signing details are not part of the public API spec. | Receive parsed Clockify webhook payloads from a manually configured Clockify webhook. Signature verification is not performed because this trigger receives parsed JSON payloads and Clockify signing details are not part of the public API spec. |
new_time_entryTriggers when Clockify creates a time entry. The trigger creates a Clockify webhook and compares the returned Clockify token with incoming webhook headers when token checking is enabled. | Triggers when Clockify creates a time entry. The trigger creates a Clockify webhook and compares the returned Clockify token with incoming webhook headers when token checking is enabled. |
new_timer_startedTriggers when Clockify starts a timer. The trigger creates a Clockify webhook and compares the returned Clockify token with incoming webhook headers when token checking is enabled. | Triggers when Clockify starts a timer. The trigger creates a Clockify webhook and compares the returned Clockify token with incoming webhook headers when token checking is enabled. |
new_taskTriggers when Clockify creates a task. The trigger creates a Clockify webhook and compares the returned Clockify token with incoming webhook headers when token checking is enabled. | Triggers when Clockify creates a task. The trigger creates a Clockify webhook and compares the returned Clockify token with incoming webhook headers when token checking is enabled. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('clockify', 'validate_connection', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'clockify',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Clockify to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Clockify support?
Clockify supports 19 tools including Validate Connection, Get Current User, List Workspaces, Get Workspace, List Users, and more.
Can I use Clockify with AI agents?
Yes. Add Clockify to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Clockify to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Clockify as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Clockify tools exposed by that workspace.
Does Clockify work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Clockify work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Clockify?
Clockify exposes 19 tools, including Validate Connection, Get Current User, List Workspaces, Get Workspace, List Users, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Clockify be used in stateful agent workflows?
Yes. Agents can combine Clockify tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Clockify use?
Clockify uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Clockify integration cost?
The Clockify integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Clockify support?
Clockify supports 4 triggers including Webhook Event Received, New Time Entry, New Timer Started, New Task.
Connect Clockify in minutes
Get 20,000 free action executions every month. No credit card required.