NinetailedEvent
A behavioral or identity event sent to the Ninetailed Experience API to build or update a visitor profile.
PersonalizationExperimentationA/B TestingAudience SegmentationFeature FlagsHeadless CMSEdge ComputingContent Management
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/ninetailed/main/json-schema/ninetailed-event.json",
"title": "NinetailedEvent",
"description": "A behavioral or identity event sent to the Ninetailed Experience API to build or update a visitor profile.",
"type": "object",
"required": ["type"],
"properties": {
"type": {
"type": "string",
"enum": ["page", "track", "identify", "screen", "component"],
"description": "The type of event being recorded."
},
"userId": {
"type": "string",
"description": "Stable user identifier for linking anonymous and identified sessions."
},
"anonymousId": {
"type": "string",
"description": "Anonymous identifier for unidentified visitors."
},
"name": {
"type": "string",
"description": "Name of the page, screen, or track event."
},
"traits": {
"type": "object",
"description": "Key-value pairs describing user attributes. Used with identify events.",
"additionalProperties": true,
"properties": {
"email": {
"type": "string",
"format": "email",
"description": "Visitor email address."
},
"name": {
"type": "string",
"description": "Visitor full name."
},
"plan": {
"type": "string",
"description": "Visitor's subscription plan."
}
}
},
"properties": {
"type": "object",
"description": "Key-value pairs describing event properties. Used with page and track events.",
"additionalProperties": true,
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Full URL of the page."
},
"path": {
"type": "string",
"description": "Path portion of the URL."
},
"title": {
"type": "string",
"description": "Page title."
},
"referrer": {
"type": "string",
"format": "uri",
"description": "Referring URL."
}
}
},
"timestamp": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp of when the event occurred."
}
}
}
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/ninetailed-event"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.