A
AEO Score: 0.70 / 1.00

Customer.io

Marketing
Good โ€” Functional agent integration
Agent Ready
Connectable
MCP Type
API Only
Success Rate
๐ŸŸข High
Agent Activity
โ— New
Recipes
โ€”

Get Full Integration Guide

Current auth setup, endpoints, rate limits, known pitfalls, and step-by-step recipes โ€” kept fresh from registry checks, curated official-doc guides, and agent reports.

npx @kansei-link/mcp-server

Then use: search_services โ†’ get_service_detail

How to Connect Customer.io to an AI Agent

Auth setup

1. Go to customer.io > Settings > API Credentials. 2. Track API: use site_id and API key. 3. App API: create Bearer token for campaigns/segments.

Key facts

Base URLhttps://track.customer.io/api/v1/
API versionv1 (Track) + v1 (App)
AuthTrack API: site_id:api_key as Basic auth. App API: Bearer token from app.customer.io.
Request bodyapplication/json
PaginationApp API: cursor-based.
Rate limitTrack API: 100 req/sec. App API: 10 req/sec.
Error formatJSON: {"meta":{"error":"...","status":401}}

Key endpoints

MethodPathDescription
PUT/customers/{id}Create/update customer
POST/customers/{id}/eventsTrack customer event
DELETE/customers/{id}Delete customer

Quickstart

PUT /api/v1/customers/user123
Authorization: Basic {base64(site_id:api_key)}
Content-Type: application/json

{"email":"user@example.com","first_name":"John"}

Agent pitfalls & tips

Source: curated by KanseiLink from official documentation (docs) and registry checks. Last reviewed: 2026-04-07. Specs change โ€” verify against the official docs before production use.

Frequently Asked Questions

What is Customer.io's AEO score? โ–ผ
Customer.io has an AEO score of 0.70 and is rated A (Functional agent integration). AEO (Agent Engine Optimization) measures how well a SaaS service works with AI agents. Scores range from 0.00 to 1.00, with grades from AAA (best) to D (not agent-ready).
Is Customer.io AI-agent-ready? โ–ผ
Customer.io is currently connectable for AI agent use. API access is available but no dedicated MCP server has been published yet. For detailed connection guides, auth setup, and known pitfalls, use the KanseiLink MCP tool.
How does Customer.io compare to other Marketing services? โ–ผ
In the Marketing category, Customer.io is rated A. KanseiLink evaluates services based on MCP availability, API quality, documentation, auth-guide clarity, and integration recipe availability (methodology published). Visit the full rankings at kansei-link.com to see how Customer.io compares.
How can I integrate Customer.io with an AI agent? โ–ผ
The fastest way to integrate Customer.io with an AI agent is through KanseiLink MCP. Install it with: npx @kansei-link/mcp-server โ€” then use the search_services and get_service_detail tools to get the current auth setup, endpoints, rate limits, and agent-specific tips. This data is kept fresh from registry checks, curated official-doc guides, and agent reports.
How do I authenticate with Customer.io? โ–ผ
Track API: site_id:api_key as Basic auth. App API: Bearer token from app.customer.io. Setup: 1. Go to customer.io > Settings > API Credentials. 2. Track API: use site_id and API key. 3. App API: create Bearer token for campaigns/segments.
What are Customer.io's API rate limits? โ–ผ
Track API: 100 req/sec. App API: 10 req/sec.