The API is a complement, not a requirement — everything in Ciarem works without writing code. Reach for the API when you want to integrate Ciarem with tools we don’t connect to natively.
1. Create an API key
You need to be an admin, on a Scale plan or a free trial.1
Open API keys
In the dashboard, go to Settings, then API keys.
2
Click Create key
Give the key a name that says which integration it is for.
3
Copy the secret
The secret — it starts with
oak_ — is shown only once: copy it right away and store it like a password. If you lose it, revoke the key and create a new one.2. Make your first request
Every request authenticates with the key as a bearer token:3. Explore
- Create and update contacts, including your custom properties: see the API reference.
- Read conversations and messages — every message tells you who spoke: the
senderfield iscontact,agent,ai, orsystem. - Manage CRM metadata: custom properties and funnel stages, the same ones your team uses in the dashboard.