Clockify
Clockify is a free time tracking software that allows individuals and teams to track work hours across projects.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Clockify authenticates with an API key. Generate the credential in your Clockify account, then paste it into FlyMyAI the first time an agent uses a Clockify action.
Get your Clockify credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Subdomain | The unique subdomain associated with the user's organization or workspace instance on Clockify (e.g., 'companyX' in https://companyX.clockify.me). (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
CLOCKIFY_CREATE_CLIENT | Tool to add a new client to a workspace. use when you need to create a client in a specific workspace. | workspaceId |
CLOCKIFY_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. | workspaceId, name, triggerSource, triggerSourceType, url, webhookEvent |
CLOCKIFY_DELETE_CLIENT | Tool to delete a client from a workspace. use after archiving the client and confirming no associated data exists. | workspaceId, id |
CLOCKIFY_DELETE_WEBHOOK | Tool to delete a webhook from a workspace. use when you need to remove an existing webhook by its id. | workspaceId, webhookId |
CLOCKIFY_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. | workspaceId |
CLOCKIFY_FIND_ALL_USERS_ON_WORKSPACE | Tool to list all users in a workspace. use when you need to retrieve workspace members after confirming the workspace id. example: "find all users on workspace 64a687e29ae1f428e7ebe303." | workspaceId |
CLOCKIFY_FIND_USER_TEAM_MANAGER | Tool to get managers of a user in a workspace. use after confirming workspace and user ids are correct. | workspaceId, userId |
CLOCKIFY_GENERATE_NEW_WEBHOOK_TOKEN | Tool to generate a new webhook token. use after confirming workspace and webhook ids. | workspace_id, webhook_id |
CLOCKIFY_GET_ALL_ADDON_WEBHOOKS | Tool to list all webhooks for an addon in a workspace. use after confirming workspace and addon ids. | workspaceId, addonId |
CLOCKIFY_GET_ALL_MY_WORKSPACES | Tool to list all workspaces the user belongs to. use when you need an overview of accessible workspaces after authentication. | - |
CLOCKIFY_GET_ALL_WEBHOOKS | Tool to list all webhooks in a workspace. use when you need to retrieve defined webhooks after confirming the workspace id. | workspaceId |
CLOCKIFY_GET_CLIENTS | Tool to list clients in a workspace. use after obtaining a workspace id. | workspaceId |
CLOCKIFY_GET_CLIENT_BY_ID | Tool to get details of a client by id. use after confirming workspace and client ids. | workspaceId, id |
CLOCKIFY_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. | - |
CLOCKIFY_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. | workspaceId |
CLOCKIFY_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. | workspaceId, assigned-to, start, end |
CLOCKIFY_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. | workspaceId, userId |
CLOCKIFY_GET_WEBHOOK_BY_ID | Tool to get details of a specific webhook. use after confirming workspace and webhook id. | workspaceId, webhookId |
CLOCKIFY_GET_WORKSPACE_INFO | Tool to get details of a specific workspace. use after obtaining the workspace id. | workspaceId |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Clockify!