Overview
The Ciclo API lets external systems read and update your strategy data over HTTPS. Use it to connect internal dashboards, data pipelines, or automation scripts directly to Ciclo — without going through a third-party integration.Read data
Look up your organisation’s teams and the KPIs tracked against each one.
Update KPIs
Push new KPI values from any system that can make an HTTP
request — spreadsheets, internal tools, BI platforms, or custom scripts.
The API Keys tab in Settings requires the manage_apis permission, which is available to
organisation administrators.
Authentication
Every request must include anx-api-key header containing your API key:
Getting an API key
1
Open Settings
Select Settings from the account menu.
2
Go to API Keys
Choose the API Keys tab.
3
Generate a key
Select Generate API Key. Copy the key immediately and store it somewhere safe — it is
shown only once.
Endpoints
Base URL:https://app.ciclostrategy.com/api/v1
List teams
Returns all teams in your organisation. Use theid values from this response when querying KPIs.
Response (200)
List KPIs for a team
Returns all active KPIs for the given team. Use theid values when updating KPI values.
Headers
Response (200)
Update KPI values
Updates one or more KPIs. Pass all the updates you need in a single request.
Request body
An array of update objects:

