Chameleon website screenshot

Chameleon

Chameleon is an in-product guidance platform that enables product and growth teams to build, manage, and optimize onboarding tours, tooltips, modals, launchers, and microsurveys without engineering effort. Its REST API and JavaScript SDK allow teams to programmatically manage experiences, target users by segment, trigger tours from custom events, and retrieve engagement analytics and survey responses. Webhooks provide real-time event delivery when users interact with any Chameleon experience. The platform scales across Startup, Growth, and Enterprise plans based on Monthly Tracked Users (MTUs), with deep integrations for Segment, Amplitude, Mixpanel, and other product analytics tools.

Chameleon publishes 3 APIs on the APIs.io network. Tagged areas include Product Tours, In-Product Guidance, User Onboarding, Tooltips, and Modals.

The Chameleon catalog on APIs.io includes 1 JSON-LD context.

Chameleon’s developer surface includes documentation, engineering blog, pricing, and 10 more developer resources.

29.9/100 thin ▬ flat Agent 3/100 human only Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumFree trial
3 APIs
Product ToursIn-Product GuidanceUser OnboardingTooltipsModalsMicrosurveysDigital AdoptionSaaSProduct AnalyticsUser Engagement

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 29.9/100 · thin
Contract Quality 3.2 / 25
Developer Ergonomics 2.2 / 20
Commercial Clarity 11.6 / 20
Operational Transparency 5.5 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 3/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
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/chameleon-co: 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 3

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

Chameleon REST API

RESTful API for managing Chameleon experiences including Tours, Tooltips, Launchers, Microsurveys, and Embeddables. Supports user profile management, segmentation, experience de...

Chameleon JavaScript API

Client-side JavaScript SDK for identifying users, tracking custom events, triggering experiences programmatically, and passing personalization variables to Chameleon from the br...

Chameleon Webhooks

Outgoing webhooks that deliver real-time event notifications when users interact with Chameleon experiences such as completing tours, submitting survey responses, or dismissing ...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Chameleon Co Rate Limits

2 limits

RATE LIMITS

FinOps 1

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

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Chameleon Co Context

0 classes · 29 properties

JSON-LD

Security Posture 2

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

Chameleon Co Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Chameleon Co Trust Center

SOC 2, GDPR

SECURITY

Resources

Documentation 1

Reference material describing how the API behaves

Build 1

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: chameleon-co
name: Chameleon
description: 'Chameleon is an in-product guidance platform that enables product and growth teams to build, manage, and optimize
  onboarding tours, tooltips, modals, launchers, and microsurveys without engineering effort. Its REST API and JavaScript
  SDK allow teams to programmatically manage experiences, target users by segment, trigger tours from custom events, and retrieve
  engagement analytics and survey responses. Webhooks provide real-time event delivery when users interact with any Chameleon
  experience. The platform scales across Startup, Growth, and Enterprise plans based on Monthly Tracked Users (MTUs), with
  deep integrations for Segment, Amplitude, Mixpanel, and other product analytics tools.

  '
type: Index
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: true
  try_now: false
  public: false
  label: Freemium (free trial)
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/chameleon-co.png
url: https://raw.githubusercontent.com/api-evangelist/chameleon-co/refs/heads/main/apis.yml
created: 2026-06-13
modified: 2026-06-13
specificationVersion: '0.19'
tags:
- Product Tours
- In-Product Guidance
- User Onboarding
- Tooltips
- Modals
- Microsurveys
- Digital Adoption
- SaaS
- Product Analytics
- User Engagement
apis:
- name: Chameleon REST API
  description: 'RESTful API for managing Chameleon experiences including Tours, Tooltips, Launchers, Microsurveys, and Embeddables.
    Supports user profile management, segmentation, experience delivery, survey response retrieval, and webhook configuration.
    Authenticates via account secret token passed as a header, query parameter, or request body field.

    '
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://developers.chameleon.io/introduction
  baseURL: https://api.chameleon.io
  tags:
  - REST
  - Product Tours
  - Microsurveys
  - Segmentation
  - Webhooks
  properties:
  - type: Documentation
    url: https://developers.chameleon.io/introduction
  - type: Authentication
    url: https://developers.chameleon.io/concepts/authentication
- name: Chameleon JavaScript API
  description: 'Client-side JavaScript SDK for identifying users, tracking custom events, triggering experiences programmatically,
    and passing personalization variables to Chameleon from the browser. Enables single-page app integration and custom event-based
    experience triggering.

    '
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://developers.chameleon.io/introduction
  baseURL: https://fast.chameleon.io
  tags:
  - JavaScript
  - SDK
  - Client-Side
  - User Identification
  - Event Tracking
  properties:
  - type: Documentation
    url: https://developers.chameleon.io/introduction
- name: Chameleon Webhooks
  description: 'Outgoing webhooks that deliver real-time event notifications when users interact with Chameleon experiences
    such as completing tours, submitting survey responses, or dismissing modals. Chameleon delivers webhook payloads from
    four static IP addresses for allowlisting.

    '
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://developers.chameleon.io/introduction
  baseURL: https://api.chameleon.io
  tags:
  - Webhooks
  - Real-Time
  - Events
  - Notifications
  properties:
  - type: Documentation
    url: https://developers.chameleon.io/introduction
common:
- type: TrustCenter
  url: security/chameleon-co-trust-center.yml
- type: DomainSecurity
  url: security/chameleon-co-domain-security.yml
- type: Website
  url: https://www.chameleon.io/
- type: Documentation
  url: https://developers.chameleon.io/introduction
- type: GitHubOrg
  url: https://github.com/chamaeleonidae
- type: LinkedIn
  url: https://www.linkedin.com/company/chameleon-io
- type: Blog
  url: https://www.chameleon.io/blog
- type: Pricing
  url: https://www.chameleon.io/pricing
- type: StatusPage
  url: https://status.chameleon.io/
- type: X
  url: https://x.com/trychameleon
- type: Plans
  url: plans/chameleon-co-plans-pricing.yml
- type: RateLimits
  url: rate-limits/chameleon-co-rate-limits.yml
- type: FinOps
  url: finops/chameleon-co-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com