Kissmetrics website screenshot

Kissmetrics

Kissmetrics is a product and behavioral analytics platform that tracks individual people across web and mobile rather than sessions, resolving every event to a persistent identity and surfacing funnels, cohorts, retention, paths, revenue and A/B test reports against that person-level history. Product, marketing and growth teams use it to understand user journeys and pinpoint conversion drop-off, and it now markets an LLM Acquisition report that measures human traffic arriving from AI assistants. Two programmable surfaces are published: a Basic-auth REST Query API at query.kissmetrics.io/v3 for getting data out — account metadata, asynchronous ad-hoc and saved queries, SQL, and CSV/S3 exports — and a query-string tracking beacon at trk.kissmetrics.io for getting events in, alongside first-party Ruby, PHP, Python, iOS and Android libraries and a hosted JavaScript snippet.

Kissmetrics publishes 1 API on the APIs.io network: REST API. Tagged areas include Analytics, Product Analytics, Behavioral Analytics, Marketing Analytics, and Customer Analytics.

Kissmetrics’ developer surface includes authentication, code examples, documentation, API reference, getting-started guide, pricing, signup flow, and 29 more developer resources.

54.3/100 strong ▬ flat Agent 35/100 agent ready Full breakdown ↓
scored 2026-08-25 · rubric v0.14.0
2 APIs 1 MCP Servers
AnalyticsProduct AnalyticsBehavioral AnalyticsMarketing AnalyticsCustomer AnalyticsEvent TrackingFunnelsCohortsRetentionAttributionData Export

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-25 · rubric v0.14.0
Composite quality — 54.3/100 · strong
Contract Quality 15.0 / 25
Developer Ergonomics 10.7 / 20
Access Clarity 15.3 / 20
Operational Transparency 3.8 / 13
Contract Governance 2.0 / 12
Discoverability 7.6 / 10
Agent readiness — 35/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
Documented Reversibility 0 / 6
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Delegated User Identity 0 / 6
Protected Resource Metadata 0 / 5
Registration Without a Human 0 / 6
Agentic Commerce Surface 0 / 5
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/kissmetrics: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 2

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

Kissmetrics REST API

REST API for programmatic access to Kissmetrics reports, segments, events, properties and account metadata. Queries are asynchronous: a POST to /queries, /queries/report or /que...

Kissmetrics Tracking API (Beacon)

Event ingest surface. Three query-string endpoints record an event (/e), set person properties (/s) and irreversibly alias two identities to one person (/a), accepting GET or PO...

Open Collections 3

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

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Kissmetrics Rate Limits

1 limits

RATE LIMITS

Security Posture 2

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

Kissmetrics Authentication

http · 1 scheme

SECURITY

Kissmetrics Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

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

Kissmetrics Agentic Access

11 operations · 5 acting

11 operations · 5 acting

AGENTIC

Resources

Get Started 5

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 5

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 5

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: kissmetrics
name: Kissmetrics
description: 'Kissmetrics is a product and behavioral analytics platform that tracks individual people across web and mobile
  rather than sessions, resolving every event to a persistent identity and surfacing funnels, cohorts, retention, paths, revenue
  and A/B test reports against that person-level history. Product, marketing and growth teams use it to understand user journeys
  and pinpoint conversion drop-off, and it now markets an LLM Acquisition report that measures human traffic arriving from
  AI assistants. Two programmable surfaces are published: a Basic-auth REST Query API at query.kissmetrics.io/v3 for getting
  data out — account metadata, asynchronous ad-hoc and saved queries, SQL, and CSV/S3 exports — and a query-string tracking
  beacon at trk.kissmetrics.io for getting events in, alongside first-party Ruby, PHP, Python, iOS and Android libraries and
  a hosted JavaScript snippet.'
type: Index
accessModel:
  pricing: public
  onboarding: self-service
  trial: true
  try_now: true
  public: true
  label: Public free tier
  confidence: high
  source:
  - https://kissmetrics.io/pricing
  - https://ai.kissmetrics.io/get-started
  generated: '2026-08-13'
  method: searched
  note: Free workspace to 100,000 events/month with no card, and Kissmetrics states the entire CLI and API are free with no
    paywall. Paid tiers start at $99/month.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/kissmetrics.png
tags:
- Analytics
- Product Analytics
- Behavioral Analytics
- Marketing Analytics
- Customer Analytics
- Event Tracking
- Funnels
- Cohorts
- Retention
- Attribution
- Data Export
url: https://raw.githubusercontent.com/api-evangelist/kissmetrics/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-08-13'
specificationVersion: '0.23'
apis:
- aid: kissmetrics:rest-api
  name: Kissmetrics REST API
  description: 'REST API for programmatic access to Kissmetrics reports, segments, events, properties and account metadata.
    Queries are asynchronous: a POST to /queries, /queries/report or /queries/metric returns a query id which is polled at
    /queries/{id} and cancelled with a DELETE, and results are materialized through /exports to CSV or a customer S3 bucket.
    Nine query types are published, including cohort, funnel, ab_test, people_search and raw sql. Used to pull report data
    into dashboards, spreadsheets and BI tools, and to export user segments to destinations without native integrations. Authentication
    is HTTP Basic in the Authorization header. The API is self-declared beta and rate limited to 15 requests per minute.'
  humanURL: https://support.kissmetrics.io/reference/overview-1
  baseURL: https://query.kissmetrics.io/v3
  tags:
  - Analytics
  - Reports
  - Segments
  - Data Export
  - SQL
  properties:
  - type: Documentation
    url: https://support.kissmetrics.io/reference/overview-1
  - type: APIReference
    url: https://support.kissmetrics.io/reference
  - type: Authorization
    url: https://support.kissmetrics.io/reference/authorization
  - type: API Specifications
    url: https://support.kissmetrics.io/reference/api-specifications-1
  - type: URL API
    url: https://support.kissmetrics.io/reference/url-api
  - type: OpenAPI
    url: openapi/kissmetrics-products-api-openapi.yml
  - type: OpenAPI
    url: openapi/kissmetrics-queries-api-openapi.yml
  - type: OpenAPI
    url: openapi/kissmetrics-exports-api-openapi.yml
  - type: Overlay
    url: overlays/kissmetrics-products-overlay.yaml
  - type: Overlay
    url: overlays/kissmetrics-queries-overlay.yaml
  - type: Overlay
    url: overlays/kissmetrics-exports-overlay.yaml
  - type: Authentication
    url: authentication/kissmetrics-authentication.yml
  - type: Conventions
    url: conventions/kissmetrics-conventions.yml
  - type: ErrorCatalog
    url: errors/kissmetrics-problem-types.yml
  - type: DataModel
    url: data-model/kissmetrics-data-model.yml
  - type: Examples
    url: examples/kissmetrics-rest-api-examples.yml
  - type: RateLimits
    url: rate-limits/kissmetrics-rate-limits.yml
  - type: Lifecycle
    url: lifecycle/kissmetrics-lifecycle.yml
- aid: kissmetrics:tracking-api
  name: Kissmetrics Tracking API (Beacon)
  description: Event ingest surface. Three query-string endpoints record an event (/e), set person properties (/s) and irreversibly
    alias two identities to one person (/a), accepting GET or POST with the product key in `_k`, the person identity in `_p`
    and arbitrary additional keys as person properties. It powers the hosted JavaScript snippet, the first-party Ruby, PHP,
    Python, iOS and Android libraries, and the 1x1 pixel beacon used for email and ad impression tracking. By design it answers
    200 OK with a 1x1 GIF to every request, valid or not, so a 200 is not evidence an event was accepted. This entry replaces
    the former Kissmetrics Data Out API entry, whose only documentation host, oldsupport.kissmetrics.com, no longer resolves
    (probed 2026-08-13).
  humanURL: https://support.kissmetrics.io/reference/api-specifications-1
  baseURL: https://trk.kissmetrics.io
  tags:
  - Analytics
  - Event Tracking
  - Data Ingest
  - Identity Resolution
  properties:
  - type: Documentation
    url: https://support.kissmetrics.io/reference/api-specifications-1
  - type: Beacon API
    url: https://support.kissmetrics.io/reference/beacon-api-1
  - type: GettingStarted
    url: https://support.kissmetrics.io/docs/installing-the-javascript-library-quickstart
  - type: AgentSkill
    url: skills/kissmetrics-km-installer.md
  - type: SDKs
    url: packages/kissmetrics-packages.yml
common:
- type: AgenticAccess
  url: agentic-access/kissmetrics-agentic-access.yml
- type: Authentication
  url: authentication/kissmetrics-authentication.yml
- type: DomainSecurity
  url: security/kissmetrics-domain-security.yml
- type: Conventions
  url: conventions/kissmetrics-conventions.yml
- type: Conformance
  url: conformance/kissmetrics-conformance.yml
- type: Lifecycle
  url: lifecycle/kissmetrics-lifecycle.yml
- type: ErrorCatalog
  url: errors/kissmetrics-problem-types.yml
- type: DataModel
  url: data-model/kissmetrics-data-model.yml
- type: Examples
  url: examples/kissmetrics-rest-api-examples.yml
- type: RateLimits
  url: rate-limits/kissmetrics-rate-limits.yml
- type: Plans
  url: plans/kissmetrics-plans-pricing.yml
- type: Packages
  url: packages/kissmetrics-packages.yml
- type: SDKs
  url: packages/kissmetrics-packages.yml
- type: MCPServer
  url: mcp/kissmetrics-mcp.yml
- type: ToolCrosswalk
  url: mcp/kissmetrics-tool-crosswalk.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/kissmetrics-llms.txt
- type: LinkedIn
  url: https://www.linkedin.com/company/kissmetrics
- type: Website
  url: https://www.kissmetrics.io
- type: DeveloperPortal
  url: https://support.kissmetrics.io
- type: Documentation
  url: https://support.kissmetrics.io/docs
- type: APIReference
  url: https://support.kissmetrics.io/reference
- type: GettingStarted
  url: https://support.kissmetrics.io/docs/installing-the-javascript-library-quickstart
- type: Product Page
  url: https://www.kissmetrics.io/product/workflows/api
- type: GitHubOrganization
  url: https://github.com/kissmetrics
- type: Roadmap
  url: https://kissmetrics.io/updates
- type: Pricing
  url: https://www.kissmetrics.io/pricing
- type: SignUp
  url: https://ai.kissmetrics.io/get-started
- type: Login
  url: https://ai.kissmetrics.io/login
- type: TermsOfService
  url: https://www.kissmetrics.io/terms
- type: PrivacyPolicy
  url: https://www.kissmetrics.io/privacy
- type: Signup
  url: https://www.kissmetrics.io/signup
- type: Support
  url: https://support.kissmetrics.io
- type: LlmsText
  url: https://kissmetrics.io/llms.txt
- type: Blog
  url: https://www.kissmetrics.io/blog
- url: https://www.kissmetrics.io/feed.xml
  type: BlogRSS
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-enrichment:
  date: '2026-08-13'
  status: enriched
  artifacts_added: 42
  pass: local-v1

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/kissmetrics"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/kissmetrics/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/kissmetrics/evidence"

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

Get an API key

Free tier, no email required.

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