Keen website screenshot

Keen

Keen is an event analytics platform and API that enables developers to collect, store, analyze, and visualize custom event data. It provides a flexible RESTful API for streaming events, running multi-dimensional queries, and building embedded analytics dashboards for products and internal tools.

Keen publishes 6 APIs on the APIs.io network, including Cached Queries API, Saved Queries API, Collections API, and 3 more. Tagged areas include Analytics, Custom Events, Data Collection, Embedded Analytics, and Event Analytics.

The Keen catalog on APIs.io includes 1 Spectral governance ruleset.

Keen’s developer surface includes authentication, documentation, getting-started guide, engineering blog, pricing, GitHub presence, signup flow, and 13 more developer resources.

51.0/100 developing ▬ flat Agent 20/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessPaid
3 APIs
AnalyticsCustom EventsData CollectionEmbedded AnalyticsEvent Analytics

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/keen: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 6

Individual APIs this provider publishes, each with its own machine-readable definition.

Keen Cached Queries API

The Keen Cached Queries API allows developers to create, manage, and retrieve pre-defined queries that are automatically refreshed on a schedule. Cached queries improve performa...

Keen Saved Queries API

The Keen Saved Queries API enables developers to create and manage reusable query definitions. Saved queries store query parameters as named resources that can be retrieved and ...

Keen Collections API

Inspect event collection schemas and properties for a project.

Keen Events API

Record and inspect events stored in Keen event collections.

Keen Extractions API

Extract raw event data from Keen event collections.

Keen Queries API

Run analytical queries against Keen event collections.

Postman Collections 6

Ready-to-run Postman collections for exercising this provider's APIs.

Open Collections 10

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Keen Cached Queries API

OPEN COLLECTION

Keen Data Extraction API

OPEN COLLECTION

Keen Event Collection API

OPEN COLLECTION

Keen Cached Queries API

OPEN COLLECTION

Keen Query API

OPEN COLLECTION

Scroll for all 10

Pricing Plans 1

Published pricing tiers and plan structures.

Keen Plans Pricing

4 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Keen Rate Limits

13 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Keen Finops

FINOPS

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Keen API Rules

5 rules · 4 warnings 1 info

SPECTRAL

JSON Schema 5

Standalone JSON Schema definitions for this provider's data models.

CachedQuery

0 properties

JSON SCHEMA

CachedQueryDefinition

2 properties

JSON SCHEMA

Error

2 properties

JSON SCHEMA

SavedQuery

0 properties

JSON SCHEMA

SavedQueryDefinition

2 properties

JSON SCHEMA

JSON Structure 1

JSON Structure definitions describing this provider's data shapes.

Keen Structure

0 properties

JSON STRUCTURE

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Keen Authentication

apiKey · 1 scheme

SECURITY

Keen Domain Security

TLSv1.3 · DNSSEC · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Keen Agentic Access

27 operations · 8 acting

27 operations · 8 acting

AGENTIC

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: keen
name: Keen
description: Keen is an event analytics platform and API that enables developers to collect, store, analyze, and visualize
  custom event data. It provides a flexible RESTful API for streaming events, running multi-dimensional queries, and building
  embedded analytics dashboards for products and internal tools.
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: paid
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Paid
  confidence: medium
  source:
  - plans
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/keen.png
tags:
- Analytics
- Custom Events
- Data Collection
- Embedded Analytics
- Event Analytics
url: https://raw.githubusercontent.com/api-evangelist/keen/refs/heads/main/apis.yml
created: '2026-03-26'
modified: '2026-08-08'
specificationVersion: '0.23'
apis:
- aid: keen:cached-queries-api
  name: Keen Cached Queries API
  description: The Keen Cached Queries API allows developers to create, manage, and retrieve pre-defined queries that are
    automatically refreshed on a schedule. Cached queries improve performance for frequently accessed analytics by storing
    pre-computed results, making them ideal for powering dashboards and embedded analytics experiences.
  humanURL: https://keen.io/docs/api/#cached-queries
  tags:
  - Analytics
  - Caching
  - Performance
  - Query
  tags_raw:
  - Analytics
  - Caching
  - Performance
  - Queries
  properties:
  - type: Documentation
    url: https://keen.io/docs/api/#cached-queries
  - type: OpenAPI
    url: openapi/keen-cached-queries-api-openapi.yml
- aid: keen:saved-queries-api
  name: Keen Saved Queries API
  description: The Keen Saved Queries API enables developers to create and manage reusable query definitions. Saved queries
    store query parameters as named resources that can be retrieved and executed later, enabling consistent analytics across
    applications and simplifying the management of complex query configurations.
  humanURL: https://keen.io/docs/api/#saved-queries
  tags:
  - Analytics
  - Query
  - Saved Queries
  tags_raw:
  - Analytics
  - Queries
  - Saved Queries
  properties:
  - type: Documentation
    url: https://keen.io/docs/api/#saved-queries
  - type: OpenAPI
    url: openapi/keen-saved-queries-api-openapi.yml
- aid: keen:keen-collections-api
  name: Keen Collections API
  description: Inspect event collection schemas and properties for a project.
  humanURL: https://keen.io/docs/api/#record-a-single-event
  tags:
  - Collection
  tags_raw:
  - Collections
  properties:
  - type: OpenAPI
    url: openapi/keen-collections-api-openapi.yml
  - type: Documentation
    url: https://keen.io/docs/api/#record-a-single-event
  - type: Documentation
    url: https://keen.io/docs/api/#analyses
  - type: Documentation
    url: https://keen.io/docs/api/#extractions
- aid: keen:keen-events-api
  name: Keen Events API
  description: Record and inspect events stored in Keen event collections.
  humanURL: https://keen.io/docs/api/#record-a-single-event
  tags:
  - Event
  tags_raw:
  - Events
  properties:
  - type: OpenAPI
    url: openapi/keen-events-api-openapi.yml
  - type: Documentation
    url: https://keen.io/docs/api/#record-a-single-event
  - type: Documentation
    url: https://keen.io/docs/api/#analyses
  - type: Documentation
    url: https://keen.io/docs/api/#extractions
- aid: keen:keen-extractions-api
  name: Keen Extractions API
  description: Extract raw event data from Keen event collections.
  humanURL: https://keen.io/docs/api/#record-a-single-event
  tags:
  - Extractions
  properties:
  - type: OpenAPI
    url: openapi/keen-extractions-api-openapi.yml
  - type: Documentation
    url: https://keen.io/docs/api/#record-a-single-event
  - type: Documentation
    url: https://keen.io/docs/api/#analyses
  - type: Documentation
    url: https://keen.io/docs/api/#extractions
- aid: keen:keen-queries-api
  name: Keen Queries API
  description: Run analytical queries against Keen event collections.
  humanURL: https://keen.io/docs/api/#record-a-single-event
  tags:
  - Query
  tags_raw:
  - Queries
  properties:
  - type: OpenAPI
    url: openapi/keen-queries-api-openapi.yml
  - type: Documentation
    url: https://keen.io/docs/api/#record-a-single-event
  - type: Documentation
    url: https://keen.io/docs/api/#analyses
  - type: Documentation
    url: https://keen.io/docs/api/#extractions
common:
- type: PostmanWorkspace
  url: https://www.postman.com/kinlaneapi/keen/overview
- type: AgenticAccess
  url: agentic-access/keen-agentic-access.yml
- type: DomainSecurity
  url: security/keen-domain-security.yml
- type: Authentication
  url: authentication/keen-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/keen-io
- type: Website
  url: https://keen.io
- type: Documentation
  url: https://keen.io/docs
- type: APIDocumentation
  url: https://keen.io/docs/api
- type: GettingStarted
  url: https://keen.io/docs/getting-started
- type: Blog
  url: https://keen.io/blog
- type: Pricing
  url: https://keen.io/pricing
- type: GitHub
  url: https://github.com/keen
- type: Login
  url: https://keen.io/login
- type: Signup
  url: https://keen.io/signup
- type: Support
  url: https://keen.io/support
- type: SDKs
  url: https://keen.io/docs/sdks
- type: StatusPage
  url: https://status.keen.io
- type: TermsOfService
  url: https://keen.io/terms-of-service
- type: PrivacyPolicy
  url: https://keen.io/privacy-policy
- type: PublicAPIsListing
  url: https://github.com/public-apis/public-apis
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-merged-from:
- keen-io

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/keen"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/keen/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/keen/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.