Amperity

Amperity is a Seattle-based customer data platform (CDP) that helps consumer brands build accurate, unified customer profiles by stitching together fragmented first-party data from across their systems. Using AI-powered identity resolution (its patented Stitch technology), Amperity assembles a durable Customer 360 that powers segmentation, marketing campaigns, personalization, analytics, and activation to downstream destinations. For developers, Amperity exposes three public REST APIs: the Amperity API for programmatic access to tenant resources (campaigns, segments, ingest jobs, audit events, and workflow runs), the Profile API for real-time access to unified customer profiles by index, and the Streaming API for low-latency, high-throughput ingestion of events from external systems. The APIs use OAuth2 client-credentials tokens (JWT bearer), date-based versioning via an api-version header, and an RFC 8594 deprecation/sunset policy. Amperity serves retail, travel, hospitality, financial services, and other consumer-facing verticals.

Amperity publishes 3 APIs on the APIs.io network. Tagged areas include Company, Enterprise, Customer Data Platform, CDP, and Identity Resolution.

Amperity’s developer surface includes documentation, API reference, getting-started guide, authentication, changelog, and 14 more developer resources.

26.7/100 emerging Agent 33/100 agent aware Full breakdown ↓
scored 2026-07-20 · rubric v0.4
3 APIs 1 MCP Servers 0 Features
CompanyEnterpriseCustomer Data PlatformCDPIdentity ResolutionCustomer 360MarketingDataProfilesAnalytics

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-20 · rubric v0.4
Composite quality — 26.7/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 10.9 / 20
Commercial Clarity 0.0 / 20
Operational Transparency 5.8 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 33/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
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/amperity: 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

Amperity API

RESTful API for programmatic access to an Amperity tenant — list and manage campaigns, campaign drafts, segments, ingest jobs, audit events, and workflow runs. Authenticated wit...

Amperity Profile API

RESTful API for real-time access to unified customer profiles. List indexes, fetch an index, and read paginated customer profiles (or a single profile) for personalization and d...

Amperity Streaming API

Low-latency, high-throughput REST API for real-time ingestion of event data from external systems into Amperity. POST JSON or XML payloads (up to 1 MB) to a tenant-specific stre...

MCP Servers

amperity-mcp.yml

MCP SERVER

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 1

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

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: amperity
name: Amperity
description: 'Amperity is a Seattle-based customer data platform (CDP) that helps consumer brands build accurate, unified
  customer profiles by stitching together fragmented first-party data from across their systems. Using AI-powered identity
  resolution (its patented Stitch technology), Amperity assembles a durable Customer 360 that powers segmentation, marketing
  campaigns, personalization, analytics, and activation to downstream destinations. For developers, Amperity exposes three
  public REST APIs: the Amperity API for programmatic access to tenant resources (campaigns, segments, ingest jobs, audit
  events, and workflow runs), the Profile API for real-time access to unified customer profiles by index, and the Streaming
  API for low-latency, high-throughput ingestion of events from external systems. The APIs use OAuth2 client-credentials tokens
  (JWT bearer), date-based versioning via an api-version header, and an RFC 8594 deprecation/sunset policy. Amperity serves
  retail, travel, hospitality, financial services, and other consumer-facing verticals.'
url: https://raw.githubusercontent.com/api-evangelist/amperity/refs/heads/main/apis.yml
x-type: company
x-source: general-catalyst-portfolio
x-tier: enriched
x-tier-reason: portfolio-lead
image: https://docs.amperity.com/_static/icon-light.svg
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-17'
tags:
- Company
- Enterprise
- Customer Data Platform
- CDP
- Identity Resolution
- Customer 360
- Marketing
- Data
- Profiles
- Analytics
apis:
- name: Amperity API
  description: RESTful API for programmatic access to an Amperity tenant — list and manage campaigns, campaign drafts, segments,
    ingest jobs, audit events, and workflow runs. Authenticated with an OAuth2 client-credentials JWT bearer token and versioned
    via a date-based api-version header.
  humanURL: https://docs.amperity.com/api/overview.html
  baseURL: https://app.amperity.com/api
  tags:
  - Amperity API
  - Campaigns
  - Segments
  - Workflows
  - Ingest
  properties:
  - type: Documentation
    url: https://docs.amperity.com/api/overview.html
  - type: APIReference
    url: https://docs.amperity.com/reference/api.html
  - type: Authentication
    url: authentication/amperity-authentication.yml
  - type: Conventions
    url: conventions/amperity-conventions.yml
  - type: ErrorCatalog
    url: errors/amperity-problem-types.yml
  - type: Lifecycle
    url: lifecycle/amperity-lifecycle.yml
  - type: ChangeLog
    url: changelog/amperity-changelog.yml
  - type: Conformance
    url: conformance/amperity-conformance.yml
  - type: DataModel
    url: data-model/amperity-data-model.yml
  - type: MCPServer
    url: mcp/amperity-mcp.yml
- name: Amperity Profile API
  description: RESTful API for real-time access to unified customer profiles. List indexes, fetch an index, and read paginated
    customer profiles (or a single profile) for personalization and downstream activation. JWT bearer auth with amperity-tenant
    and api-version headers.
  humanURL: https://docs.amperity.com/operator/api_profile.html
  baseURL: https://app.amperity.com/api
  tags:
  - Profile API
  - Profiles
  - Customer 360
  - Personalization
  properties:
  - type: Documentation
    url: https://docs.amperity.com/operator/api_profile.html
- name: Amperity Streaming API
  description: Low-latency, high-throughput REST API for real-time ingestion of event data from external systems into Amperity.
    POST JSON or XML payloads (up to 1 MB) to a tenant-specific stream. JWT bearer auth with X-Amperity-Tenant header.
  humanURL: https://docs.amperity.com/operator/api_streaming.html
  baseURL: https://app.amperity.com
  tags:
  - Streaming API
  - Ingest
  - Real-time
  properties:
  - type: Documentation
    url: https://docs.amperity.com/operator/api_streaming.html
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://www.amperity.com
- type: DeveloperPortal
  url: https://docs.amperity.com
- type: Documentation
  url: https://docs.amperity.com
- type: APIReference
  url: https://docs.amperity.com/reference/api.html
- type: GettingStarted
  url: https://docs.amperity.com/api/overview.html
- type: GitHubOrganization
  url: https://github.com/amperity
- type: StatusPage
  url: https://status.amperity.com
- type: Deprecation
  url: https://docs.amperity.com/api/versioning.html
- type: LLMsTxt
  url: llms/amperity-llms.txt
- type: Authentication
  url: authentication/amperity-authentication.yml
- type: Conventions
  url: conventions/amperity-conventions.yml
- type: ErrorCatalog
  url: errors/amperity-problem-types.yml
- type: Lifecycle
  url: lifecycle/amperity-lifecycle.yml
- type: ChangeLog
  url: changelog/amperity-changelog.yml
- type: Conformance
  url: conformance/amperity-conformance.yml
- type: DataModel
  url: data-model/amperity-data-model.yml
- type: MCPServer
  url: mcp/amperity-mcp.yml
- type: WellKnown
  url: well-known/amperity-well-known.yml
- type: DomainSecurity
  url: security/amperity-domain-security.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence