The Crono External API lets you connect Crono to external tools, automation platforms, internal systems, and custom workflows. It provides programmatic access to the same core resources you use inside Crono, making it possible to automate data flows, enrich records, and build custom integrations.
This article provides a high-level overview of how the API works and what you can do with it.
The API enables you to:
Create and update Accounts
Create and update Contacts
Add items to Lists
Trigger Enrichment workflows
Sync information between Crono and external tools
Automate lead flows and database updates
Build custom dashboards or backend services
Any system capable of sending HTTP requests can integrate with Crono.
The complete API reference, including all endpoints, request schemas, examples, and response formats, is available at: https://ext.crono.one/docs/
This documentation is continuously updated as new endpoints are added.
All Crono API requests use the following base URL:
https://ext.crono.one/api/v1Each resource (Accounts, Contacts, Lists…) extends this base path.
Crono uses header-based authentication with two keys:
X-Api-Key (Public API Key)
X-Api-Secret (Private API Key)
Both keys must be included in every request.
API access is available only for Ultra plan workspaces, and the API settings page is visible only to Managers.
To learn how to generate keys, see the article: How to generate API Keys.
You can use the Crono API with virtually any platform that supports HTTP requests. Popular options include:
n8n
Zapier
Make
Unify
Freckle
Clay
Attio
Folk
Monday
Custom backend servers and scripts
Internal tools
The API is flexible and designed to support many workflows. Creativity is the only limit.
The API is designed for:
Operations and automation teams
Developers building custom integrations
Teams using no-code tools (n8n, Make, Zapier, Clay, Attio, etc.)
Agencies and consultants integrating Crono into client workflows
If you want to automate processes or move data between systems, the API is the recommended method.