Weekly anomaly digest
- Query metrics from this tool
- Compare against rolling baseline
- Surface anomalies with reasoning
6 tools available
Keen.io is an embedded analytics API that enables developers to collect, analyze, and visualize event data seamlessly.
Connect Keen.io to Definable to answer ad-hoc analytics questions, detect anomalies, auto-generate weekly summaries. Personas call Keen.io's 6 tools directly from chat or scheduled flows. Plug into a data-analysis persona to ask questions in plain English — the agent runs the queries.
Every Keen.io action below is a callable tool any Definable persona can invoke.
Retrieve schema information for all event collections in a Keen.io project. Use this tool to: - List all event collection names in a project - Discover the schema (property names and types) for each collection - Explore available data before running queries Returns up to 5000 event collections with their names, URLs, and optional property schemas.
Tool to return details for a specific property in an event collection. Use when you need to inspect a property's inferred type and resource URL.
Retrieve schema information for a single Keen.io event collection. Returns the inferred property types for all fields in the specified collection, useful for understanding data structure before running queries. Property types include 'num' (numbers), 'string' (text), 'bool' (booleans), and 'datetime' (timestamps). Use this tool when you need to: - Understand the structure of a specific event collection - Verify property names and types before building queries - Debug data type mismatches in analytics queries
List all cached dataset definitions for a Keen.io project. Returns paginated results of pre-computed dataset definitions including their query configuration, status, and timing information. Use limit and after_name parameters to page through large result sets. Cached datasets allow pre-computing analytics for hundreds or thousands of entities at once, enabling instant retrieval of results for any indexed entity.
Tool to return unique values for a target property. Use when distinct property values are required for matching events with optional filters and timeframe constraints.
Reactivate a previously revoked Keen.io access key. Use this tool when you need to restore access for a key that was previously revoked but not deleted. A revoked key has its 'active' flag set to false; this operation sets it back to true, allowing the key to be used for API authentication again. Note: This operation requires a Master API Key for authentication. The key must have been previously revoked (not deleted) to be unrevoked.
Anything Keen.io exposes through its API. Common analytics workflows on Definable include answer ad-hoc analytics questions, detect anomalies, auto-generate weekly summaries. Personas can call any of the 6 Keen.io tools directly, then chain the result into another integration without you writing code.
Keen.io uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 6 Keen.io tools. You only need a separate Keen.io subscription if Keen.io itself charges per seat or per API call.
Every call from a persona to Keen.io is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Keen.io, and connect via OAuth or API key. You can immediately attach Keen.io to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 6 Keen.io actions as callable tools — including `Inspect All Event Collections`, `Inspect Collection Property`, `Inspect Single Event Collection`, plus 3 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.