Generate API keys to build custom integrations, automate workflows, and connect Chronos to your own systems.
By Byte Size Labs · Updated 21 April 2026
API access is available on the Teams plan and above. Upgrade in Settings › Billing to unlock this feature.
Use a descriptive name that identifies its purpose — e.g. “Zapier integration” or “Internal dashboard”.
The full key is only shown once at creation. Store it in a password manager or secrets vault — you cannot retrieve it again.
Include your API key in the Authorization header as a Bearer token on every request:
# Example request
curl https://api.chronos.app/v1/tasks \
-H "Authorization: Bearer YOUR_API_KEY"
GET/v1/tasks — list tasksPOST/v1/tasks — create a taskPATCH/v1/tasks/:id — update a taskGET/v1/events — list calendar eventsGET/v1/projects — list projectsFull API reference is available in the developer documentation. Contact support for access.
Webhooks let Chronos push real-time event notifications to your server whenever something happens — a task is created, completed, or a booking is made.
task.created — a new task was addedtask.updated — a task was modifiedtask.completed — a task was marked completebooking.created — a booking was made via a booking linkbooking.cancelled — a booking was cancelledNeed more help? Contact support or return to help centre