Simplekpi

Syncs operational data from your SaaS stack into Simplekpi metrics and alerts your team when targets are missed.

Try Simplekpi in Ceven

Ask Ceven anything
Standard

Why use Ceven?

  1. AI native Simplekpi integration

    • Describe the outcome and Ceven picks the right Simplekpi calls, fills the parameters, and checks the result.
    • Structured, agent friendly tool schemas so each call runs reliably instead of by guesswork.
    • Rich coverage for reading, writing, and querying your Simplekpi data, across all 51 of its actions.
  2. Managed auth

    • Built in OAuth with automatic token refresh and rotation.
    • One place to manage, scope, and revoke Simplekpi access.
    • Per user and per environment credentials instead of shared keys.
  3. Agent optimized design

    • Actions are tuned from real success and error rates so reliability climbs over time.
    • Full execution logs so you always know what ran in Simplekpi, when, and on whose behalf.
    • The agent pauses and asks when Simplekpi is unclear instead of plowing ahead.
  4. Enterprise grade security

    • Fine grained access so you control which agents and people can reach Simplekpi.
    • Least privilege by default, read scopes first and only the writes a workflow needs.
    • A full audit trail of every Simplekpi action to support review and sign off.

Supported tools

Every action Ceven's agents can run on Simplekpi, and when to use it.

Create KPI
Use this when you need to define a new metric to track performance with a specific configuration.
Batch KPI Entries
Push up to 5000 data points at once. Use this for bulk loading daily or monthly metrics from a database.
List KPI Entries
Pull historical KPI data filtered by date range for analysis or external reporting.
Create KPI Category
Use this to organize your metrics into logical buckets like Finance or Marketing.
Create Group
Set up a new group to organize users or KPIs by department or region.
Add User KPI
Link a specific KPI to a user profile with a custom target and display order.
Get KPI by ID
Pull detailed configuration, targets and metadata for a single KPI.
Create User
Provision a new user account with specific access levels and permissions.
List KPI Categories
Pull a full list of all existing categories to avoid duplicates during setup.
Delete KPI Entry
Permanently remove a specific data point by its ID to correct entry errors.
Get All Data Entries
Retrieve processed KPI data including calculated metrics for comprehensive reports.
Add User Group Item
Assign a specific group item to a user profile to control visibility.
Create Category KPI
Tool to create a new KPI within a category in SimpleKPI. Use when you need to add a new performance indicator to track metrics like sales, revenue, or customer satisfaction.
Create Group Item
Tool to create a new item within a group in SimpleKPI. Use when you need to add a new item to an existing group for organizing KPIs or data.
Create KPI Unit
Tool to create a new KPI unit in SimpleKPI. Use when you need to define a measurement unit for KPI tracking.
Delete Category KPI
Tool to delete a KPI from a category. Use when you need to remove a specific KPI from a category.
Delete Group
Tool to delete a group by ID. Use when you need to permanently remove a group from the system.
Delete Group Item
Tool to delete a group item by ID. Use when you need to remove an item from a specific group.
Delete KPI
Tool to delete a KPI by ID. Use when you need to permanently remove a specific KPI from the system.
Delete KPI Category
Tool to delete a KPI category by its ID. Use when you need to remove a KPI category from the system.
Delete KPI Unit
Tool to delete a KPI unit by its ID. Use when you need to remove a KPI unit from the system.
Delete User
Tool to delete a user account by ID. Use when you need to permanently remove a user from the system.
Delete User Group Item
Tool to remove a group item assignment from a user. Use when you need to unassign a specific group item from a user.
Delete User KPI
Tool to remove a KPI assignment from a user. Use when you need to unassign or delete a specific KPI from a user's profile.
Get Category KPI
Tool to retrieve a specific KPI within a category. Use when you need detailed information about a particular KPI including its name, description, target values, and configuration settings.
Get Group
Tool to get a specific group by ID from SimplekPI. Use when you need to retrieve detailed information about a particular group.
Get Group Item
Tool to retrieve a specific group item by ID. Use when you need to fetch details of a particular item within a group.
Get KPI Category
Tool to get a specific KPI category by ID from SimpleKPI. Use when you need to retrieve detailed information about a particular KPI category.
Get KPI Entry
Tool to retrieve a specific KPI entry by ID. Use when you need to fetch detailed information about a particular KPI entry including actual values, targets, notes, and timestamps.
Get KPI Frequency
Tool to get a specific KPI frequency by ID from SimplekPI. Use when you need to retrieve information about a particular frequency setting for KPIs.

30 actions · scroll to see them all

Frequently asked questions

Ceven utilizes the batch entries endpoint to ensure efficiency and stability. Instead of sending individual requests for every single data point, which would trigger rate limits, the agent aggregates up to 5000 entries into a single payload. This is ideal for companies syncing daily metrics from a data warehouse or a large spreadsheet. The agent validates the kpi id and date format for every entry before transmission to prevent partial upload failures. If a batch is too large, Ceven automatically splits the data into multiple chunks and processes them sequentially until the entire dataset is mirrored in your Simplekpi dashboard.
Yes. The agent can create KPI categories, units and the KPIs themselves based on a predefined template or a natural language request. For example, if you launch a new product line, you can tell Ceven to create a matching set of performance indicators in Simplekpi. The agent will first check for existing categories to avoid duplicates and then provision the KPIs with the correct frequency and units. It can also assign these new metrics to the relevant user groups and set initial baseline targets based on historical data from similar products in your account.
When pulling data via the list entries tool, Simplekpi limits the response to 500 entries per page. To handle larger datasets, Ceven implements an automatic pagination loop. The agent tracks the pagination cursor and continues making requests until it has gathered all the requested data for your specified date range. However, for extremely large datasets, the get all data entries tool is preferred as it can return up to 10,000 processed entries in one go. This ensures that your executive reports are based on the full dataset rather than just the most recent window.
Ceven interacts with the user and group management tools to keep your Simplekpi access in sync with your primary directory. The agent can create new users, assign them to specific groups, and link individual KPIs to their profiles. This is particularly useful for onboarding new employees. Instead of manually configuring each profile, you can trigger a workflow that assigns the standard set of KPIs for that role. The agent handles the group item assignments and target settings, ensuring that every user sees only the data they are authorized to view from day one.
Yes, Simplekpi enforces specific rate limits on their API to ensure platform stability. If a workflow attempts to make too many requests in a short window, the API will return a rate limit error. Ceven handles this by implementing an exponential backoff strategy. When the agent detects a limit has been reached, it pauses for a few seconds before retrying the request. To minimize these occurrences, we strongly recommend using the batch entries tool for all data uploads rather than individual create calls, as this significantly reduces the number of API hits required to update your dashboards.
Ceven can perform complex calculations before pushing data to Simplekpi. While Simplekpi handles the visualization and some internal tracking, Ceven acts as the logic layer. The agent can pull raw numbers from multiple sources, apply a formula such as calculating the ratio of leads to closed deals, and then push the final resulting percentage as a KPI entry. This allows you to track sophisticated metrics that require data from tools that do not talk to each other. The agent ensures the final value is formatted correctly for the specific KPI unit defined in your account.
The agent employs a strict validation and retry mechanism. Before any data is sent to Simplekpi, Ceven verifies that the target KPI ID exists and that the date format matches the required standard. If the API returns an error, such as an invalid unit or a missing required field, the agent logs the specific entry that failed and notifies the administrator via your chosen channel. For transient network errors, the agent will retry the request three times. This ensures that your performance dashboards remain accurate and that gaps in your data are identified and fixed immediately.
Absolutely. The agent has full access to the delete tools for KPIs, categories, and entries. You can set up a quarterly maintenance workflow where Ceven identifies KPIs that have not received data updates in over ninety days and flags them for removal. Once you approve the list, the agent can permanently delete the obsolete KPIs and their associated categories to keep your dashboard clean. It can also remove users who are no longer active in your primary system, ensuring that your Simplekpi license count remains optimized and your data remains secure.

Alternatives to Simplekpi

Other tools that solve a similar problem. Ceven supports these too, so you can switch or run more than one at once.

Try Ceven on your stack

Plug Ceven on top of the tools you already run. Connect Simplekpi and the rest of your stack, describe the outcome, and its agents handle the work end to end, days of it in minutes.

Get started for free