Back to home Documentation

Build on Zenith in minutes

Everything you need to ingest events, query data, and automate pipelines.

Quickstart

Install the SDK and send an event. Replace YOUR_KEY with the key from your workspace settings.

  • 1. Create a workspace — start a free trial from the homepage.
  • 2. Grab your API key — Dashboard → Settings → API access.
  • 3. Send an event — POST to https://api.zenith.io/v2/events.
  • 4. Watch it land — open the Metrics view and see it stream in live.

API Reference

The Zenith API is organized around predictable, resource-oriented URLs and returns JSON. Authenticate with a bearer token in the Authorization header.

  • POST /v2/events — ingest one or many events
  • POST /v2/query — run an analytics query, sub-15ms typical
  • GET /v2/pipelines — list and inspect active pipelines
  • POST /v2/webhooks — register an outbound webhook

Changelog

v2.0.0 — Jun 14, 2026. Live pipelines, collaborative workspaces, visual automation builder, and a redesigned dashboard.

v1.8.0 — May 2026. SOC 2 Type II, SAML SSO, and 90-day audit log retention.

v1.6.0 — Apr 2026. Webhook retries with idempotency keys and at-least-once delivery.

v1.4.0 — Mar 2026. Annual billing, PDF report exports, and the in-memory query planner rewrite (p99 → 14ms).