---
seo:
  description: >-
    Create Events and maintain Organization-scoped identities. Operations
    authenticate with an EmitKit API key (emitkit_…) sent as Authorization:
    Bearer <key> or…
sidebar:
  label: Overview
title: EmitKit API
---
Create Events and maintain Organization-scoped identities. Operations authenticate with an EmitKit API key (`emitkit_…`) sent as `Authorization: Bearer <key>` or `X-API-Key: <key>`. The same operations are available as MCP tools at `https://api.emitkit.com/mcp`.

Version 1.0.0

Base URL: `https://api.emitkit.com`

## Events

Create and manage Events.

- [`POST /v1/events`](/reference/events/create-event) — Create Event

## Identity

Record user identities and aliases.

- [`POST /v1/identify`](/reference/identity/identify-user) — Identify User
- [`DELETE /v1/identities/{user_id}`](/reference/identity/delete-identity) — Delete Identity
