Clockodo website screenshot

Clockodo

Clockodo is a German-built, cloud-based time-tracking and project- management application used by service firms, agencies, and freelancers. In addition to its web and mobile apps, Clockodo exposes a REST API at my.clockodo.com that mirrors the objects in the UI: time entries, customers, projects, services, users, absences, holiday quotas, lump-sum services, and a real-time stop-clock. Authentication uses a per-user email plus per-user API key delivered as the X-ClockodoApiUser/X-ClockodoApiKey header pair (or HTTP Basic), and every call must include the X-Clockodo-External-Application header identifying the integrating application.

Clockodo publishes 9 APIs on the APIs.io network, including Absences API, Clock API, Customers API, and 6 more. Tagged areas include Absence Management, Billing, Project Management, Stop Clock, and Time Tracking.

The Clockodo catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.

Clockodo’s developer surface includes authentication, documentation, engineering blog, pricing, and 10 more developer resources.

52.7/100 developing ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
9 APIs
Absence ManagementBillingProject ManagementStop ClockTime TrackingTimesheets

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 52.7/100 · developing
Contract Quality 15.7 / 25
Developer Ergonomics 4.3 / 20
Commercial Clarity 14.2 / 20
Operational Transparency 4.1 / 13
Governance 7.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/clockodo: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 9

Individual APIs this provider publishes, each with its own machine-readable definition.

Clockodo Absences API

Absence records (vacation, sickness, etc.).

Clockodo Clock API

Real-time stop-clock control.

Clockodo Customers API

Customer records.

Clockodo Entries API

Time-tracking entries.

Clockodo HolidaysQuota API

Per-user holiday quotas.

Clockodo LumpSumServices API

Lump-sum services for fixed-price billing.

Clockodo Projects API

Projects under customers.

Clockodo Services API

Service catalog used for entries.

Clockodo Users API

Co-workers/users in the account.

Scroll for all 9

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Clockodo API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Clockodo Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Clockodo Context

7 classes · 10 properties

JSON-LD

Spectral Rules 2

Spectral governance rulesets for linting and validating these APIs.

Clockodo API Rules

5 rules · 4 warnings 1 info

SPECTRAL

Clockodo API Rules

6 rules · 4 errors 2 warnings

SPECTRAL

JSON Schema 1

Standalone JSON Schema definitions for this provider's data models.

Clockodo Time Entry

12 properties

JSON SCHEMA

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Clockodo Authentication

apiKey/http · 2 schemes

SECURITY

Clockodo Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Clockodo Agentic Access

33 operations · 19 acting · 1 human-in-the-loop

33 operations · 19 acting

AGENTIC

Resources

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Access & Security 2

Authentication, authorization, and security posture

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: clockodo
name: Clockodo
url: https://raw.githubusercontent.com/api-evangelist/clockodo/refs/heads/main/apis.yml
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
created: '2025-02-17'
modified: '2026-05-19'
specificationVersion: '0.19'
type: Index
access: 3rd-Party
position: Consumer
kind: company
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/clockodo.png
tags:
- Absence Management
- Billing
- Project Management
- Stop Clock
- Time Tracking
- Timesheets
description: 'Clockodo is a German-built, cloud-based time-tracking and project- management application used by service firms,
  agencies, and freelancers. In addition to its web and mobile apps, Clockodo exposes a REST API at my.clockodo.com that mirrors
  the objects in the UI: time entries, customers, projects, services, users, absences, holiday quotas, lump-sum services,
  and a real-time stop-clock. Authentication uses a per-user email plus per-user API key delivered as the X-ClockodoApiUser/X-ClockodoApiKey
  header pair (or HTTP Basic), and every call must include the X-Clockodo-External-Application header identifying the integrating
  application.'
apis:
- aid: clockodo:clockodo-absences-api
  name: Clockodo Absences API
  description: Absence records (vacation, sickness, etc.).
  humanURL: https://www.clockodo.com/en/api/
  baseURL: https://my.clockodo.com/api
  tags:
  - Absences
  properties:
  - type: OpenAPI
    url: openapi/clockodo-absences-api-openapi.yml
  - type: Documentation
    url: https://www.clockodo.com/en/api/
  - type: Authentication
    url: https://www.clockodo.com/en/api/authentication/
- aid: clockodo:clockodo-clock-api
  name: Clockodo Clock API
  description: Real-time stop-clock control.
  humanURL: https://www.clockodo.com/en/api/
  baseURL: https://my.clockodo.com/api
  tags:
  - Clock
  properties:
  - type: OpenAPI
    url: openapi/clockodo-clock-api-openapi.yml
  - type: Documentation
    url: https://www.clockodo.com/en/api/
  - type: Authentication
    url: https://www.clockodo.com/en/api/authentication/
- aid: clockodo:clockodo-customers-api
  name: Clockodo Customers API
  description: Customer records.
  humanURL: https://www.clockodo.com/en/api/
  baseURL: https://my.clockodo.com/api
  tags:
  - Customers
  properties:
  - type: OpenAPI
    url: openapi/clockodo-customers-api-openapi.yml
  - type: Documentation
    url: https://www.clockodo.com/en/api/
  - type: Authentication
    url: https://www.clockodo.com/en/api/authentication/
- aid: clockodo:clockodo-entries-api
  name: Clockodo Entries API
  description: Time-tracking entries.
  humanURL: https://www.clockodo.com/en/api/
  baseURL: https://my.clockodo.com/api
  tags:
  - Entries
  properties:
  - type: OpenAPI
    url: openapi/clockodo-entries-api-openapi.yml
  - type: Documentation
    url: https://www.clockodo.com/en/api/
  - type: Authentication
    url: https://www.clockodo.com/en/api/authentication/
- aid: clockodo:clockodo-holidaysquota-api
  name: Clockodo HolidaysQuota API
  description: Per-user holiday quotas.
  humanURL: https://www.clockodo.com/en/api/
  baseURL: https://my.clockodo.com/api
  tags:
  - HolidaysQuota
  properties:
  - type: OpenAPI
    url: openapi/clockodo-holidaysquota-api-openapi.yml
  - type: Documentation
    url: https://www.clockodo.com/en/api/
  - type: Authentication
    url: https://www.clockodo.com/en/api/authentication/
- aid: clockodo:clockodo-lumpsumservices-api
  name: Clockodo LumpSumServices API
  description: Lump-sum services for fixed-price billing.
  humanURL: https://www.clockodo.com/en/api/
  baseURL: https://my.clockodo.com/api
  tags:
  - LumpSumServices
  properties:
  - type: OpenAPI
    url: openapi/clockodo-lumpsumservices-api-openapi.yml
  - type: Documentation
    url: https://www.clockodo.com/en/api/
  - type: Authentication
    url: https://www.clockodo.com/en/api/authentication/
- aid: clockodo:clockodo-projects-api
  name: Clockodo Projects API
  description: Projects under customers.
  humanURL: https://www.clockodo.com/en/api/
  baseURL: https://my.clockodo.com/api
  tags:
  - Projects
  properties:
  - type: OpenAPI
    url: openapi/clockodo-projects-api-openapi.yml
  - type: Documentation
    url: https://www.clockodo.com/en/api/
  - type: Authentication
    url: https://www.clockodo.com/en/api/authentication/
- aid: clockodo:clockodo-services-api
  name: Clockodo Services API
  description: Service catalog used for entries.
  humanURL: https://www.clockodo.com/en/api/
  baseURL: https://my.clockodo.com/api
  tags:
  - Services
  properties:
  - type: OpenAPI
    url: openapi/clockodo-services-api-openapi.yml
  - type: Documentation
    url: https://www.clockodo.com/en/api/
  - type: Authentication
    url: https://www.clockodo.com/en/api/authentication/
- aid: clockodo:clockodo-users-api
  name: Clockodo Users API
  description: Co-workers/users in the account.
  humanURL: https://www.clockodo.com/en/api/
  baseURL: https://my.clockodo.com/api
  tags:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/clockodo-users-api-openapi.yml
  - type: Documentation
    url: https://www.clockodo.com/en/api/
  - type: Authentication
    url: https://www.clockodo.com/en/api/authentication/
common:
- type: AgenticAccess
  url: agentic-access/clockodo-agentic-access.yml
- type: DomainSecurity
  url: security/clockodo-domain-security.yml
- type: Authentication
  url: authentication/clockodo-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/clockodo
- type: Website
  url: https://www.clockodo.com/en/
- type: Documentation
  url: https://www.clockodo.com/en/api/
- type: Blog
  url: https://www.clockodo.com/en/blog/
- type: Pricing
  url: https://www.clockodo.com/en/pricing/
- type: TermsOfService
  url: https://www.clockodo.com/en/terms-and-conditions/
- type: PrivacyPolicy
  url: https://www.clockodo.com/en/data-privacy/
- type: OpenAPI
  url: openapi/clockodo-openapi.yml
- type: JSONSchema
  url: json-schema/clockodo-entry-schema.json
- type: JSONLDContext
  url: json-ld/clockodo-context.jsonld
- type: Spectral
  url: rules/clockodo-rules.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com