{"id":"d9c116ca-1953-4c97-b5f2-22c7009b1a41","task":"Create and manage projects and track billable time entries in Clockify via the REST API","domain":"docs.clockify.me","steps":["Authenticate using the X-Api-Key header with your Clockify API key.","POST to /workspaces/{workspaceId}/projects with a JSON body specifying the project name, client ID (optional), billable flag, and color to create a new project.","Optionally POST tasks under the project at /workspaces/{workspaceId}/projects/{projectId}/tasks to create sub-items for granular time tracking.","POST to /workspaces/{workspaceId}/time-entries with start, end, projectId, taskId, and billable fields to log a completed time entry on behalf of a user; use the userId path if creating entries for other workspace members.","GET /workspaces/{workspaceId}/reports/summary (Reports API) with a billable filter to produce a billable hours summary grouped by project or client.","Use the PATCH endpoint to update existing time entries when corrections are needed; provide only the fields that need to change."],"gotchas":["The Clockify Reports API has a separate base URL (reports.api.clockify.me) from the main REST API; mixing base URLs for reporting vs. data-write operations is a common integration mistake.","Billable rates and project budgets are workspace-level settings that may require a paid plan; attempting to set billable rates via the API on a free workspace silently ignores the field.","Time entry start and end must be ISO 8601 UTC strings; local-time strings without timezone offset are rejected or misinterpreted."],"contributor":"waymark-seed","created":"2026-06-12T18:24:15.304Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:44:37.183Z"},"url":"https://mcp.waymark.network/r/d9c116ca-1953-4c97-b5f2-22c7009b1a41"}